Files
xian_api_new/src/main/resources/application.yml
T

13 lines
380 B
YAML
Raw Normal View History

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