Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fzm-joying
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
lei
fzm-joying
Commits
c1bd886d
Commit
c1bd886d
authored
Jul 14, 2021
by
tangtuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改mybatisplus配置
parent
f94ef3af
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
application-dev.yml
joying-portal/src/main/resources/application-dev.yml
+1
-1
application-local.yml
joying-portal/src/main/resources/application-local.yml
+1
-1
application.yml
joying-portal/src/main/resources/application.yml
+2
-2
logback-spring.xml
joying-portal/src/main/resources/logback-spring.xml
+1
-1
No files found.
joying-portal/src/main/resources/application-dev.yml
View file @
c1bd886d
...
...
@@ -33,7 +33,7 @@ spring:
props
:
# 开启SQL显示,默认false
sql
:
show
:
tru
e
show
:
fals
e
redis
:
host
:
172.16.101.135
port
:
6379
...
...
joying-portal/src/main/resources/application-local.yml
View file @
c1bd886d
...
...
@@ -33,7 +33,7 @@ spring:
props
:
# 开启SQL显示,默认false
sql
:
show
:
tru
e
show
:
fals
e
redis
:
host
:
localhost
port
:
6379
...
...
joying-portal/src/main/resources/application.yml
View file @
c1bd886d
...
...
@@ -15,10 +15,10 @@ mybatis-plus:
type-aliases-package
:
com.fzm.common.entity
mapper-locations
:
classpath:mapper/*.xml
configuration
:
log-impl
:
org.apache.ibatis.logging.s
lf4j.Slf4j
Impl
log-impl
:
org.apache.ibatis.logging.s
tdout.StdOut
Impl
map-underscore-to-camel-case
:
true
logging
:
level
:
com.
baomidou.example
.mapper
:
debug
com.
fzm.common
.mapper
:
debug
joying-portal/src/main/resources/logback-spring.xml
View file @
c1bd886d
...
...
@@ -84,7 +84,7 @@
<!-- 添加附加的appender,最多只能添加一个 -->
<appender-ref
ref=
"INFO_FILE"
/>
</appender>
<logger
name=
"com.
ibatis
"
level=
"debug"
addtivity=
"false"
/>
<logger
name=
"com.
baomidou
"
level=
"debug"
addtivity=
"false"
/>
<logger
name=
"java.sql.Connection"
level=
"debug"
/>
<logger
name=
"java.sql.Statement"
level=
"debug"
/>
<logger
name=
"java.sql.PreparedStatement"
level=
"debug"
/>
...
...
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