1 Star 1 Fork 1

炒面/mybatis-plus-code-generator-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
炒面 提交于 2022-05-23 00:45 . init 支持 crud
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.chaomian</groupId>
<artifactId>mybatis-plus-generator-demo</artifactId>
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<lombok.version>1.18.4</lombok.version>
</properties>
<modules>
<module>mybatis-plus-generator</module>
<module>mybatis-plus-starter</module>
</modules>
<dependencies>
<!--lombok-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/shudaye/mybatis-plus-code-generator-demo.git
git@gitee.com:shudaye/mybatis-plus-code-generator-demo.git
shudaye
mybatis-plus-code-generator-demo
mybatis-plus-code-generator-demo
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385