application.yaml 520 B

1234567891011121314151617181920212223242526
  1. server:
  2. port: 8080
  3. spring:
  4. profiles:
  5. active: prod
  6. application:
  7. name: punch-settle-server
  8. datasource:
  9. driver-class-name: com.mysql.cj.jdbc.Driver
  10. cache:
  11. type: caffeine
  12. jasypt:
  13. encryptor:
  14. algorithm: PBEWithMD5AndDES
  15. salt-generator-classname: org.jasypt.salt.RandomSaltGenerator
  16. iv-generator-classname: org.jasypt.iv.RandomIvGenerator
  17. # one-api接口平台
  18. one-api:
  19. url: https://oneapi.coderbox.cn/openapi
  20. # 系统相关配置
  21. biz:
  22. # 折线图数据数量
  23. lineItemCount: 30