SpringBoot(3)之SpringBoot訪問數據庫

SpringBoot訪問數據庫 步驟: 【1-建項目加依賴】建立Maven項目,pom.xml中添加 < parent> 啓動器、spring-boot-start-web 啓動器(springboot必須)、spring-boot-starter-test(springboot本身提供的用於測試的啓動器)、mysql和jpa(用於數據庫鏈接使用);   【2-建實體類加註解】① 數據庫中新建數據
相關文章
相關標籤/搜索