se-system/src/main/java/com/terra/system/SeSystemApp.java
@@ -1,5 +1,6 @@ package com.terra.system; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.EnableAspectJAutoProxy; @@ -13,6 +14,7 @@ * @author admin */ @EnableAsync @MapperScan("com.terra.*.mapper") @EnableAspectJAutoProxy(exposeProxy = true) @SpringBootApplication(scanBasePackages = {"com.terra.system.*"}) public class SeSystemApp