File was renamed from zy-asrs-framework/src/main/java/com/zy/asrs/framework/config/CoolBaseConfig.java |
| | |
| | | package com.zy.asrs.framework.config; |
| | | package com.zy.asrs.common.config; |
| | | |
| | | //import com.baomidou.mybatisplus.plugins.PaginationInterceptor; |
| | | |
| | | import com.zy.asrs.framework.common.SnowflakeIdWorker; |
| | | import com.zy.asrs.framework.common.SpringUtils; |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.context.annotation.Configuration; |
| | | |
| | | /** |
| | | * Created by vincent on 2019-06-10 |
| | | */ |
| | | @Configuration |
| | | public class CoolBaseConfig { |
| | | |
| | | // @Bean |