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

溫馨提示×

溫馨提示×

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

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

SpringBoot如何連接MySQL獲取數據寫后端接口

發布時間:2022-03-04 14:23:24 來源:億速云 閱讀:266 作者:小新 欄目:開發技術

這篇文章將為大家詳細講解有關SpringBoot如何連接MySQL獲取數據寫后端接口,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

1.新建項目

SpringBoot如何連接MySQL獲取數據寫后端接口
SpringBoot如何連接MySQL獲取數據寫后端接口
SpringBoot如何連接MySQL獲取數據寫后端接口

2.添加依賴

SpringBoot如何連接MySQL獲取數據寫后端接口

<dependency>
      <groupId>mysql</groupId>
      <artifactId>mysql-connector-java</artifactId>
      <version>8.0.20</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-jdbc</artifactId>
      <version>5.3.8</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-tx</artifactId>
      <version>5.3.8</version>
    </dependency>

    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-aop</artifactId>
      <version>5.3.8</version>
    </dependency>

3.spring容器中創建DriverManagerDataSource和JdbcTemplate對象 3.1在springboot中加載spring容器的方法 1、在resource下創建spring容器文件

resource ---->new---->Directory---->new Directory(application)
SpringBoot如何連接MySQL獲取數據寫后端接口
SpringBoot如何連接MySQL獲取數據寫后端接口

<bean class="org.springframework.jdbc.datasource.DriverManagerDataSource" id="dataSource">
        <!-- 1.1.數據庫驅動 -->
        <property name="driverClassName" value="com.mysql.cj.jdbc.Driver"/>
        <!-- 1.2.連接數據庫的url -->
        <property name="url" value="jdbc:mysql://localhost:3306/spring?characterEncoding=utf8&amp;serverTimezone=UTC"/>
        <!-- 1.3.連接數據庫的用戶名 -->
        <property name="username" value="root"></property>
        <!-- 1.4.連接數據庫的密碼 -->
        <property name="password" value="root"></property>

    </bean>

    <bean class="org.springframework.jdbc.core.JdbcTemplate" id="jdbcTemplate">
        <property name="dataSource" ref="dataSource"/>
    </bean>

2.定義一個普通類 在該類上加上上述注解即可在springboot啟動后自動加載spring容器

SpringBoot如何連接MySQL獲取數據寫后端接口

4.創建對象類,控制類 Book

注意此處的@Data注解,它是lombok的一份子,主要作用是在編譯時自動生成get,set方法,所以此類中不需要我們手動寫get set方法,減少我們的工作量,非常方便,強烈推薦

SpringBoot如何連接MySQL獲取數據寫后端接口

BookDao

SpringBoot如何連接MySQL獲取數據寫后端接口

TestController

SpringBoot如何連接MySQL獲取數據寫后端接口

application.properties

SpringBoot如何連接MySQL獲取數據寫后端接口

5.啟動MySQL數據庫

可以參考之前文章
安裝MySQL8.0并在Navicat可視化操作

SpringBoot如何連接MySQL獲取數據寫后端接口

6.運行測試

如下圖,運行成功

SpringBoot如何連接MySQL獲取數據寫后端接口

在瀏覽器中輸入查看是否獲取成功

SpringBoot如何連接MySQL獲取數據寫后端接口

說明:
8080和springboot參考application.properties
getbookList是TestController中RequestMapping中自定義的

至此,SpringBoot后端接口就寫好了

關于“SpringBoot如何連接MySQL獲取數據寫后端接口”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

向AI問一下細節

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

AI

广宗县| 桐柏县| 北流市| 房山区| 扎兰屯市| 曲阳县| 陕西省| 望城县| 徐汇区| 威宁| 华容县| 巴马| 巢湖市| 广东省| 伊宁县| 通化县| 庆云县| 拜城县| 兴城市| 新龙县| 鹤庆县| 工布江达县| 柘城县| 伊川县| 清流县| 姜堰市| 中阳县| 涿鹿县| 威信县| 嘉鱼县| 仙居县| 塘沽区| 广宗县| 合川市| 宜宾县| 揭西县| 光泽县| 册亨县| 天镇县| 盐亭县| 乐亭县|