user-service-prod.properties 507 B

123456789
  1. # database setting
  2. spring.datasource.url=jdbc:mysql://rm-2zeptkzp761f34ch0.mysql.rds.aliyuncs.com:3306/rankin?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
  3. spring.datasource.driverClassName=com.mysql.jdbc.Driver
  4. spring.datasource.username=lingjiao
  5. spring.datasource.password=Lingjiao!@#
  6. spring.jpa.properties.hibernate.hbm2ddl.auto=update
  7. spring.jpa.properties.hibernate.show_sql=true
  8. spring.jpa.properties.hibernate.dialect=cn.rankin.common.utils.jpa.MySQL5DialectUTF8