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.

18 lines
318 B
YAML

#mybatis:
# mapperLocations: classpath*:mapper/*.xml
#扫描别名,一定要与@Alias注解连用
#type-aliases-package: com.kiisoo.open
#开启驼峰映射
#configuration:
#map-underscore-to-camel-case: true
spring:
profiles:
active: $profiles.active$
mvc:
view:
prefix: /
suffix: .html