中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

springBoot mybatis包掃描問題怎么解決

發布時間:2022-04-02 16:08:30 來源:億速云 閱讀:544 作者:iii 欄目:移動開發

這篇文章主要介紹了springBoot mybatis包掃描問題怎么解決的相關知識,內容詳細易懂,操作簡單快捷,具有一定借鑒價值,相信大家閱讀完這篇springBoot mybatis包掃描問題怎么解決文章都會有所收獲,下面我們一起來看看吧。

springBoot mybatis 包掃描

@MapperScan(basePackages = {"com.zscat.*.dao","com.zscat.*.*.dao"})
@EnableTransactionManagement(proxyTargetClass = true)
@SpringBootApplication
@MapperScan(basePackages = {"com.zscat.*.dao","com.zscat.*.*.dao"})
public class   ShopServiceApplication {
    public static void main(String[] args) {
        SpringApplication application = new SpringApplication(ShopServiceApplication.class);
        application.run(args);
    }
}

springBoot 掃描不到 mybatis 接口包

只需要在spring boot啟動類上加上注解,并指定jar包中接口文件包路徑即可

@MapperScan(basePackages = "com.xx.**.dao")

如果使用@Controller和@EnableAutoConfiguration 注解還應該再加上一個注解:@ComponentScan 就可以了。

@Controller和@EnableAutoConfiguration沒有掃描注解的功能,而@ComponentScan是

springboot專門用來掃描@Component, @Service, @Repository, @Controller等注解的注解

總結:

使用springboot啟動類配置掃描的兩種注解配置方式:

1、@Controller

   @EnableAutoConfiguration
   @ComponentScan

2、@SpringBootApplication

@SpringBootApplication注解等價于@Configuration, @EnableAutoConfiguration and @ComponentScan

另外application.java(啟動類)也應該按照官方的建議放在root目錄下,這樣才能掃描到Service和dao,不然還會引起,掃描不到注解的問題。

--- 更新日期:2018-10-14 ---

最近用了最新的springboot 2.0.5.RELEASE 版本 多了一種新的掃描注解,新版的springboot application可以放在任意位置,只要加上

@ComponentScan(basePackages = {"com.oskyhang", "com.frames"})

注解就可以,注解指定掃描的包,就可以掃描到,更靈活方便。

關于“springBoot mybatis包掃描問題怎么解決”這篇文章的內容就介紹到這里,感謝各位的閱讀!相信大家對“springBoot mybatis包掃描問題怎么解決”知識都有一定的了解,大家如果還想學習更多知識,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

修武县| 临西县| 且末县| 阳曲县| 保亭| 渑池县| 永嘉县| 山东| 比如县| 永宁县| 广水市| 贵溪市| 布尔津县| 伊川县| 江北区| 平泉县| 普陀区| 临泉县| 东方市| 东丽区| 桂林市| 汝城县| 大同市| 抚松县| 海伦市| 临邑县| 封丘县| 丹寨县| 凤庆县| 扎鲁特旗| 六枝特区| 乡宁县| 惠安县| 武夷山市| 河北区| 通江县| 平遥县| 余江县| 怀来县| 枣庄市| 车致|