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

修改配合,成功启动moninter

parent a9367c09
......@@ -17,6 +17,7 @@ spring:
#共用配置,暂定一个
shared-dataids: common-dev.yaml
namespace: rs-cloud-platform
---
spring:
profiles: pro
......
......@@ -5,6 +5,8 @@ spring:
nacos:
discovery:
server-addr: 127.0.0.1:8848
main:
allow-bean-definition-overriding: true
server:
port: 8764 #启动端口
......
......@@ -40,7 +40,7 @@ public class ImageInputLogMQHandler {
RscpAreaImageTotalBiz rscpAreaImageTotalBiz;
/**
* 同步门店信息
* 同步信息
* @param
*/
@RabbitListener(queues = IMAGE_INPUT_LOG_QUEUE)
......
......@@ -48,7 +48,7 @@ public class GtdataController extends CommonBaseController implements UserRestIn
public static final String uploadP = "/rscloudmart/bg/upload/";
@RequestMapping(value = "/app/unauth/image/**", method = RequestMethod.GET)
@IgnoreUserToken
@IgnoreUserToken
public void queryAreaInfoByAreaId() throws Exception {
String url = request.getRequestURI();
String fileUrl = url.substring(url.lastIndexOf("/image/")+6);
......
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