代码拉取完成,页面将自动刷新
spring:
datasource:
driver-class-name: '{cipher}58556c168fd84a748dcd5af6fd4379a665703d2608541e194dff5a5a00bccb29f5c389688b1b609cfaa1fa38bc1be24d'
url: jdbc:mysql://db:3306/crypt?useSSL=false&useUnicode=true&characterEncoding=utf8&autoReconnect=true&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: '{cipher}55a68800b23fb1eb9b33fe01ae4d835cd1a3d910f3188a2003e8500c82163861'
password: '{cipher}55a68800b23fb1eb9b33fe01ae4d835cd1a3d910f3188a2003e8500c82163861'
jpa:
open-in-view: false
hibernate:
ddl-auto: update
show-sql: true
properties:
hibernate.format_sql: true
jackson:
time-zone: GMT+8
date-format: 'yyyy-MM-dd HH:mm:ss'
servlet:
multipart:
enabled: true
max-file-size: 2MB
max-request-size: 8MB
redis:
host: redis # Redis服务器地址
database: 0 # Redis数据库索引(默认为0)
port: 6379 # Redis服务器连接端口
password: foobared123!@# # Redis服务器连接密码(默认为空)
jedis:
pool:
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
max-idle: 8 # 连接池中的最大空闲连接
min-idle: 0 # 连接池中的最小空闲连接
timeout: 3000ms # 连接超时时间(毫秒)
logging:
file: ${spring.application.name}.log
level:
org:
springframework:
web:
servlet:
mvc:
method:
annotation:
RequestMappingHandlerMapping: TRACE
eureka:
client:
service-url:
defaultZone: http://eureka-server:1001/eureka
com:
potato369:
baidu-api:
app-id: 25386408
api-key: yIwzRgIgmiKzFKI0BZ5nVz80
secret-key: Fv8KFowFF6Ld3nOjF04aZ0hXKft6GKRa
# 自定义redis key
redis:
key:
prefix:
authCode: "portal:authCode:"
expire:
authCode: 120 # 验证码超期时间
# 自定义jwt key
jwt:
tokenHeader: Authorization #JWT存储的请求头
secret: yIwzRgIgmiKzFKI0BZ5nVz80 #JWT加解密使用的密钥
expiration: 604800 #JWT的超期限时间(60*60*24)
tokenHead: Bearer #JWT负载中拿到开头
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。