Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
config-center
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
proudkids-pub
config-center
Commits
208b0fee
Commit
208b0fee
authored
Apr 02, 2018
by
张宗强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update config
parent
931aa4e5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
proudkids-workflow-dev.yml
+19
-0
No files found.
proudkids-workflow-dev.yml
View file @
208b0fee
...
...
@@ -27,5 +27,23 @@ spring:
process-definition-location-prefix
:
classpath:/processes/
history-level
:
full
mybatis-plus
:
mapper-locations
:
classpath:/mapper/*Mapper.xml
typeAliasesPackage
:
com.proudkids.admin.model.entity
global-config
:
#主键类型 0:"数据库ID自增", 1:"用户输入ID",2:"全局唯一ID (数字类型唯一ID)", 3:"全局唯一ID UUID";
id-type
:
0
#字段策略 0:"忽略判断",1:"非 NULL 判断"),2:"非空判断"
field-strategy
:
1
#驼峰下划线转换
db-column-underline
:
true
#刷新mapper 调试神器
refresh-mapper
:
true
#数据库大写下划线转换
#capital-mode: true
configuration
:
map-underscore-to-camel-case
:
true
cache-enabled
:
true
logging
:
config
:
classpath:logback.xml
\ No newline at end of file
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