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.
16 lines
357 B
YAML
16 lines
357 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
|