Commit fea0a5814b4b605b72c5362032b881c2911676f2
1 parent
7349e771
修改嘉定配置文件
Showing
1 changed file
with
31 additions
and
31 deletions
src/main/resources/application-prod.properties
| 1 | -server.port=9088 | ||
| 2 | -management.port= 9001 | ||
| 3 | -management.address= 127.0.0.1 | ||
| 4 | - | ||
| 5 | -spring.jpa.hibernate.ddl-auto= update | ||
| 6 | -spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy | ||
| 7 | -#DATABASE | ||
| 8 | -spring.jpa.database= MYSQL | ||
| 9 | -spring.jpa.show-sql= false | ||
| 10 | -spring.datasource.driver-class-name= com.mysql.jdbc.Driver | ||
| 11 | -spring.datasource.url= jdbc:mysql://192.168.160.214:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | ||
| 12 | -spring.datasource.username= root | ||
| 13 | -spring.datasource.password= bsth@pzsgdsg | ||
| 14 | -#DATASOURCE | ||
| 15 | -spring.datasource.max-active=100 | ||
| 16 | -spring.datasource.max-idle=8 | ||
| 17 | -spring.datasource.min-idle=8 | ||
| 18 | -spring.datasource.initial-size=5 | ||
| 19 | - | ||
| 20 | -spring.datasource.test-on-borrow=true | ||
| 21 | -spring.datasource.test-on-connect=true | ||
| 22 | -spring.datasource.test-on-return=true | ||
| 23 | -spring.datasource.test-while-idle=true | ||
| 24 | -spring.datasource.validation-query=select 1 | ||
| 25 | - | ||
| 26 | -## | ||
| 27 | -#222.66.0.204:5555 | ||
| 28 | -##\u5B9E\u65F6gps | ||
| 29 | -http.gps.real.url= http://192.168.160.214:8080/transport_server/rtgps/ | ||
| 30 | -##\u6D88\u606F\u4E0B\u53D1 | ||
| 31 | -http.send.directive = http://192.168.160.214:8080/transport_server/message/ | ||
| 32 | \ No newline at end of file | 1 | \ No newline at end of file |
| 2 | +server.port=9088 | ||
| 3 | +management.port= 9001 | ||
| 4 | +management.address= 127.0.0.1 | ||
| 5 | + | ||
| 6 | +spring.jpa.hibernate.ddl-auto= update | ||
| 7 | +spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy | ||
| 8 | +#DATABASE | ||
| 9 | +spring.jpa.database= MYSQL | ||
| 10 | +spring.jpa.show-sql= false | ||
| 11 | +spring.datasource.driver-class-name= com.mysql.jdbc.Driver | ||
| 12 | +spring.datasource.url= jdbc:mysql://192.168.160.222:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | ||
| 13 | +spring.datasource.username= root | ||
| 14 | +spring.datasource.password= root2jsp | ||
| 15 | +#DATASOURCE | ||
| 16 | +spring.datasource.max-active=100 | ||
| 17 | +spring.datasource.max-idle=8 | ||
| 18 | +spring.datasource.min-idle=8 | ||
| 19 | +spring.datasource.initial-size=5 | ||
| 20 | + | ||
| 21 | +spring.datasource.test-on-borrow=true | ||
| 22 | +spring.datasource.test-on-connect=true | ||
| 23 | +spring.datasource.test-on-return=true | ||
| 24 | +spring.datasource.test-while-idle=true | ||
| 25 | +spring.datasource.validation-query=select 1 | ||
| 26 | + | ||
| 27 | +## | ||
| 28 | +#222.66.0.204:5555 | ||
| 29 | +##\u5B9E\u65F6gps | ||
| 30 | +http.gps.real.url= http://192.168.160.151:8080/transport_server/rtgps/ | ||
| 31 | +##\u6D88\u606F\u4E0B\u53D1 | ||
| 32 | +http.send.directive = http://192.168.160.151:8080/transport_server/message/ | ||
| 33 | \ No newline at end of file | 33 | \ No newline at end of file |