We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb6bfe commit 187a74fCopy full SHA for 187a74f
1 file changed
application/src/main/resources/application.yml
@@ -79,8 +79,9 @@ pagehelper:
79
# mybatis plus 配置
80
mybatis-plus:
81
mapper-locations: classpath*:mapper/**/*.xml
82
- type-aliases-package: top.cadecode.**.bean
+ type-aliases-package: top.cadecode.**.bean,top.cadecode.**.mybatis.handler
83
type-enums-package: top.cadecode.**.enums
84
+ type-handlers-package: top.cadecode.uniboot.**.mybatis.handler
85
configuration:
86
map-underscore-to-camel-case: true
87
0 commit comments