We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c56ce commit 42fd320Copy full SHA for 42fd320
1 file changed
simple-application/src/main/resources/application.yml
@@ -20,10 +20,11 @@ spring:
20
max-idle: 8
21
max-wait: -1
22
23
-# mybatis config
24
-mybatis:
+# mybatis plus 配置
+mybatis-plus:
25
mapper-locations: classpath*:mapper/**/*.xml
26
- type-aliases-package: top.cadecode
+ type-aliases-package: top.cadecode.**.bean
27
+ type-enums-package: top.cadecode.**.enums
28
configuration:
29
map-underscore-to-camel-case: true
30
0 commit comments