Spring Boot Starter Docker

Contains the AutoConfiguration framework for Spring Boot enabled Docker containers

License

License

Categories

Categories

Spring Boot Container Microservices Docker Virtualization Tools
GroupId

GroupId

nl.42
ArtifactId

ArtifactId

spring-boot-starter-docker
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot Starter Docker
Contains the AutoConfiguration framework for Spring Boot enabled Docker containers
Source Code Management

Source Code Management

https://github.com/42BV/spring-boot-starter-docker

Download spring-boot-starter-docker

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar
org.liquibase : liquibase-core jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
nl.42 : spring-boot-docker-postgres Optional jar 1.0.1

Project Modules

There are no modules declared in this project.
nl.42

Versions

Version
1.0.3
1.0.2
1.0.1.JAVA.11
1.0.0.JAVA.11
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0