`
sunjing21
  • 浏览: 157711 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
文章分类
社区版块
存档分类
最新评论

sql server,mysql,postgres数据库连接

 
阅读更多

hibernate.dialect = org.hibernate.dialect.MySQLDialect
hibernate.connection.driver_class = com.mysql.jdbc.Driver
hibernate.connection.url = jdbc:mysql://localhost/test
hibernate.connection.username = root
hibernate.connection.password =

#hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
#hibernate.connection.driver_class = org.postgresql.Driver
#hibernate.connection.url = jdbc:postgresql://127.0.0.1:5432/isale
#hibernate.connection.username = postgres
#hibernate.connection.password = 20050321


hibernate.dialect = org.hibernate.dialect.SQLServerDialect
hibernate.connection.driver_class = com.microsoft.sqlserver.jdbc.SQLServerDriver
hibernate.connection.url = jdbc:sqlserver://localhost:1433;DatabaseName=master
hibernate.connection.username = sa
hibernate.connection.password = 123456

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics