- eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
- spring.datasource.url=jdbc:mysql://rm-2ze6wuss9487q3o3g.mysql.rds.aliyuncs.com/dev_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
- spring.datasource.driverClassName=com.mysql.jdbc.Driver
- spring.datasource.username=rankin
- spring.datasource.password=Rankin!@#
- spring.jpa.properties.hibernate.hbm2ddl.auto=update
- spring.jpa.properties.hibernate.show_sql=true
- spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
- #spring.jpa.properties.hibernate.max_fetch_depth=1
|