瀏覽代碼

删除过时配置

疯狂的狮子li 4 年之前
父節點
當前提交
a4756004f8
共有 1 個文件被更改,包括 0 次插入16 次删除
  1. 0 16
      ruoyi-framework/src/main/java/com/ruoyi/framework/config/MybatisPlusConfig.java

+ 0 - 16
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();
-//	}
-
 
 	/**
 	 * 自定义主键策略