| 1234567891011121314151617181920212223242526 |
- server:
- port: 8080
- spring:
- profiles:
- active: prod
- application:
- name: punch-settle-server
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- cache:
- type: caffeine
- jasypt:
- encryptor:
- algorithm: PBEWithMD5AndDES
- salt-generator-classname: org.jasypt.salt.RandomSaltGenerator
- iv-generator-classname: org.jasypt.iv.RandomIvGenerator
- # one-api接口平台
- one-api:
- url: https://oneapi.coderbox.cn/openapi
- # 系统相关配置
- biz:
- # 折线图数据数量
- lineItemCount: 30
|