framework-spring-boot-starter-test

framework integration with Spring Boot

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.fartherp.spring.boot
ArtifactId

ArtifactId

framework-spring-boot-starter-test
Last Version

Last Version

3.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

framework-spring-boot-starter-test
framework integration with Spring Boot

Download framework-spring-boot-starter-test

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/framework-spring-boot-starter-test/ -->
<dependency>
    <groupId>com.github.fartherp.spring.boot</groupId>
    <artifactId>framework-spring-boot-starter-test</artifactId>
    <version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/framework-spring-boot-starter-test/
implementation 'com.github.fartherp.spring.boot:framework-spring-boot-starter-test:3.0.6'
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/framework-spring-boot-starter-test/
implementation ("com.github.fartherp.spring.boot:framework-spring-boot-starter-test:3.0.6")
'com.github.fartherp.spring.boot:framework-spring-boot-starter-test:jar:3.0.6'
<dependency org="com.github.fartherp.spring.boot" name="framework-spring-boot-starter-test" rev="3.0.6">
  <artifact name="framework-spring-boot-starter-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp.spring.boot', module='framework-spring-boot-starter-test', version='3.0.6')
)
libraryDependencies += "com.github.fartherp.spring.boot" % "framework-spring-boot-starter-test" % "3.0.6"
[com.github.fartherp.spring.boot/framework-spring-boot-starter-test "3.0.6"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
com.github.fartherp.spring.boot : framework-spring-boot-test-autoconfigure jar 3.0.6
org.junit.jupiter : junit-jupiter-api jar 5.3.2

Project Modules

There are no modules declared in this project.

Framework Spring Boot Starter

Build Status Coverage Status Maven Central Sonatype Nexus (Snapshots) GitHub release License Project Stats
Quality gate

Framework Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成framework。

如何使用?

  1. 在 Spring Boot 项目中加入framework-spring-boot-starter依赖

    Maven

    <dependency>
        <groupId>com.github.fartherp.spring.boot</groupId>
        <artifactId>framework-spring-boot-starter</artifactId>
        <version>3.0.6</version>
    </dependency>

    Gradle

    compile 'com.github.fartherp.spring.boot:framework-spring-boot-starter:3.0.6'
    

Versions

Version
3.0.6
3.0.5
3.0.4
3.0.3