hibernate默认连接池连接SQLserver


		com.microsoft.sqlserver.jdbc.SQLServerDriver
		jdbc:sqlserver://localhost:1433;databaseName=hibernate_day01
		sa
		sa
		
	  	true
		true
		update
	
		thread
		org.hibernate.dialect.SQLServerDialect
	 	
	

 

你可能感兴趣的:(hibernate,连接SqlServer)