加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
crypt-eureka-prod.yml 2.23 KB
一键复制 编辑 原始数据 按行查看 历史
Jack 提交于 2022-01-01 16:35 . 变更
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负载中拿到开头
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化