easy code的使用

一、下載插件spring

下載插件後重啓:數據庫

 

二、IDEA鏈接數據庫apache

 鏈接數據庫成功:app

 

三、生成代碼spring-boot

 

四、結果spa

 

五、須要導入的包插件

(1)@Param報錯3d

  <dependency>
            <groupId>org.apache.ibatis</groupId>
            <artifactId>ibatis-core</artifactId>
            <version>3.0</version>
  </dependency>

(2)spring-boot-starter-parent,書寫以後能夠省略掉依賴的版本號code

 <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-parent</artifactId>
            <version>1.5.9.RELEASE</version>
            <type>pom</type>
    </dependency>
相關文章
相關標籤/搜索