From 0638f3c1fe428cc9ea78508ce65628c38090c18f Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期日, 28 二月 2021 14:39:53 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue --- ruoyi-framework/src/main/java/com/ruoyi/framework/config/MybatisPlusConfig.java | 16 ---------------- 1 files changed, 0 insertions(+), 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 9efbb96..c274e36 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 @@ // return new IllegalSQLInnerInterceptor(); // } - /** - * Sequence涓婚敭绛栫暐 IdType.INPUT 鏃朵娇鐢� - * 鍐呯疆鏀寔锛� - * - * DB2KeyGenerator - * H2KeyGenerator - * KingbaseKeyGenerator - * OracleKeyGenerator - * PostgreKeyGenerator - * https://baomidou.com/guide/sequence.html - */ -// @Bean -// public IKeyGenerator keyGenerator() { -// return new H2KeyGenerator(); -// } - /** * 鑷畾涔変富閿瓥鐣� -- Gitblit v1.9.3