Helius
2020-10-14 384cdef5a4e517bb4686b4e1e454f9fc3c914c14
src/main/java/com/xcong/excoin/FebsShiroApplication.java
@@ -14,6 +14,7 @@
@SpringBootApplication
@EnableTransactionManagement
@MapperScan("com.xcong.excoin.*.mapper")
@MapperScan("com.xcong.excoin.*.*.mapper")
public class FebsShiroApplication {
    public static void main(String[] args) {
@@ -21,5 +22,4 @@
                .web(WebApplicationType.SERVLET)
                .run(args);
    }
}