@@ -1,9 +1,9 @@
server:
- port: 8080
+ port: 9090
spring:
redis:
- host: 192.168.31.166
+ host: 172. 31 17.79
port: 6379
#Redis使用的数据库
database: 0
@@ -22,26 +22,26 @@ spring:
max-wait: 1000000
rabbitmq:
- host: 192.168.31.158
- port: 14137
- username: guest
- password: guest
+ host: 172 31 17 79
+ port: 5672
+ username: mtp
+ password: muchinfo
virtual-host: test
template:
exchange: entry
datasource:
driver-class-name: oracle.jdbc.driver.OracleDriver
- url: jdbc:oracle:thin:@192.168.31.88:1521/orcl
- username: mtp2_xkf
- password: muchinfo
+ url: jdbc:oracle:thin:@172.31.17.97:1528/mtp
+ password: mtp_0924105753
#hikari:
#schema: mtp2_xkf
profiles:
#测试环境默认开启,生产环境设置成prod
- default: dev
+ default: prod
#default: prod
logging:
@@ -1,5 +1,5 @@
- port: 18080