jdbc.properties 754 B

123456789101112
  1. jdbc.driverClassName=com.mysql.jdbc.Driver
  2. jdbc.url=jdbc:mysql://rm-wz98975953mrah0u6.mysql.rds.aliyuncs.com/university-ser-prod?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=utf-8&autoReconnect=true
  3. jdbc.username=uni_ser_prod
  4. jdbc.password=UU3ciqSaYA4gP6ce
  5. hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
  6. # Needed by Hibernate3 Maven Plugin defined in pom.xml
  7. hibernate.connection.username=uni_ser_prod
  8. hibernate.connection.password=UU3ciqSaYA4gP6ce
  9. hibernate.connection.url=jdbc:mysql://rm-wz98975953mrah0u6.mysql.rds.aliyuncs.com/university-ser-prod?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=utf-8&autoReconnect=true
  10. hibernate.connection.driver_class=com.mysql.jdbc.Driver