refactor(spring.factories):移除日志切面和监听

This commit is contained in:
有来技术 2021-09-21 23:58:18 +08:00
parent 07beae1b65
commit 9615b2212f

View File

@ -1,6 +1,4 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.youlai.common.web.config.WebMvcConfig,\
com.youlai.common.web.config.FeignConfig,\
com.youlai.common.web.exception.GlobalExceptionHandler,\
com.youlai.common.web.aspect.LoginLogAspect,\
com.youlai.common.web.listener.LoggingListener
com.youlai.common.web.exception.GlobalExceptionHandler