¶Ô±ÈÐÂÎļþ |
| | |
| | | server: |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | max-connections: 1000 |
| | | threads: |
| | | # tomcatæå¤§çº¿ç¨æ°ï¼é»è®¤ä¸º200 |
| | | max: 1000 |
| | | # Tomcatå¯å¨åå§åççº¿ç¨æ°ï¼é»è®¤å¼25 |
| | | min-spare: 25 |
| | | port: 8082 |
| | | servlet: |
| | | context-path: / |
| | | |
| | | spring: |
| | | application: |
| | | name: yssh |
| | | # session |
| | | session: |
| | | timeout: PT20M # 20åé |
| | | profiles: |
| | | active: prod |
| | | include: scheduled,file |
| | | # 设置ä¸ä¼ æä»¶å¤§å° |
| | | servlet: |
| | | multipart: |
| | | enabled: true |
| | | max-file-size: 204800MB |
| | | max-request-size: 1048576MB |
| | | # jackson |
| | | jackson: |
| | | time-zone: GMT+8 |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | | locale: zh_CN |
| | | thymeleaf: |
| | | cache: false |
| | | # æå¡æ¨¡å |
| | | devtools: |
| | | restart: |
| | | # çé¨ç½²å¼å
³ |
| | | enabled: true |
| | | |
| | | mybatis-plus: |
| | | type-aliases-package: com.yssh.entity |
| | | config-location: classpath:mybatis.xml |
| | | mapper-locations: classpath:mapper/**/*.xml |
| | | |
| | | # logging |
| | | logging: |
| | | level: |
| | | com.yssh: info |
| | | org.springframework: warn |
| | | #config: classpath:logback-spring.xml |
| | | |
| | | knife4j: |
| | | # æ¯å¦å¼å¯Swagger |
| | | enabled: true |
| | | # 请æ±åç¼ |
| | | pathMapping: |
| | | # æ¯å¦å¼å¯Knife4jå¢å¼ºæ¨¡å¼,é»è®¤æ¯ false |
| | | enable: true |
| | | |
| | | socket: |
| | | ip: 127.0.0.1 |
| | | port: 6666 |
| | | |
| | | cmd: |
| | | runPy: C:/Python310/py/runPy.bat |