File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11# mysql
22
33# online
4- # spring.datasource.url=jdbc:mysql://212.64.28.81/online_reg_sys?useunicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
5- # spring.datasource.username=reg-sys-dev
6- # spring.datasource.password=CSA_2019_dev
7-
8- # test
9- spring.datasource.url =jdbc:mysql://47.102.219.51/test_reg_sys?useunicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
4+ spring.datasource.url =jdbc:mysql://212.64.28.81/online_reg_sys?useunicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
105spring.datasource.username =reg-sys-dev
116spring.datasource.password =CSA_2019_dev
127
8+ # test
9+ # spring.datasource.url=jdbc:mysql://47.102.219.51/test_reg_sys?useunicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
10+ # spring.datasource.username=reg-sys-dev
11+ # spring.datasource.password=CSA_2019_dev
12+
1313
1414spring.datasource.driver-class-name =com.mysql.jdbc.Driver
1515spring.datasource.tomcat.max-active = 20
@@ -26,4 +26,5 @@ spring.jpa.hibernate.ddl-auto = update
2626spring.jpa.hibernate.naming.implicit-strategy = org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
2727# stripped before adding them to the entity manager
2828spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
29+ spring.jmx.enabled =false
2930
You can’t perform that action at this time.
0 commit comments