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