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.
fu-hsi-service/src/main/resources/application.yml

20 lines
422 B
YAML

10 months ago
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
10 months ago
server:
port: 8097
servlet:
context-path: /fu-hsi-server