config-server-spring-boot-starter

project auto plugins for spring-boot

License

License

Categories

Categories

Spring Boot Container Microservices config Application Layer Libs Configuration
GroupId

GroupId

top.wboost
ArtifactId

ArtifactId

config-server-spring-boot-starter
Last Version

Last Version

3.2.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

config-server-spring-boot-starter
project auto plugins for spring-boot

Download config-server-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/top.wboost/config-server-spring-boot-starter/ -->
<dependency>
    <groupId>top.wboost</groupId>
    <artifactId>config-server-spring-boot-starter</artifactId>
    <version>3.2.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/config-server-spring-boot-starter/
implementation 'top.wboost:config-server-spring-boot-starter:3.2.1.RELEASE'
// https://jarcasting.com/artifacts/top.wboost/config-server-spring-boot-starter/
implementation ("top.wboost:config-server-spring-boot-starter:3.2.1.RELEASE")
'top.wboost:config-server-spring-boot-starter:jar:3.2.1.RELEASE'
<dependency org="top.wboost" name="config-server-spring-boot-starter" rev="3.2.1.RELEASE">
  <artifact name="config-server-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='config-server-spring-boot-starter', version='3.2.1.RELEASE')
)
libraryDependencies += "top.wboost" % "config-server-spring-boot-starter" % "3.2.1.RELEASE"
[top.wboost/config-server-spring-boot-starter "3.2.1.RELEASE"]

Dependencies

compile (1)

Group / Artifact Type Version
top.wboost : base-spring-boot-starter jar 3.2.1.RELEASE

Project Modules

There are no modules declared in this project.

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>

#文档待完善

Versions

Version
3.2.1.RELEASE
3.2.0.RELEASE
3.1.9.RELEASE
3.1.8.RELEASE
3.1.7.RELEASE
3.1.6.RELEASE
3.1.4.1.RELEASE
3.1.4.RELEASE
3.1.3.RELEASE
3.1.2.RELEASE