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.
20 lines
422 B
YAML
20 lines
422 B
YAML
spring:
|
|
profiles:
|
|
active: dev
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
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
|