Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
3cb88452
Commit
3cb88452
authored
Dec 15, 2020
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增量升级脚步语法错误修复
parent
b6a30850
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
jeecg-boot/db/增量SQL/2.3升级到2.4增量mysql.sql
+2
-2
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/JeecgSystemApplication.java
+0
-1
No files found.
jeecg-boot/db/增量SQL/2.3升级到2.4增量mysql.sql
View file @
3cb88452
...
...
@@ -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'
;
...
...
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/JeecgSystemApplication.java
View file @
3cb88452
...
...
@@ -21,7 +21,6 @@ import java.net.UnknownHostException;
*/
@Slf4j
@SpringBootApplication
//@EnableAutoConfiguration(exclude={org.activiti.spring.boot.SecurityAutoConfiguration.class})
public
class
JeecgSystemApplication
extends
SpringBootServletInitializer
{
@Override
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment