diff --git a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/MybatisPlusConfig.java b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/MybatisPlusConfig.java index 9efbb962..c274e36d 100644 --- a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/MybatisPlusConfig.java +++ b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/MybatisPlusConfig.java @@ -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(); -// } - /** * 自定义主键策略