mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-26 17:20:52 +00:00
build: 升级配置
This commit is contained in:
parent
467290b908
commit
14a1ff69bf
@ -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:
|
||||
|
@ -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:
|
@ -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:
|
@ -5,8 +5,6 @@ spring:
|
||||
profiles:
|
||||
active: dev
|
||||
include: website,alipay,oss
|
||||
config:
|
||||
use-legacy-processing: true
|
||||
|
||||
jwt:
|
||||
secret: novel!#20191230
|
||||
|
Loading…
x
Reference in New Issue
Block a user