【spring boot筆記】14.(Web開發)Mybatis

Mybatis環境搭建 首先數據庫中有這樣一張表: 我們希望在spring boot中實現查詢這個表內容的功能。 1.新建一個maven工程,pom.xml中的依賴: <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.4.6</version> </dependenc
相關文章
相關標籤/搜索