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

新版的WCS需要从队列取当前工作站消息,我们存在WMS_POD_STATION表里

parent 0af51f91
server.port=8000 server.port=8000
spring.datasource.url=jdbc:mysql://192.168.1.240:3307/wms_heli?useUnicode=true&characterEncoding=utf8&useSSL=false #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.username=root
spring.datasource.password=123456 spring.datasource.password=123456
spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.driver-class-name=com.mysql.jdbc.Driver
mushiny.heli.wms.inboundResp.url=http://localhost/heli/inboundResp mushiny.heli.wms.inboundResp.url=http://localhost:8000/heli/inboundResp
mushiny.heli.wms.outboundResp.url=http://localhost/heli/outboundResp mushiny.heli.wms.outboundResp.url=http://localhost:8000/heli/outboundResp
mushiny.heli.wms.icqaResp.url=http://localhost/heli/icqaResp mushiny.heli.wms.icqaResp.url=http://localhost:8000/heli/icqaResp
#log���� #log日志
logging.level.root=ERROR logging.level.root=ERROR
logging.level.org.springframework=ERROR logging.level.org.springframework=ERROR
logging.level.com.mushiny=DEBUG logging.level.com.mushiny=DEBUG
logging.config=classpath:logback-spring.xml logging.config=classpath:logback-spring.xml
\ No newline at end of file #rabbitMQ
spring.rabbitmq.host=52.82.42.201
spring.rabbitmq.port=5672
spring.rabbitmq.username=admin
spring.rabbitmq.password=3edcvfr45t
spring.rabbitmq.virtualhost=/
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