1 Star 0 Fork 2

yutongxue1102/spring-boot-unit-test-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
jingwu 提交于 2021-11-20 13:57 . test: complete spock example
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<groupId>com.jingwu.example</groupId>
<artifactId>spring-boot-unit-test-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<modules>
<module>junit4</module>
<module>junit5</module>
<module>spock</module>
<module>spock-springboot</module>
</modules>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<image.name>${project.parent.artifactId}</image.name>
<image.tag>${project.version}</image.tag>
</properties>
<repositories>
<repository>
<id>repository-central</id>
<name>public Repository</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>plugin-repository-central</id>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yutongxue1102/spring-boot-unit-test-example.git
git@gitee.com:yutongxue1102/spring-boot-unit-test-example.git
yutongxue1102
spring-boot-unit-test-example
spring-boot-unit-test-example
master

搜索帮助