汇联通执法队后台管理系统
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_mysql.properties 408B

пре 3 година
1234567891011121314
  1. #jdbc properties
  2. driverClassName=com.mysql.jdbc.Driver
  3. url=jdbc:mysql://127.0.0.1:3306/sample?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
  4. username=root
  5. password=123456
  6. schema=sample
  7. dialect=org.hibernate.dialect.MySQL5InnoDBDialect
  8. validationQuery=select 1
  9. enableDrds=false
  10. #second level cache config
  11. enableCache=false
  12. cacheServers=127.0.0.1:11211
  13. database.type=mysql