Files
xian_api_new/src/main/resources/application.yml
T
2026-06-02 10:25:42 +08:00

13 lines
368 B
YAML

# 激活的配置文件(默认dev,打包时会被Maven profile替换)
spring:
profiles:
active: @spring.profiles.active@
config:
import: classpath:config/redis/redis-key.yml
# MyBatis 配置
mybatis:
mapper-locations: classpath:com/gis/xian/mapper/*.xml
type-aliases-package: com.gis.xian.entity
configuration:
map-underscore-to-camel-case: true