1 Star 0 Fork 0

张业军/zyj-boot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 3.09 KB
一键复制 编辑 原始数据 按行查看 历史
张业军 提交于 2023-06-22 16:22 . rev 1 ok
<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>com.zyj</groupId>
<artifactId>zyj-boot</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>zyj</name>
<url>http://zyj.com</url>
<description>WEB应用系统</description>
<inceptionYear>2019</inceptionYear>
<properties>
<zyj.version>1.0.0</zyj.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
</properties>
<!-- 依赖声明 -->
<dependencyManagement>
<dependencies>
<!-- SpringBoot的依赖配置 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.5.14</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<!-- 两个独立的项目-->
<module>renren-generator</module>
<module>java-language</module>
<!-- basic for all-->
<module>zyj-common</module>
<!-- zhang for 前后端不分离项目-->
<module>zhang-admin-sys</module>
<module>zhang-admin-framework</module>
<module>zhang-admin</module>
<module>zhang-cms</module>
<!-- zyj for vue project-->
<module>zyj-admin</module>
</modules>
<build>
<plugins>
<!-- maven插件 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<!-- 阿里云Maven中央仓库 -->
<repository>
<id>public</id>
<name>aliyun nexus</name>
<url>https://maven.aliyun.com/repository/public</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
<pluginRepositories>
<!-- 阿里云Maven中央仓库插件 -->
<pluginRepository>
<id>public</id>
<name>aliyun nexus</name>
<url>https://maven.aliyun.com/repository/public</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-yejun/zyj-boot.git
git@gitee.com:zhang-yejun/zyj-boot.git
zhang-yejun
zyj-boot
zyj-boot
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385