13693261870
3 天以前 bbbc39611d232e013b900ba5e6a5a483a062e2f3
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