mart-backend/src/main/resources/application-prod.yml

86 lines
2.2 KiB
YAML
Raw Normal View History

2024-12-18 17:03:05 +08:00
server:
port: 8090
mybatis-plus:
global-config:
db-config:
id-type: auto
field-strategy: not_empty
#驼峰下划线转换
column-underline: true
#逻辑删除配置
logic-delete-value: 0
logic-not-delete-value: 1
db-type: postgresql
refresh: false
configuration:
map-underscore-to-camel-case: true
cache-enabled: false
mapper-locations: classpath:/mapper/*.xml
type-aliases-package: com.message.api.log.entity
spring:
##连接数据库
datasource:
username: postgres
password: gcu2023sms@
url: jdbc:postgresql://127.0.0.1:5432/pixelai
driver-class-name: org.postgresql.Driver
type: com.alibaba.druid.pool.DruidDataSource
main:
allow-bean-definition-overriding: true
servlet:
multipart:
max-file-size: 100MB
max-request-size: 200MB
redis:
host: 127.0.0.1
port: 6379
# password: fongtech6400
jedis:
pool:
max-wait: 30000 #连接池最大阻塞等待时间
max-active: 100 #连接池最大连接数
max-idle: 20 #连接池中的最大空闲连接数
min-idle: 0 #连接池中的最小空闲连接
timeout: 10000 #连接超时
jackson:
## 格式为yyyy-MM-dd HH:mm:ss
date-format: yyyy-MM-dd HH:mm:ss
## 定时区解决8小时的时间差问题
time-zone: GMT+8
userproperties:
updatepwdtime: 15552000 #密码更新期限180天 180*24*60*60
logging.level.com.hejr.springboot2_003.mapper: debug
#单点登录信息
sso:
appId: 500000099
secret: dYp4pHNiuKxTizdOlKtu
external:
resource:
2025-01-07 22:09:19 +08:00
dir: upload
#阿里云
aliyun:
oss:
endpoint: "oss-cn-hangzhou.aliyuncs.com"
accessKeyId: "LTAI5tFAiAq9SjM9vaucMuYD"
accessKeySecret: "RHDmRIOaYlEXe9t1ro7ls8Ejcnhigv"
bucketName: "guojunjie"
aliyunKey: "sk-8968ecc181c644339ec8f8a40c9a65a1"
# 火山引擎配置
volcengine:
AccessKeyID: AKLTNjQ5YWRiNzU3ZDk5NDkxOGI1MmUyMWMzMmY5OTMxODE
SecretAccessKey: TldaaVptTmlZbVkxTnpaa05EbGpNems0WmpVeE1qWmhOVFl3T0dNNE5XVQ==
endpoint: visual.volcengineapi.com
service: cv
region: cn-north-1
path: /
schema: https
action: CVProcess
version: 2022-08-31