Commit 0875cc15 authored by tank.li@mushiny.com's avatar tank.li@mushiny.com

盘点任务回复

parent 2b12c8b7
......@@ -10,7 +10,7 @@
</parent>
<groupId>com.mushiny.heli.xnr</groupId>
<artifactId>xnr-interface</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>xnr-interface</name>
<description>xnr-interface</description>
......
......@@ -2,7 +2,7 @@ server.port=8000
#spring.datasource.url=jdbc:mysql://192.168.1.240:3307/wms_heli?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2b8
spring.datasource.url=jdbc:mysql://localhost:3306/wms_heli?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2b8
spring.datasource.username=root
spring.datasource.password=123456
spring.datasource.password=1qaz@WSX
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
mushiny.heli.wms.inboundResp.url=http://localhost:8000/heli/inboundResp
mushiny.heli.wms.outboundResp.url=http://localhost:8000/heli/outboundResp
......@@ -13,7 +13,7 @@ logging.level.org.springframework=ERROR
logging.level.com.mushiny=DEBUG
logging.config=classpath:logback-spring.xml
#rabbitMQ
spring.rabbitmq.host=182.168.100.122
spring.rabbitmq.host=localhost
spring.rabbitmq.port=5672
spring.rabbitmq.username=admin
spring.rabbitmq.password=admin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment