7 Star 1 Fork 7

朱临涛/数字化综合平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 4.58 KB
一键复制 编辑 原始数据 按行查看 历史
朱临涛 提交于 2024-09-29 14:46 . Remove .idea folder from repository
<?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">
<parent>
<groupId>cn.zjtele.pubinfo.boot</groupId>
<artifactId>pubinfo-boot</artifactId>
<version>1.5.1</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<modules>
<module>sxint-app-api</module>
<module>sxint-app-core</module>
<module>sxint-app-client</module>
</modules>
<groupId>com.telecom.sxint.app</groupId>
<artifactId>sxint-app</artifactId>
<version>1.5.1</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sys.version>1.5.1</sys.version>
<pubinfo-cloud.version>1.5.1</pubinfo-cloud.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>cn.zjtele.pubinfo.boot</groupId>
<artifactId>pubinfo-boot-common</artifactId>
</dependency>
<dependency>
<groupId>cn.zjtele.pubinfo.cloud</groupId>
<artifactId>pubinfo-cloud-dependencies</artifactId>
<version>${pubinfo-cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>cn.zjtele.pubinfo.cloud</groupId>
<artifactId>cloud-sys-extension</artifactId>
<version>${sys.version}</version>
</dependency>
<dependency>
<groupId>cn.zjtele.pubinfo.sys.config-data</groupId>
<artifactId>config-data-extension</artifactId>
<version>${sys.version}</version>
</dependency>
<dependency>
<groupId>cn.zjtele.pubinfo.sys.rbac</groupId>
<artifactId>rbac-extension</artifactId>
<version>${sys.version}</version>
</dependency>
<dependency>
<groupId>cn.zjtele.pubinfo.sys.log</groupId>
<artifactId>log-core</artifactId>
<version>${sys.version}</version>
</dependency>
<dependency>
<groupId>com.telecom.sxint.app</groupId>
<artifactId>sxint-app-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.telecom.sxint.app</groupId>
<artifactId>sxint-app-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.telecom.sxint.app</groupId>
<artifactId>sxint-app-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.8</version>
</dependency>
</dependencies>
</dependencyManagement>
<!-- <repositories>-->
<!-- <repository>-->
<!-- <id>central</id>-->
<!-- <url>https://gz02-artifact.srdcloud.cn/artifactory/sxyf0001_001-release-maven-virtual</url>-->
<!-- <releases>-->
<!-- <enabled>true</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>false</enabled>-->
<!-- </snapshots>-->
<!-- </repository>-->
<!-- <repository>-->
<!-- <id>snapshots</id>-->
<!-- <url>https://gz02-artifact.srdcloud.cn/artifactory/sxyf0001_001-release-maven-virtual</url>-->
<!-- <releases>-->
<!-- <enabled>false</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>true</enabled>-->
<!-- </snapshots>-->
<!-- </repository>-->
<!-- </repositories>-->
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhulintaolove/digital-comprehensive-platform.git
git@gitee.com:zhulintaolove/digital-comprehensive-platform.git
zhulintaolove
digital-comprehensive-platform
数字化综合平台
master

搜索帮助