| | |
| | | |
| | | spring: |
| | | datasource: |
| | | url: jdbc:mysql://localhost:3305/traffic_audit?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false |
| | | url: jdbc:mysql://localhost:3305/traffic_audit?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true |
| | | username: root |
| | | password: ${MYSQL_PASSWORD:root} |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | servlet: |
| | | multipart: |
| | | max-file-size: 100MB |
| | | max-request-size: 100MB |
| | | jackson: |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | | time-zone: Asia/Shanghai |
| | |
| | | secret: ${JWT_SECRET:change-me-jwt-secret} |
| | | expiration: 86400000 |
| | | |
| | | docs: |
| | | template-root: docs |
| | | |
| | | city-passenger: |
| | | template-dir: docs/城市客运 |
| | | |
| | | passenger: |
| | | template-dir: docs/公路旅客 |
| | | |
| | | freight: |
| | | template-dir: docs/货运 |
| | | |
| | | energy: |
| | | template-dir: docs/能耗 |
| | | |
| | | investment: |
| | | template-dir: docs/投资/模板 |
| | | |
| | | deepseek: |
| | | api-key: ${DEEPSEEK_API_KEY:your-deepseek-api-key} |
| | | api-url: https://api.deepseek.com/v1/chat/completions |