This commit is contained in:
2022-12-02 21:27:47 +08:00
parent c8e93c45c7
commit 92e818e370
5 changed files with 156 additions and 40 deletions

View File

@@ -1,12 +1,12 @@
server.port=8081
# 七牛的密钥配置
# ???????
qiniu.accessKey=
qiniu.secretKey=
qiniu.bucket=
# sitemap 存放地址
# sitemap ????
sitemap.path=
# 生成JWT时候的密钥
# ??JWT?????
jwt.secret=sdaniod213k123123ipoeqowekqwe
##spring.jpa.show-sql=false
@@ -14,15 +14,15 @@ jwt.secret=sdaniod213k123123ipoeqowekqwe
mybatis.type-handlers-package=cn.celess.blog.mapper.typehandler
logging.level.cn.celess.blog.mapper=debug
# 上传单个文件的大小
# ?????????
spring.servlet.multipart.max-file-size=10MB
# 上传文件的总大小
# ????????
spring.servlet.multipart.max-request-size=10MB
spring.jackson.default-property-inclusion=non_null
################# 数据库 ##################
################# ??? ##################
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
#h2
@@ -51,7 +51,7 @@ pagehelper.params=count=countSql
#### 用于nginx的代理 获取真实ip
#### ??nginx??? ????ip
server.use-forward-headers = true
server.tomcat.remote-ip-header = X-Real-IP
server.tomcat.protocol-header = X-Forwarded-Proto
@@ -75,22 +75,21 @@ spring.mail.properties.mail.smtp.socketFactory.fallback=false
############### redis ##############
# REDIS (RedisProperties)
# Redis数据库索引默认为0
# Redis?????????0?
spring.redis.database=1
# Redis服务器地址
# Redis?????
spring.redis.host=127.0.0.1
# Redis服务器连接端口 解决端口冲突 防止使用本地的redis
# Redis??????? ?????? ???????redis
spring.redis.port=6380
# Redis服务器连接密码(默认为空)
# Redis?????????????
spring.redis.password=
# 连接池最大连接数(使用负值表示没有限制)
# ????????????????????
spring.redis.jedis.pool.max-active=-1
# 连接池最大阻塞等待时间(使用负值表示没有限制)
# ???????????????????????
spring.redis.jedis.pool.max-wait=-1
# 连接池中的最大空闲连接
# ???????????
spring.redis.jedis.pool.max-idle=8
# 连接池中的最小空闲连接
# ???????????
spring.redis.jedis.pool.min-idle=0
# 连接超时时间(毫秒)
spring.redis.timeout=5000
# ??????????
spring.redis.timeout=5000