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
55c0a4e0
Commit
55c0a4e0
authored
Sep 23, 2020
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mybatis-plus的IdType配置问题 #1789
parent
07958080
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-test.yml
+1
-1
No files found.
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml
View file @
55c0a4e0
...
...
@@ -158,7 +158,7 @@ mybatis-plus:
banner
:
false
db-config
:
#主键类型 0:"数据库ID自增",1:"该类型为未设置主键类型", 2:"用户输入ID",3:"全局唯一ID (数字类型唯一ID)", 4:"全局唯一ID UUID",5:"字符串全局唯一ID (idWorker 的字符串表示)";
id-type
:
4
id-type
:
ASSIGN_ID
# 默认数据库表下划线命名
table-underline
:
true
configuration
:
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml
View file @
55c0a4e0
...
...
@@ -158,7 +158,7 @@ mybatis-plus:
banner
:
false
db-config
:
#主键类型 0:"数据库ID自增",1:"该类型为未设置主键类型", 2:"用户输入ID",3:"全局唯一ID (数字类型唯一ID)", 4:"全局唯一ID UUID",5:"字符串全局唯一ID (idWorker 的字符串表示)";
id-type
:
4
id-type
:
ASSIGN_ID
# 默认数据库表下划线命名
table-underline
:
true
configuration
:
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-test.yml
View file @
55c0a4e0
...
...
@@ -158,7 +158,7 @@ mybatis-plus:
banner
:
false
db-config
:
#主键类型 0:"数据库ID自增",1:"该类型为未设置主键类型", 2:"用户输入ID",3:"全局唯一ID (数字类型唯一ID)", 4:"全局唯一ID UUID",5:"字符串全局唯一ID (idWorker 的字符串表示)";
id-type
:
4
id-type
:
ASSIGN_ID
# 默认数据库表下划线命名
table-underline
:
true
configuration
:
...
...
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