Commit bd5fc7563a4df5496480c5c352f78637888909b2
1 parent
dda29bf0
1.master_third
Showing
1 changed file
with
6 additions
and
18 deletions
src/main/resources/application-cloud.properties
| 1 | -server.port=9089 | |
| 1 | +server.port=19089 | |
| 2 | 2 | management.port= 9001 |
| 3 | 3 | management.address= 127.0.0.1 |
| 4 | 4 | |
| ... | ... | @@ -12,10 +12,10 @@ spring.datasource.url= jdbc:mysql://192.170.100.132/control?useUnicode=true&char |
| 12 | 12 | spring.datasource.username= root |
| 13 | 13 | spring.datasource.password= root2jsp |
| 14 | 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=3 | |
| 15 | +spring.datasource.max-active=8 | |
| 16 | +spring.datasource.max-idle=4 | |
| 17 | +spring.datasource.min-idle=1 | |
| 18 | +spring.datasource.initial-size=4 | |
| 19 | 19 | |
| 20 | 20 | spring.datasource.test-on-borrow=true |
| 21 | 21 | spring.datasource.test-on-connect=true |
| ... | ... | @@ -27,16 +27,4 @@ spring.datasource.validation-query=select 1 |
| 27 | 27 | spring.redis.database=0 |
| 28 | 28 | spring.redis.host=192.170.100.250 |
| 29 | 29 | spring.redis.password=bsth_control_001 |
| 30 | -spring.redis.port=28008 | |
| 31 | - | |
| 32 | -#kafka | |
| 33 | -spring.kafka.bootstrap-servers=112.64.45.145:19093,112.64.45.145:19094,112.64.45.145:19095,112.64.45.145:19096 | |
| 34 | -spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer | |
| 35 | -spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer | |
| 36 | -spring.kafka.producer.buffer-memory=33554432 | |
| 37 | -spring.kafka.producer.acks=all | |
| 38 | - | |
| 39 | -http.control.service_data_url= https://192.170.100.54:9088/companyService | |
| 40 | -http.control.secret.key= dVPHJkWUt5FhMT7jrM2dLV7QvlHAmZFd42rs1P0usBx8A7HZki | |
| 41 | - | |
| 42 | -http.gps.real.url= http://192.170.100.252:8080/transport_server/rtgps/ | |
| 43 | 30 | \ No newline at end of file |
| 31 | +spring.redis.port=28008 | |
| 44 | 32 | \ No newline at end of file | ... | ... |