SpringBoot與數據庫訪問

1.整合基本JDBC與數據源 1.1鏈接數據庫 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency> <groupId>mysql</groupId> <
相關文章
相關標籤/搜索