https://github.com/fartherp/framework-spring-boot
framework integration with Spring Boot
https://github.com/fartherp/framework-spring-boot
spring spring-boot
Last synced: 3 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T08:33:30.000Z (over 5 years ago)
- Last Synced: 2025-02-21T20:17:49.351Z (3 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
[](https://travis-ci.org/fartherp/framework-spring-boot)
[](https://coveralls.io/github/fartherp/framework-spring-boot?branch=master)
[](https://maven-badges.herokuapp.com/maven-central/com.github.fartherp.spring.boot/framework-spring-boot-starter/)
[](https://oss.sonatype.org/content/repositories/snapshots/com/github/fartherp/spring/boot/framework-spring-boot-starter/)
[](https://github.com/fartherp/framework-spring-boot/releases)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://www.openhub.net/p/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'
```