当前位置:网站首页>EASYCODE plug-in use
EASYCODE plug-in use
2022-07-21 01:14:00 【Persistence___】
1.Idea Download
2.pom rely on
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.1.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.hejiawang</groupId>
<artifactId>easycode</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>easycode</name>
<description>Demo project for Spring Boot</description>
<properties>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>springloaded</artifactId>
<version>1.2.8.RELEASE</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional> <!-- The value is true When hot deployment is effective -->
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.4</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.21</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus</artifactId>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.13</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
3. Configuration can also import other people's templates , Or modify the template yourself
4. Connect to database
5. Right click on the table to view the type of configuration table
6. Right click the table to select easy Code choice generate Code
7. Select the file to be generated
8. Click OK to generate all files
边栏推荐
- 归并排序及优化
- 选择排序/插入排序/冒泡排序
- Makefile details
- 企业在什么情况下有引入分布式数据库的必要性?
- 一文搞懂MySQL架构设计,再也不用担心面试官问得太深
- Operation of variables in MySQL
- Application of scientific research informatization for on orbit operation and scientific research of dark matter particle detection satellite
- 哈希表(HashTable)
- win11关闭Hyper-V
- ORA-39194: Table mode jobs require the tables to be comma separated.
猜你喜欢
Hashtable
【Pygame小游戏】魂斗罗经典BOSS都回来了 准备好再次击败他们了吗?(附源码)
Px4 uses P900 data transmission
How can mechanical manufacturing enterprises solve warehouse management problems with ERP system?
What is the difference between zero trust and SASE? The answer is not really important
[probability and count]
一文搞懂MySQL架构设计,再也不用担心面试官问得太深
零信任安全的优缺点
Build product array
Translate official UE documents about uobject Foundation
随机推荐
Under what circumstances is it necessary for enterprises to introduce distributed databases?
我的书《Oracle Database In-Memory架构与实践》出版了
[731. My schedule II]
org. xml. sax. Saxparseexception cannot read the scheme document
力扣128题:最长连续序列
Frontier and application of data security technology from the perspective of compliance
【故事证明和概率公理】
AVL tree
uview錶單,身份證,鍵盤,實時驗證
液晶ST7302图像缓存结构
Merge sequencing and optimization
Warning FailedScheduling 8s default-scheduler 0/3 nodes are available: 1 Insufficient memory
2022/7/19
ArrayList basic case
Can ADG standby database export data pump? may not
丢失了数据库密码,如何恢复?
How to use MySQL export statements
创建文件,如果文件的上级(或上上级等)目录不存在,则先创建上级目录,再创建文件
云计算与边缘计算有什么区别和联系?
合规视角下的数据安全技术前沿与应用