1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/cvsea-candy

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Это зеркальный репозиторий, синхронизируется ежедневно с исходного репозитория.
Клонировать/Скачать
pom.xml 2.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
PENG宇&辰 Отправлено 4 лет назад bdb8798
<?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>
<artifactId>candy</artifactId>
<groupId>com.candy</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>candy-admin</artifactId>
<description>单体应用聚合工程</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.candy</groupId>
<artifactId>candy-sys</artifactId>
</dependency>
<dependency>
<groupId>com.candy</groupId>
<artifactId>candy-cms</artifactId>
</dependency>
<dependency>
<groupId>com.candy</groupId>
<artifactId>candy-security</artifactId>
</dependency>
<dependency>
<groupId>com.candy</groupId>
<artifactId>candy-weixin-mp</artifactId>
</dependency>
<!-- 前后端分离部署的时候请去掉candy-ui模块 -->
<dependency>
<groupId>com.candy</groupId>
<artifactId>candy-ui</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

Комментарий ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://gitlife.ru/oschina-mirror/cvsea-candy.git
git@gitlife.ru:oschina-mirror/cvsea-candy.git
oschina-mirror
cvsea-candy
cvsea-candy
master