# framework-spring-boot **Repository Path**: fartherp/framework-spring-boot ## Basic Information - **Project Name**: framework-spring-boot - **Description**: framework integration with Spring Boot - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-24 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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' ```