Commit 469f70eee85d7ead2026d01b2821c9f586abb857

Authored by 王通
1 parent 512d2f0f

1.

src/main/resources/application-prod.properties
... ... @@ -8,7 +8,7 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy
8 8 spring.jpa.database= MYSQL
9 9 spring.jpa.show-sql= false
10 10 spring.datasource.driver-class-name= com.mysql.cj.jdbc.Driver
11   -spring.datasource.url= jdbc:mysql://127.0.0.1/control_dy?useUnicode=true&characterEncoding=utf-8&useSSL=false
  11 +spring.datasource.url= jdbc:mysql://10.0.0.6/control?useUnicode=true&characterEncoding=utf-8&useSSL=false
12 12 spring.datasource.username= schedule
13 13 spring.datasource.password= fsodlgjiuigAQF2$9fs9
14 14 #DATASOURCE
... ...
src/main/resources/ms-jdbc.properties
... ... @@ -4,6 +4,6 @@
4 4 #ms.mysql.password= panzhao
5 5  
6 6 ms.mysql.driver= com.mysql.cj.jdbc.Driver
7   -ms.mysql.url= jdbc:mysql://127.0.0.1/ms?useUnicode=true&characterEncoding=utf-8&useSSL=false
  7 +ms.mysql.url= jdbc:mysql://10.0.0.6/ms?useUnicode=true&characterEncoding=utf-8&useSSL=false
8 8 ms.mysql.username= schedule
9 9 ms.mysql.password= fsodlgjiuigAQF2$9fs9
10 10 \ No newline at end of file
... ...
src/main/resources/xxfb-jdbc.properties
... ... @@ -4,6 +4,6 @@
4 4 #xxfb.mysql.password= panzhao
5 5  
6 6 xxfb.mysql.driver= com.mysql.cj.jdbc.Driver
7   -xxfb.mysql.url= jdbc:mysql://127.0.0.1/info_publish?useUnicode=true&characterEncoding=utf-8&useSSL=false
  7 +xxfb.mysql.url= jdbc:mysql://10.0.0.6/info_publish?useUnicode=true&characterEncoding=utf-8&useSSL=false
8 8 xxfb.mysql.username= schedule
9 9 xxfb.mysql.password= fsodlgjiuigAQF2$9fs9
10 10 \ No newline at end of file
... ...