Commit abb8bc5e authored by zhangc's avatar zhangc

commit 提交测试

parent ec77d79a
...@@ -21,6 +21,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement; ...@@ -21,6 +21,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
@MapperScan("com.jz.dm.mapper") @MapperScan("com.jz.dm.mapper")
@EnableTransactionManagement @EnableTransactionManagement
public class ApiGatewayApplication { public class ApiGatewayApplication {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(ApiGatewayApplication.class, args); SpringApplication.run(ApiGatewayApplication.class, args);
} }
......
...@@ -18,7 +18,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement; ...@@ -18,7 +18,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
@MapperScan("com.jz.dm.mapper") @MapperScan("com.jz.dm.mapper")
public class MybatisPlusConfig { public class MybatisPlusConfig {
@Bean @Bean
public PaginationInterceptor paginationInterceptor() { public PaginationInterceptor paginationInterceptor() {
PaginationInterceptor paginationInterceptor = new PaginationInterceptor(); PaginationInterceptor paginationInterceptor = new PaginationInterceptor();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment