Skip to content

Commit 5b4f4a3

Browse files
author
geekidea
committed
fix mybatis plus多层级包扫描
Former-commit-id: 4ac1287ec40e56a67e1943123205fc5e91ce455f
1 parent 9c4475d commit 5b4f4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/geekidea/springbootplus/SpringBootPlusApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@EnableTransactionManagement
4040
@EnableConfigurationProperties
4141
@SpringBootApplication
42-
@MapperScan({"io.geekidea.springbootplus.*.mapper"})
42+
@MapperScan({"io.geekidea.springbootplus.**.mapper"})
4343
public class SpringBootPlusApplication {
4444

4545
public static void main(String[] args) {

0 commit comments

Comments
 (0)