添加 mybatis配置
This commit is contained in:
parent
6d89a754a2
commit
d0b844d976
@ -8,5 +8,8 @@ spring:
|
||||
server:
|
||||
port: 9992
|
||||
|
||||
|
||||
|
||||
|
||||
mybatis:
|
||||
mapper-locations: classpath:mapper/*.xml
|
||||
mapper-locations: classpath:mapper/**/*.xml
|
||||
Loading…
Reference in New Issue
Block a user