We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8a79c commit 82a42aaCopy full SHA for 82a42aa
1 file changed
simple-application/src/main/resources/application.yml
@@ -8,7 +8,7 @@ server:
8
9
# 配置 mybatis
10
mybatis:
11
- mapper-locations: classpath:mapper/**/*.xml
+ mapper-locations: classpath*:mapper/**/*.xml
12
type-aliases-package: top.cadecode
13
configuration:
14
map-underscore-to-camel-case: true
0 commit comments