build: 升级配置

This commit is contained in:
xiongxiaoyang 2025-03-16 14:27:47 +08:00
parent 467290b908
commit 14a1ff69bf
5 changed files with 116 additions and 106 deletions

View File

@ -3,13 +3,15 @@ spring:
import: classpath:application-common.yml
main:
allow-bean-definition-overriding: true
#Redis服务器IP
data:
redis:
#Redis服务器IP
host: 127.0.0.1
#Redis服务器连接端口
port: 6379
#Redis服务器连接密码
password: test123456
#连接超时时间毫秒
timeout: 10000
logging:

View File

@ -2,12 +2,17 @@
server:
port: 8083
#不分表的数据库配置
spring:
data:
redis:
#Redis服务器IP
host: 127.0.0.1
#Redis服务器连接端口
port: 6379
#Redis服务器连接密码
password: test123456
#连接超时时间毫秒
timeout: 10000
#登录用户名密码
admin:

View File

@ -2,12 +2,17 @@
server:
port: 8085
#不分表的数据库配置
spring:
data:
redis:
#Redis服务器IP
host: 127.0.0.1
#Redis服务器连接端口
port: 6379
#Redis服务器连接密码
password: test123456
#连接超时时间毫秒
timeout: 10000
pic:

View File

@ -5,8 +5,6 @@ spring:
profiles:
active: dev
include: website,alipay,oss
config:
use-legacy-processing: true
jwt:
secret: novel!#20191230