fish-skeleton-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.krproject.ocean.skeletons.fish</groupId> <artifactId>fish-skeleton-test</artifactId> <version>2.5.2</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>org.krproject.ocean.skeletons.fish</groupId> <artifactId>fish-skeleton</artifactId> <version>2.5.2</version> <relativePath>..</relativePath> </parent> <artifactId>fish-skeleton-test</artifactId> <packaging>jar</packaging> <name>fish-skeleton-test</name> <description>微服务开发骨架工程-功能测试模块</description> <dependencies> <!-- fish --> <dependency> <groupId>org.krproject.ocean.skeletons.fish</groupId> <artifactId>fish-skeleton-online</artifactId> </dependency> <dependency> <groupId>org.krproject.ocean.skeletons.fish</groupId> <artifactId>fish-skeleton-batch</artifactId> </dependency> <!-- test --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> </dependencies> </project>