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