wip: 字典重构临时提交
This commit is contained in:
@@ -10,13 +10,13 @@ spring:
|
||||
datasource:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://www.youlai.tech:3306/youlai_boot?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&allowMultiQueries=true
|
||||
username: youlai
|
||||
url: jdbc:mysql://localhost:3306/youlai_boot?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&allowMultiQueries=true
|
||||
username: root
|
||||
password: 123456
|
||||
data:
|
||||
redis:
|
||||
database: 0
|
||||
host: www.youlai.tech
|
||||
host: localhost
|
||||
port: 6379
|
||||
# 如果Redis 服务未设置密码,需要将password删掉或注释,而不是设置为空字符串
|
||||
password: 123456
|
||||
@@ -56,6 +56,7 @@ spring:
|
||||
from: youlaitech@163.com
|
||||
|
||||
mybatis-plus:
|
||||
mapper-locations: classpath*:/mapper/**/*.xml
|
||||
global-config:
|
||||
db-config:
|
||||
# 主键ID类型
|
||||
@@ -73,6 +74,7 @@ mybatis-plus:
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
|
||||
|
||||
|
||||
# 安全配置
|
||||
security:
|
||||
jwt:
|
||||
|
||||
@@ -40,6 +40,7 @@ spring:
|
||||
# 缓存null值,防止缓存穿透
|
||||
cache-null-values: true
|
||||
mybatis-plus:
|
||||
mapper-locations: classpath*:/mapper/**/*.xml
|
||||
global-config:
|
||||
db-config:
|
||||
# 主键ID类型
|
||||
|
||||
Reference in New Issue
Block a user