diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0aa4de7..b089dd9 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,5 +8,8 @@ spring: server: port: 9992 + + + mybatis: - mapper-locations: classpath:mapper/*.xml \ No newline at end of file + mapper-locations: classpath:mapper/**/*.xml \ No newline at end of file