Commit 1588db3cb472400eb786da8ae79c4a7cd46358a5

Authored by zhangdaiscott
1 parent 37bb58c8

脚步错误调整

jeecg-boot/db/增量SQL/2.3升级到2.4增量mysql.sql
... ... @@ -23,7 +23,7 @@ CREATE TABLE `sys_third_account` (
23 23 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
24 24  
25 25 ALTER TABLE `sys_user`
26   -DROP COLUMN `third_id`
  26 +DROP COLUMN `third_id`,
27 27 DROP COLUMN `third_type`;
28 28  
29 29 update sys_permission set component = 'examples/list/UserList' where id = '05b3c82ddb2536a4a5ee1a4c46b5abef';
... ...
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/JeecgSystemApplication.java
... ... @@ -21,7 +21,6 @@ import java.net.UnknownHostException;
21 21 */
22 22 @Slf4j
23 23 @SpringBootApplication
24   -//@EnableAutoConfiguration(exclude={org.activiti.spring.boot.SecurityAutoConfiguration.class})
25 24 public class JeecgSystemApplication extends SpringBootServletInitializer {
26 25  
27 26 @Override
... ...