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 d1209f3b2f7de98d96bfb1a8388f760c292f23f7..2e308341ae5e5ec0147ff088ec78835d6413dc8a 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 365789646d863b91504c02ee77316fb360d78885..270d4cde0cf1a4df6eddd1a6df27cdd3a8846349 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