| | |
| | | server: |
| | | port: 1234 |
| | | |
| | | spring: |
| | | servlet: |
| | | multipart: |
| | | max-file-size: 20MB # 单个文件大小 |
| | | max-request-size: 1024MB # 一次请求文件总大小 |
| | | profiles: |
| | | active: dev |
| | | |
| | | login: |
| | | userID: 9c08241a7c38cb25efafde9dd1347bab |
| | | secret: D1E3ED958C5DB5BDF1FC9F77CE54B29B016213acd698f4686cac2f399f1c8d18 |
| | | |
| | | mybatis-plus: |
| | | type-aliases-package: com.yuanchu.limslaboratory.pojo |
| | | mapper-locations: classpath:mapper/*.xml |
| | | mapper-locations: classpath*:/mapper/*.xml |
| | | global-config: |
| | | banner: off # 关闭mybatis-plus启动图标 |
| | | |
| | |
| | | httpclient: |
| | | enabled: false # 关闭 httpclient |
| | | okhttp: |
| | | enabled: true # 开启 okhttp |
| | | enabled: true # 开启 okhttp |