config-spring-boot-starter

项目通用配置

License

License

Categories

Categories

Spring Boot Container Microservices config Application Layer Libs Configuration
GroupId

GroupId

com.github.surpassm
ArtifactId

ArtifactId

config-spring-boot-starter
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

config-spring-boot-starter
项目通用配置
Project URL

Project URL

https://github.com/surpassm/config-spring-boot-starter
Source Code Management

Source Code Management

https://github.com/surpassm/config-spring-boot-starter

Download config-spring-boot-starter

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.1.3.RELEASE
com.github.surpassm : common-spring-boot-starter jar 0.0.2
org.projectlombok : lombok Optional jar 1.18.6
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.1.3.RELEASE

Project Modules

There are no modules declared in this project.

敏捷开发配置模块

1、使用方法,需要配合:security-spring-boot-starter 使用

<dependency>
    <groupId>com.github.surpassm</groupId>
    <artifactId>security-spring-boot-starter</artifactId>
    <version>0.0.1</version>
</dependency>
<dependency>
    <groupId>com.github.surpassm</groupId>
    <artifactId>config-spring-boot-starter</artifactId>
    <version>0.0.1</version>
</dependency>

Versions

Version
0.0.2
0.0.1