framework-spring-boot

framework integration with Spring Boot

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

com.github.fartherp.spring.boot
Идентификатор

Идентификатор

framework-spring-boot
Последняя версия

Последняя версия

3.0.6
Дата

Дата

Тип

Тип

pom
Описание

Описание

framework-spring-boot
framework integration with Spring Boot
Ссылка на сайт

Ссылка на сайт

https://github.com/fartherp/spring-boot-starter
Система контроля версий

Система контроля версий

https://github.com/fartherp/spring-boot-starter

Скачать framework-spring-boot

Имя Файла Размер
framework-spring-boot-3.0.6.pom 20 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.3.2

Модули Проекта

  • framework-spring-boot-autoconfigure
  • framework-spring-boot-starter
  • framework-spring-boot-test-autoconfigure
  • framework-spring-boot-starter-test

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'
    

Версии библиотеки

Версия
3.0.6
3.0.5
3.0.4
3.0.3
3.0.1
3.0.0
2.0.4
2.0.3
2.0.2
2.0.1
1.0.0