Commit fe1a080f665214d01e1533b5df5a56459be3e791
1 parent
d8d81bbe
服务器迁移到外高桥机房,配置文件更新
Showing
3 changed files
with
5 additions
and
5 deletions
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.jdbc.Driver |
| 11 | -spring.datasource.url= jdbc:mysql://192.168.80.20:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 11 | +spring.datasource.url= jdbc:mysql://10.10.150.20:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 12 | 12 | spring.datasource.username= root |
| 13 | 13 | spring.datasource.password= root2jsp@JSP |
| 14 | 14 | #DATASOURCE |
| ... | ... | @@ -25,6 +25,6 @@ spring.datasource.validation-query=select 1 |
| 25 | 25 | |
| 26 | 26 | ## |
| 27 | 27 | ##\u5B9E\u65F6gps |
| 28 | -http.gps.real.url= http://192.168.80.21:8080/transport_server/rtgps/ | |
| 28 | +http.gps.real.url= http://10.10.150.21:8080/transport_server/rtgps/ | |
| 29 | 29 | ##\u6D88\u606F\u4E0B\u53D1 |
| 30 | -http.send.directive = http://192.168.80.21:8080/transport_server/message/ | |
| 31 | 30 | \ No newline at end of file |
| 31 | +http.send.directive = http://10.10.150.21:8080/transport_server/message/ | |
| 32 | 32 | \ No newline at end of file | ... | ... |
src/main/resources/datatools/config-prod.properties
src/main/resources/ms-jdbc.properties
| ... | ... | @@ -4,6 +4,6 @@ |
| 4 | 4 | #ms.mysql.password= 123456 |
| 5 | 5 | |
| 6 | 6 | ms.mysql.driver= com.mysql.jdbc.Driver |
| 7 | -ms.mysql.url= jdbc:mysql://192.168.80.21:3306/ms?useUnicode=true&characterEncoding=utf-8 | |
| 7 | +ms.mysql.url= jdbc:mysql://10.10.150.21:3306/ms?useUnicode=true&characterEncoding=utf-8 | |
| 8 | 8 | ms.mysql.username= root |
| 9 | 9 | ms.mysql.password= root2jsp@JSP | ... | ... |