xiaoyong931011
2020-07-21 78fae6519d70f30cae9f943037a9896b67cc05a0
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);
    }
}