Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
O
on-site-service
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
external
on-site-service
Commits
06a10c1d
Commit
06a10c1d
authored
Aug 12, 2022
by
shangtx
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into change
parents
ddfd4488
6ff6b06f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
application-dev.yaml
admin/src/main/resources/application-dev.yaml
+18
-1
No files found.
admin/src/main/resources/application-dev.yaml
View file @
06a10c1d
...
@@ -2,4 +2,21 @@
...
@@ -2,4 +2,21 @@
spring
:
spring
:
profiles
:
profiles
:
include
:
include
:
-
common-dev
-
common-dev
\ No newline at end of file
logging
:
level
:
com.onsiteservice.admin.mapper
:
debug
org.springframework.boot.autoconfigure.security
:
warn
org.springframework.security.*
:
warn
com.ulisesbocchio.jasyptspringboot
:
warn
springfox.documentation.*
:
error
# 排除启动时Mapper扫描映射的警告 运行无影响
org.mybatis.spring.mapper.*
:
warn
tk.mybatis.spring.mapper.*
:
warn
# com.zaxxer.hikari.HikariConfig: error
org.apache.zookeeper.*
:
warn
root
:
info
com.onsiteservice.dao.mapper
:
debug
com.onsiteservice.common.business.pay
:
info
\ 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