From a4756004f8b86277a000f3719182cd0d8f2ae3f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Wed, 27 Jan 2021 13:10:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=BF=87=E6=97=B6=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../framework/config/MybatisPlusConfig.java | 16 ---------------- 1 file changed, 16 deletions(-) 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(); -// } - /** * 自定义主键策略