13693261870
2 天以前 52f576133f30bfa2f04a03c9b12eb520a7fcf2d5
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