spring boot默认扫描的路径

通常来讲spring boot默认的扫描路径是启动类当前的包和子包java @SpringBootApplication @EnableTransactionManagement(proxyTargetClass = true) @MapperScan(basePackages = {"com.frame.springboot.dao", "com.frame.springboot.base"})
相关文章
相关标签/搜索