|
@@ -1,9 +1,9 @@
|
|
|
eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
|
|
|
|
|
|
-spring.datasource.url=jdbc:mysql://localhost:3306/test
|
|
|
+spring.datasource.url=jdbc:mysql://rm-2zeptkzp761f34ch0.mysql.rds.aliyuncs.com:3306/rankin?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
|
|
|
spring.datasource.driverClassName=com.mysql.jdbc.Driver
|
|
|
-spring.datasource.username=rankin
|
|
|
-spring.datasource.password=abc
|
|
|
+spring.datasource.username=lingjiao
|
|
|
+spring.datasource.password=Lingjiao!@#
|
|
|
|
|
|
spring.jpa.properties.hibernate.hbm2ddl.auto=update
|
|
|
spring.jpa.properties.hibernate.show_sql=true
|