Skip to content

Commit 58a7aaf

Browse files
committed
fix: 取消 mybatis handler 自动扫描,显式指定
1 parent a9025a7 commit 58a7aaf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

application/src/main/resources/application.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ mybatis-plus:
8282
mapper-locations: classpath*:mapper/**/*.xml
8383
type-aliases-package: top.cadecode.**.bean,top.cadecode.**.mybatis.handler
8484
type-enums-package: top.cadecode.**.enums
85-
type-handlers-package: top.cadecode.uniboot.**.mybatis.handler
8685
configuration:
8786
map-underscore-to-camel-case: true
8887

0 commit comments

Comments
 (0)