汇联通执法队后台管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jdbc_sqlserver.properties 364B

12345678910111213
  1. #jdbc properties
  2. driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
  3. url= jdbc:sqlserver://192.168.5.17:1433;DatabaseName=sample
  4. username=sample
  5. password=sample
  6. schema=sample
  7. dialect=org.hibernate.dialect.SQLServer2005Dialect
  8. validationQuery=select 1
  9. #second level cache config
  10. enableCache=false
  11. cacheServers=192.168.5.228:11211
  12. database.type=sqlserver