mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
日志记录优化:全服务支持异步方法、异步配置从job移到web
This commit is contained in:
-2
@@ -4,7 +4,6 @@ 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
|
||||
@@ -12,7 +11,6 @@ import org.springframework.scheduling.annotation.EnableAsync;
|
||||
@SpringBootApplication
|
||||
@EnableAspectJAutoProxy(exposeProxy = true) // add config
|
||||
@EnableFeignClients
|
||||
@EnableAsync
|
||||
public class ManageServerApplication {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(ManageServerApplication.class, args);
|
||||
|
||||
Reference in New Issue
Block a user