Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fartherp/framework-spring-boot
- Owner: fartherp
- License: apache-2.0
- Created: 2018-05-22T02:44:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T08:33:30.000Z (almost 5 years ago)
- Last Synced: 2024-04-16T07:51:31.871Z (7 months ago)
- Topics: spring, spring-boot
- Language: Java
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```