Skip to content

wboost/spring-boot-starter-support

Repository files navigation

wboost : spring-boot-starter-support

spring-boot快速开发扩展工具

Build Status Packagist Yii2

提供基于spring-boot(1.5.9.RELEASE)与common(3.1.1.RELEASE)的实用快速开发扩展工具

Home Page | 官方主页 | 中文说明 | 文档手册.

如果你喜欢,可以开始使用以下集成包了 : )

code

git clone https://github.com/wboost/spring-boot-starter-support.git

Quick Start

###datasource-spring-boot-starter

<dependency>
    <groupId>top.wboost</groupId>
    <version>3.1.1.RELEASE</version>
    <artifactId>datasource-spring-boot-starter</artifactId>
</dependency>

##mybatis-spring-boot-starter

<dependency>
    <groupId>top.wboost</groupId>
    <version>3.1.1.RELEASE</version>
    <artifactId>mybatis-spring-boot-starter</artifactId>
</dependency>

###swagger-spring-boot-starter

<dependency>
    <groupId>top.wboost</groupId>
    <version>3.1.1.RELEASE</version>
    <artifactId>wagger-spring-boot-starter</artifactId>
</dependency>

#文档待完善