1 Star 0 Fork 23

tonnyguo/zj-smart-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
xi.yang 提交于 2021-11-02 17:53 +08:00 . excel util
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.zj.smart</groupId>
<artifactId>zj-smart-framework</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<modules>
<module>zj-admin</module>
<module>zj-log4j2</module>
<module>zj-util-base</module>
<module>zj-util-javadoc</module>
<module>zj-spring-boot-starter</module>
<module>zj-gencode</module>
<module>zj-gencode-mybaties</module>
<module>zj-util-net</module>
<module>zj-util-json</module>
<module>zj-util-svn</module>
<module>zj-gencode-ruoyi</module>
<module>zj-excel</module>
</modules>
<properties>
<java.version>1.8</java.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<springboot.version>2.2.12.RELEASE</springboot.version>
</properties>
<dependencyManagement>
<dependencies>
<!-- SpringBoot的依赖配置-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${springboot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/tonnyguo/zj-smart-framework.git
git@gitee.com:tonnyguo/zj-smart-framework.git
tonnyguo
zj-smart-framework
zj-smart-framework
master

搜索帮助