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,7 +8,7 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy | ||
| 8 | spring.jpa.database= MYSQL | 8 | spring.jpa.database= MYSQL |
| 9 | spring.jpa.show-sql= false | 9 | spring.jpa.show-sql= false |
| 10 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver | 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 | spring.datasource.username= root | 12 | spring.datasource.username= root |
| 13 | spring.datasource.password= root2jsp@JSP | 13 | spring.datasource.password= root2jsp@JSP |
| 14 | #DATASOURCE | 14 | #DATASOURCE |
| @@ -25,6 +25,6 @@ spring.datasource.validation-query=select 1 | @@ -25,6 +25,6 @@ spring.datasource.validation-query=select 1 | ||
| 25 | 25 | ||
| 26 | ## | 26 | ## |
| 27 | ##\u5B9E\u65F6gps | 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 | ##\u6D88\u606F\u4E0B\u53D1 | 29 | ##\u6D88\u606F\u4E0B\u53D1 |
| 30 | -http.send.directive = http://192.168.80.21:8080/transport_server/message/ | ||
| 31 | \ No newline at end of file | 30 | \ No newline at end of file |
| 31 | +http.send.directive = http://10.10.150.21:8080/transport_server/message/ | ||
| 32 | \ No newline at end of file | 32 | \ No newline at end of file |
src/main/resources/datatools/config-prod.properties
| @@ -5,7 +5,7 @@ datatools.kettle_properties=/datatools/kettle.properties | @@ -5,7 +5,7 @@ datatools.kettle_properties=/datatools/kettle.properties | ||
| 5 | # 2、ktr文件通用配置变量(数据库连接,根据不同的环境需要修正) | 5 | # 2、ktr文件通用配置变量(数据库连接,根据不同的环境需要修正) |
| 6 | 6 | ||
| 7 | #数据库ip地址 | 7 | #数据库ip地址 |
| 8 | -datatools.kvars_dbip=192.168.80.20 | 8 | +datatools.kvars_dbip=10.10.150.20 |
| 9 | #数据库用户名 | 9 | #数据库用户名 |
| 10 | datatools.kvars_dbuname=root | 10 | datatools.kvars_dbuname=root |
| 11 | #数据库密码 | 11 | #数据库密码 |
src/main/resources/ms-jdbc.properties
| @@ -4,6 +4,6 @@ | @@ -4,6 +4,6 @@ | ||
| 4 | #ms.mysql.password= 123456 | 4 | #ms.mysql.password= 123456 |
| 5 | 5 | ||
| 6 | ms.mysql.driver= com.mysql.jdbc.Driver | 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 | ms.mysql.username= root | 8 | ms.mysql.username= root |
| 9 | ms.mysql.password= root2jsp@JSP | 9 | ms.mysql.password= root2jsp@JSP |