spring-dependencies-autoconfigure

Spring auto configuration for the dependencies-maven-plugin

License

License

Categories

Categories

Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

de.fegbers.spring
ArtifactId

ArtifactId

spring-dependencies-autoconfigure
Last Version

Last Version

0.1.0-RC
Release Date

Release Date

Type

Type

jar
Description

Description

spring-dependencies-autoconfigure
Spring auto configuration for the dependencies-maven-plugin
Project URL

Project URL

https://github.com/fegbers/spring-dependencies-autoconfigure
Source Code Management

Source Code Management

https://github.com/fegbers/spring-dependencies-autoconfigure.git

Download spring-dependencies-autoconfigure

How to add to project

<!-- https://jarcasting.com/artifacts/de.fegbers.spring/spring-dependencies-autoconfigure/ -->
<dependency>
    <groupId>de.fegbers.spring</groupId>
    <artifactId>spring-dependencies-autoconfigure</artifactId>
    <version>0.1.0-RC</version>
</dependency>
// https://jarcasting.com/artifacts/de.fegbers.spring/spring-dependencies-autoconfigure/
implementation 'de.fegbers.spring:spring-dependencies-autoconfigure:0.1.0-RC'
// https://jarcasting.com/artifacts/de.fegbers.spring/spring-dependencies-autoconfigure/
implementation ("de.fegbers.spring:spring-dependencies-autoconfigure:0.1.0-RC")
'de.fegbers.spring:spring-dependencies-autoconfigure:jar:0.1.0-RC'
<dependency org="de.fegbers.spring" name="spring-dependencies-autoconfigure" rev="0.1.0-RC">
  <artifact name="spring-dependencies-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.fegbers.spring', module='spring-dependencies-autoconfigure', version='0.1.0-RC')
)
libraryDependencies += "de.fegbers.spring" % "spring-dependencies-autoconfigure" % "0.1.0-RC"
[de.fegbers.spring/spring-dependencies-autoconfigure "0.1.0-RC"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot jar 2.0.4.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 2.0.4.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.4.RELEASE
org.springframework.boot : spring-boot-actuator jar 2.0.4.RELEASE
org.springframework.boot : spring-boot-actuator-autoconfigure jar 2.0.4.RELEASE

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.0.4.RELEASE
org.assertj : assertj-core jar 3.9.1

Project Modules

There are no modules declared in this project.

spring-dependencies-autoconfigure

Spring auto configuration for the dependencies-maven-plugin and adds the information to the actuator-info endpoint.

Dependency:

<dependency>
	<groupId>de.fegbers.spring</groupId>
	<artifactId>spring-dependencies-autoconfigure</artifactId>
	<version>0.1.0-RC</version>
</dependency>

An example actuator-info output:

{
  "dependencies" : {
    "org_springframework_boot_spring-boot-starter-web_jar" : "2.0.4.RELEASE",
    "org_projectlombok_lombok_jar" : "1.16.22",
    "org_easymock_easymock_jar" : "3.5.1",
    "org_assertj_assertj-core_jar" : "3.9.1",
    "org_powermock_powermock-api-easymock_jar" : "1.7.3",
    "org_springframework_boot_spring-boot-starter-actuator_jar" : "2.0.4.RELEASE",
    "com_spotify_docker-client_jar" : "8.9.0",
    "org_apache_commons_commons-lang3_jar" : "3.7",
    "org_glassfish_jersey_inject_jersey-hk2_jar" : "2.26",
    "pl_project13_maven_git-commit-id-plugin_jar" : "2.2.4",
    "org_powermock_powermock-module-junit4_jar" : "1.7.3",
    "junit_junit_jar" : "4.12"
  }
}

Versions

Version
0.1.0-RC