server: port: 8081 servlet: session: cookie: http-only: true secure: true 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 enable-sql-runner: true 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: scutensave url: jdbc:postgresql://129.211.33.98:54321/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 ##阿里云测试 #aliyun: # oss: # endpoint: "oss-cn-hangzhou.aliyuncs.com" # accessKeyId: "LTAI5tFAiAq9SjM9vaucMuYD" # accessKeySecret: "RHDmRIOaYlEXe9t1ro7ls8Ejcnhigv" # bucketName: "guojunjie" # aliyunKey: "sk-8968ecc181c644339ec8f8a40c9a65a1" #阿里云测试 aliyun: oss: endpoint: "oss-cn-guangzhou.aliyuncs.com" accessKeyId: "LTAI5t63g5prxfAg2qXnbLrA" accessKeySecret: "sh0ArU0UjWrYY7pUcQ8M9wTZpvJtbq" bucketName: "pixel-ai-file-test" aliyunKey: "sk-e5cf88b5e5f449e68ee32f3af20c0e8e" # 火山引擎配置 volcengine: ArkApiKey: 036e5187-8625-41cd-87e6-3325296582f1 Model: ep-20250121122940-tbf2p AccessKeyID: AKLTZWYwOWQ4Y2VlZmViNGU4MWI3YzY5NWQ3NTVkNzFjNWU SecretAccessKey: WVdJeU9XTXlZVE00TXpka05HUmhabUU1TXpjME16RTJPRGsyWkRjM1pUZw== external: resource: dir: upload ip: "http:\\8.138.171.103\\" wechat: pay: merchantId: 1702829541 privateKeyPath: src/main/resources/wechat/apiclient_key.pem # D:\chromeDown\WXCertUtil\cert\apiclient_key.pem D:\cert\apiclient_key.pem merchantSerialNumber: 1729D576BA6419FB50FB39436581D6AA98DF931D apiV3Key: APOsmG7Ry5i2z5264M8d7zfFMs3hY7h1 appId: wx2a3ff6e1a0e4f093 addressIp: 1.12.224.227 #120.235.233.15 8.138.171.103 notifyUrl: http://1.12.224.227/pixelApi/paOrder/payNotify #http://localhost:8081/paOrder/payNotify http://8.138.171.103/pixelApi/paOrder/payNotify # 静态资源图片路径 picture: fail: "https://guojunjie.oss-cn-hangzhou.aliyuncs.com/fail.jpg"