1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- ruoyi:
-
- name: dgtly_oneportal
-
- version: 4.0.0
-
- copyrightYear: 2019
-
- profile: D:/dgtly/uploadPath
-
- addressEnabled: true
-
- openSwagger: true
- security:
-
- apiTimeOut: 50
-
- platMap: "{steelfurniture:'cd72c223-923f-44a3-aede-b9f07dcd56b8'}"
-
- isDev: true
- server:
-
- port: 8888
- servlet:
-
- context-path: /
- tomcat:
-
- uri-encoding: UTF-8
-
- max-threads: 800
-
- min-spare-threads: 30
-
- logging:
- level:
- com.dgtly: debug
- org.springframework: warn
- spring:
- jackson:
- time-zone: GMT+8
- date-format: yyyy-MM-dd HH:mm:ss
-
- default-property-inclusion: non_null
- profiles:
- include: dev-druid
-
- servlet:
- multipart:
-
- max-file-size: 10MB
-
- max-request-size: 20MB
-
- devtools:
- restart:
-
- enabled: true
- mybatis:
-
- typeAliasesPackage: com.dgtly.**.domain
-
- mapperLocations: classpath*:mapper/**/*Mapper.xml
-
- configLocation: classpath:mybatis/mybatis-config.xml
|