当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 2 Fork 1.8K

boleixiongdi / unimall 小程序 + App + 公众号H5
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 3.14 KB
一键复制 编辑 原始数据 按行查看 历史
dobbinsoft 提交于 2021-08-09 16:31 . [dev] 搭建v3框架
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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.4.3</version> <!-- lookup parent from repository -->
</parent>
<groupId>com.iotechn</groupId>
<artifactId>unimall</artifactId>
<version>v3</version>
<name>unimall</name>
<packaging>pom</packaging>
<description>骨架DEMO 父工程</description>
<repositories>
<repository>
<id>maven-ali</id>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<releases>
</releases>
<snapshots>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
</repository>
</repositories>
<properties>
<java.version>1.8</java.version>
<maven.archetype.version>3.0.1</maven.archetype.version>
<dobbinfw-support.version>0.0.1-SNAPSHOT</dobbinfw-support.version>
<dobbinfw-launcher.version>0.0.1-SNAPSHOT</dobbinfw-launcher.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-archetype-plugin</artifactId>
<version>${maven.archetype.version}</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.dobbinsoft</groupId>
<artifactId>fw-launcher</artifactId>
<version>${dobbinfw-launcher.version}</version>
</dependency>
<dependency>
<groupId>com.dobbinsoft</groupId>
<artifactId>fw-support</artifactId>
<version>${dobbinfw-support.version}</version>
</dependency>
<!-- 统一支付包 -->
<dependency>
<groupId>com.dobbinsoft</groupId>
<artifactId>fw-pay</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- lombok 工具 -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
<distributionManagement>
<repository>
<id>rdc-snapshot</id>
<name>Aliyun Xiao</name>
<url>https://packages.aliyun.com/maven/repository/2084582-snapshot-Vrq4iK/</url>
</repository>
</distributionManagement>
<modules>
<module>unimall-app-api</module>
<module>unimall-admin-api</module>
<module>unimall-biz</module>
<module>unimall-data</module>
<module>unimall-runner</module>
</modules>
</project>
Java
1
https://gitee.com/boleixiongdi/unimall.git
git@gitee.com:boleixiongdi/unimall.git
boleixiongdi
unimall
unimall 小程序 + App + 公众号H5
master

搜索帮助