Last Version

Spring-Boot-Starter - AWS-Support 1.0.1

This minimal Spring-Boot-Starter is an very simple EnvironmentPostProcessor that detects the application is running on AWS or not. It utilizes the EC2MetadataUtils to fetch some details about the AWS environment it's running on.

License

License

MIT
Categories

Categories

Spring Boot Container Microservices AWS PaaS Providers
GroupId

GroupId

org.zalando
ArtifactId

ArtifactId

aws-support-spring-boot-starter
Version

Version

1.0.1
Type

Type

jar
Description

Description

Spring-Boot-Starter - AWS-Support
This minimal Spring-Boot-Starter is an very simple EnvironmentPostProcessor that detects the application is running on AWS or not. It utilizes the EC2MetadataUtils to fetch some details about the AWS environment it's running on.
Project Organization

Project Organization

Zalando SE
Source Code Management

Source Code Management

https://github.com/zalando-incubator/aws-support-spring-boot-starter

Download aws-support-spring-boot-starter 1.0.1


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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar
com.amazonaws : aws-java-sdk-core jar 1.11.6
org.slf4j : slf4j-api jar

Project Modules

There are no modules declared in this project.