radp-spring-boot-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-spring-boot-test</artifactId>
<version>0.3</version>
</dependency><?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>
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-parent</artifactId>
<version>0.3</version>
<relativePath>../radp-parent/pom.xml</relativePath>
</parent>
<artifactId>radp-spring-boot-test</artifactId>
<name>${project.artifactId}</name>
<description>Spring Boot Test 扩展</description>
<dependencies>
<!-- 内部组件 -->
<dependency>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-spring-test</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
</dependencies>
</project>