Commit 9dce3e07 authored by 周健威's avatar 周健威

修改配合,成功启动moninter

parent a9367c09
...@@ -17,6 +17,7 @@ spring: ...@@ -17,6 +17,7 @@ spring:
#共用配置,暂定一个 #共用配置,暂定一个
shared-dataids: common-dev.yaml shared-dataids: common-dev.yaml
namespace: rs-cloud-platform namespace: rs-cloud-platform
--- ---
spring: spring:
profiles: pro profiles: pro
......
...@@ -5,6 +5,8 @@ spring: ...@@ -5,6 +5,8 @@ spring:
nacos: nacos:
discovery: discovery:
server-addr: 127.0.0.1:8848 server-addr: 127.0.0.1:8848
main:
allow-bean-definition-overriding: true
server: server:
port: 8764 #启动端口 port: 8764 #启动端口
......
...@@ -40,7 +40,7 @@ public class ImageInputLogMQHandler { ...@@ -40,7 +40,7 @@ public class ImageInputLogMQHandler {
RscpAreaImageTotalBiz rscpAreaImageTotalBiz; RscpAreaImageTotalBiz rscpAreaImageTotalBiz;
/** /**
* 同步门店信息 * 同步信息
* @param * @param
*/ */
@RabbitListener(queues = IMAGE_INPUT_LOG_QUEUE) @RabbitListener(queues = IMAGE_INPUT_LOG_QUEUE)
......
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