¶Ô±ÈÐÂÎļþ |
| | |
| | | server: |
| | | port: 1234 |
| | | |
| | | spring: |
| | | servlet: |
| | | multipart: |
| | | max-file-size: 20MB # å个æä»¶å¤§å° |
| | | max-request-size: 1024MB # 䏿¬¡è¯·æ±æä»¶æ»å¤§å° |
| | | profiles: |
| | | active: dev |
| | | |
| | | mybatis-plus: |
| | | type-aliases-package: com.yuanchu.limslaboratory.pojo |
| | | mapper-locations: classpath*:/mapper/*.xml |
| | | global-config: |
| | | banner: off # å
³émybatis-pluså¯å¨å¾æ |
| | | |
| | | feign: |
| | | client: |
| | | config: |
| | | default: |
| | | connectTimeout: 2000 |
| | | readTimeout: 3000 |
| | | loggerLevel: FULL |
| | | httpclient: |
| | | enabled: false # å
³é httpclient |
| | | okhttp: |
| | | enabled: true # å¼å¯ okhttp |