opt:输送线分类优化

This commit is contained in:
2024-11-29 18:17:05 +08:00
parent e7d1c76a9f
commit 470a3641a7
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ spring:
freemarker: freemarker:
check-template-location: false check-template-location: false
profiles: profiles:
active: dev active: prod
jackson: jackson:
time-zone: GMT+8 time-zone: GMT+8
data: data:

View File

@@ -1,5 +1,5 @@
server: server:
port: 8010 port: 8020
#配置数据源 #配置数据源
spring: spring:
datasource: datasource:
@@ -153,7 +153,7 @@ sa-token:
token-session-check-login: false token-session-check-login: false
alone-redis: alone-redis:
# Redis数据库索引默认为0 # Redis数据库索引默认为0
database: 5 database: 2
# Redis服务器地址 # Redis服务器地址
host: 10.44.101.19 host: 10.44.101.19
# Redis服务器连接端口 # Redis服务器连接端口