3 Star 5 Fork 5

Atoney/xbdun-web-validate-bmp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 3.66 KB
一键复制 编辑 原始数据 按行查看 历史
<?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">
<modelVersion>4.0.0</modelVersion>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.xbdun.common</groupId>
<artifactId>xbdun-common-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<groupId>com.xbdun.web</groupId>
<artifactId>xbdun-web-validate-bmp</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>xbdun-web-validate-bmp</name>
<url>http://maven.apache.org</url>
<properties>
<!-- 关联项目jar包版本 start -->
<xbdun-facade-validate-bmp.version>1.0-SNAPSHOT</xbdun-facade-validate-bmp.version>
<!-- end -->
<xbdun-common-core.version>1.0-SNAPSHOT</xbdun-common-core.version>
</properties>
<dependencies>
<dependency>
<groupId>com.xbdun.common</groupId>
<artifactId>xbdun-webconfig-bmp</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.xbdun.facade</groupId>
<artifactId>xbdun-facade-validate-bmp</artifactId>
<version>${xbdun-facade-validate-bmp.version}</version>
</dependency>
<!-- zxing -->
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.zxing</artifactId>
<version>3.1.0_1</version>
</dependency>
<!-- 邮件发送 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<!-- freemark -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
<!-- 连接数据库 -->
<dependency>
<groupId>com.xbdun.common</groupId>
<artifactId>xbdun-common-core</artifactId>
<version>${xbdun-common-core.version}</version>
</dependency>
<!-- / 连接数据库 -->
<!-- 上传文件 -->
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.1</version>
</dependency>
<!-- / 上传文件 -->
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<maimClass>com.xbdun.ValidateWebApplication</maimClass>
</configuration>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xbdun_admin/xbdun-web-validate-bmp.git
git@gitee.com:xbdun_admin/xbdun-web-validate-bmp.git
xbdun_admin
xbdun-web-validate-bmp
xbdun-web-validate-bmp
master

搜索帮助