Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

framework integration with Spring Boot
https://github.com/fartherp/framework-spring-boot

spring spring-boot

Last synced: 5 days ago
JSON representation

framework integration with Spring Boot

Awesome Lists containing this project

README

        

# Framework Spring Boot Starter
[![Build Status](https://travis-ci.org/fartherp/framework-spring-boot.svg?branch=master)](https://travis-ci.org/fartherp/framework-spring-boot)
[![Coverage Status](https://coveralls.io/repos/github/fartherp/framework-spring-boot/badge.svg?branch=master)](https://coveralls.io/github/fartherp/framework-spring-boot?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.fartherp.spring.boot/framework-spring-boot-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.fartherp.spring.boot/framework-spring-boot-starter/)
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.github.fartherp.spring.boot/framework-spring-boot-starter.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/github/fartherp/spring/boot/framework-spring-boot-starter/)
[![GitHub release](https://img.shields.io/github/release/fartherp/framework-spring-boot.svg)](https://github.com/fartherp/framework-spring-boot/releases)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Project Stats](https://www.openhub.net/p/framework-spring-boot/widgets/project_thin_badge.gif)](https://www.openhub.net/p/framework-spring-boot)
[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=fartherp_framework-spring-boot)](https://sonarcloud.io/dashboard?id=fartherp_framework-spring-boot)

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

# 如何使用?
1. 在 Spring Boot 项目中加入```framework-spring-boot-starter```依赖

```Maven```
``` xml

com.github.fartherp.spring.boot
framework-spring-boot-starter
3.0.6

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