新增技术监督模块

This commit is contained in:
2022-11-10 18:30:54 +08:00
parent 0d959fe747
commit 94254f614f
9 changed files with 334 additions and 1 deletions

View File

@@ -110,6 +110,14 @@ spring:
- SwaggerHeaderFilter
- StripPrefix=1
- id: process-boot
uri: lb://process-boot
predicates:
- Path=/process-boot/**
filters:
- SwaggerHeaderFilter
- StripPrefix=1
#项目日志的配置
logging:
config: http://@nacos.url@/nacos/v1/cs/configs?tenant=@nacos.namespace@&group=DEFAULT_GROUP&dataId=logback.xml
@@ -139,6 +147,7 @@ whitelist:
- /event-boot/**
- /quality-boot/**
- /harmonic-prepare/**
- /process-boot/**
mqtt: