工作流程审核不通过、预告警单处理、终端周期检测等需求

1、提交了主pom,因为需要引入达梦数据量;
2、提交了gateway的配置文件,因为部分接口没有添加到权限中,待后续增加后再注释
This commit is contained in:
2024-09-13 20:31:32 +08:00
parent 06493c07c3
commit ba6762587f
50 changed files with 1144 additions and 110 deletions

View File

@@ -10,7 +10,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
* @date 2021年05月10日 14:03
*/
@EnableFeignClients
@SpringBootApplication
@SpringBootApplication(scanBasePackages = "com.njcn")
public class GatewayMain {
public static void main(String[] args) {

View File

@@ -225,6 +225,7 @@ whitelist:
- /system-boot/dictType/dictDataCache
- /system-boot/file/**
- /system-boot/area/**
- /bpm-boot/**
#开始
# - /advance-boot/**
# - /device-boot/**
@@ -237,7 +238,7 @@ whitelist:
# - /process-boot/**
# - /bpm-boot/**
# - /system-boot/**
# - /supervision-boot/**
- /supervision-boot/**
# - /user-boot/**
# - /harmonic-boot/**
# - /cs-device-boot/**