add
This commit is contained in:
@ -11,6 +11,8 @@
|
||||
|
||||
<artifactId>qiaoba-application</artifactId>
|
||||
|
||||
<description>总打包模块, 需要打包的模块, 引入到该模块中即可</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.qiaoba</groupId>
|
||||
|
@ -37,4 +37,4 @@ mybatis-plus:
|
||||
|
||||
logging:
|
||||
level:
|
||||
com.qiaoba: debug #开发环境输出sql日志
|
||||
com.qiaoba: trace #开发环境输出sql日志
|
||||
|
@ -28,7 +28,7 @@ spring:
|
||||
# 数据库索引
|
||||
database: 0
|
||||
# 密码
|
||||
password:
|
||||
#password:
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
|
Reference in New Issue
Block a user