删除过时配置

This commit is contained in:
疯狂的狮子li 2021-01-27 13:10:05 +08:00
parent 6e6933bb25
commit a4756004f8
1 changed files with 0 additions and 16 deletions

View File

@ -69,22 +69,6 @@ public class MybatisPlusConfig {
// return new IllegalSQLInnerInterceptor();
// }
/**
* Sequence主键策略 IdType.INPUT 时使用
* 内置支持
*
* DB2KeyGenerator
* H2KeyGenerator
* KingbaseKeyGenerator
* OracleKeyGenerator
* PostgreKeyGenerator
* https://baomidou.com/guide/sequence.html
*/
// @Bean
// public IKeyGenerator keyGenerator() {
// return new H2KeyGenerator();
// }
/**
* 自定义主键策略