未排单,排单管理Sonar代码检查问题修改

This commit is contained in:
liuzhaotian
2024-10-22 17:09:10 +08:00
parent f191dc5759
commit 603bd88469
22 changed files with 619 additions and 585 deletions
@@ -3,12 +3,14 @@ package com.cf.imes.module.manage;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
import org.springframework.scheduling.annotation.EnableAsync;
/**
* @author there
*/
@SpringBootApplication
@EnableAspectJAutoProxy(exposeProxy = true) // add config
@EnableFeignClients
@EnableAsync
public class ManageServerApplication {