0
点赞
收藏
分享

微信扫一扫

链动2+1系统开发(部分源码)

<?xml version="1.0" encoding="UTF-8"?>

xmlns:xsi="系统开发<185@2077@8650>"<weixin:SJ520it>

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>

<artifactId>buyer-api</artifactId>

<parent>

<groupId>cn.lili</groupId>

<artifactId>lili-shop-parent</artifactId>

<version>${revision}</version>

<relativePath>../pom.xml</relativePath>

</parent>

<dependencies>

<dependency>

<groupId>cn.lili</groupId>

<artifactId>framework</artifactId>

<version>${revision}</version>

</dependency>

<dependency>

<groupId>com.jfinal</groupId>

<artifactId>enjoy</artifactId>

<version>${enjoy.version}</version>

</dependency>

</dependencies>

<build>

<plugins>

<plugin>

<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-maven-plugin</artifactId>

</plugin>

</plugins>

</build>

</project>

举报

相关推荐

0 条评论