From 3cb88452dc05819a59488b7096201b12994d71ce Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Tue, 15 Dec 2020 19:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E9=87=8F=E5=8D=87=E7=BA=A7=E8=84=9A?= =?UTF-8?q?=E6=AD=A5=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...347\272\247\345\210\2602.4\345\242\236\351\207\217mysql.sql" | 2 +- .../src/main/java/org/jeecg/JeecgSystemApplication.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git "a/jeecg-boot/db/\345\242\236\351\207\217SQL/2.3\345\215\207\347\272\247\345\210\2602.4\345\242\236\351\207\217mysql.sql" "b/jeecg-boot/db/\345\242\236\351\207\217SQL/2.3\345\215\207\347\272\247\345\210\2602.4\345\242\236\351\207\217mysql.sql" index d1209f3b..2e308341 100644 --- "a/jeecg-boot/db/\345\242\236\351\207\217SQL/2.3\345\215\207\347\272\247\345\210\2602.4\345\242\236\351\207\217mysql.sql" +++ "b/jeecg-boot/db/\345\242\236\351\207\217SQL/2.3\345\215\207\347\272\247\345\210\2602.4\345\242\236\351\207\217mysql.sql" @@ -23,7 +23,7 @@ CREATE TABLE `sys_third_account` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; ALTER TABLE `sys_user` -DROP COLUMN `third_id` +DROP COLUMN `third_id`, DROP COLUMN `third_type`; update sys_permission set component = 'examples/list/UserList' where id = '05b3c82ddb2536a4a5ee1a4c46b5abef'; diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/JeecgSystemApplication.java b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/JeecgSystemApplication.java index 36578964..270d4cde 100644 --- a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/JeecgSystemApplication.java +++ b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/JeecgSystemApplication.java @@ -21,7 +21,6 @@ import java.net.UnknownHostException; */ @Slf4j @SpringBootApplication -//@EnableAutoConfiguration(exclude={org.activiti.spring.boot.SecurityAutoConfiguration.class}) public class JeecgSystemApplication extends SpringBootServletInitializer { @Override -- GitLab