You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
751 B
YAML
39 lines
751 B
YAML
spring:
|
|
profiles:
|
|
active: test
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
allow-circular-references: true
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 10MB
|
|
max-request-size: 200MB
|
|
mvc:
|
|
path match:
|
|
matching-strategy: ANT_PATH_MATCHER
|
|
|
|
mybatis-plus:
|
|
mapper-locations: classpath*:mapper/*.xml
|
|
configuration:
|
|
map-underscore-to-camel-case: true
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
call-setters-on-nulls: true
|
|
server:
|
|
port: 8097
|
|
servlet:
|
|
context-path: /fu-hsi-server
|
|
case:
|
|
evidence:
|
|
table: case_evidence
|
|
fu-hsi-config:
|
|
case-analysis-method: new
|
|
thread-pool:
|
|
triple:
|
|
core: 1
|
|
type:
|
|
core: 1
|
|
|
|
logging:
|
|
level:
|
|
root: info
|
|
com.supervision: info |