Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
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
guns-vip
Commits
34c62017
Commit
34c62017
authored
May 21, 2017
by
fsn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spring profile的配置
parent
ad7a1c4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
src/main/resources/application.yml
+8
-4
No files found.
src/main/resources/application.yml
View file @
34c62017
...
@@ -18,10 +18,6 @@ mybatis-plus:
...
@@ -18,10 +18,6 @@ mybatis-plus:
lazyLoadingEnabled
:
true
#延时加载的开关
lazyLoadingEnabled
:
true
#延时加载的开关
multipleResultSetsEnabled
:
true
#开启的话,延时加载一个属性时会加载该对象全部属性,否则按需加载属性
multipleResultSetsEnabled
:
true
#开启的话,延时加载一个属性时会加载该对象全部属性,否则按需加载属性
logging
:
level
:
debug
file
:
logs/guns.log
---
---
spring
:
spring
:
...
@@ -31,6 +27,10 @@ spring:
...
@@ -31,6 +27,10 @@ spring:
username
:
root
username
:
root
password
:
root
password
:
root
logging
:
level
:
debug
file
:
logs/guns.log
---
---
spring
:
spring
:
...
@@ -40,3 +40,7 @@ spring:
...
@@ -40,3 +40,7 @@ spring:
username
:
rootroot
username
:
rootroot
password
:
rootroot
password
:
rootroot
logging
:
level
:
warn
file
:
logs/guns.log
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