License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators Configuration config |
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdoperator-framework-samples-spring-boot-auto-configuration |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOperator SDK - Samples - Spring Boot - Auto Config
Sample usage with Spring Boot
|
<!-- https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-auto-configuration/ -->
<dependency>
<groupId>com.github.containersolutions</groupId>
<artifactId>operator-framework-samples-spring-boot-auto-configuration</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-auto-configuration/
implementation 'com.github.containersolutions:operator-framework-samples-spring-boot-auto-configuration:1.3.0'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-auto-configuration/
implementation ("com.github.containersolutions:operator-framework-samples-spring-boot-auto-configuration:1.3.0")
'com.github.containersolutions:operator-framework-samples-spring-boot-auto-configuration:jar:1.3.0'
<dependency org="com.github.containersolutions" name="operator-framework-samples-spring-boot-auto-configuration" rev="1.3.0">
<artifact name="operator-framework-samples-spring-boot-auto-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework-samples-spring-boot-auto-configuration', version='1.3.0')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework-samples-spring-boot-auto-configuration" % "1.3.0"
[com.github.containersolutions/operator-framework-samples-spring-boot-auto-configuration "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.containersolutions : operator-framework-samples-common | jar | 1.3.0 |
com.github.containersolutions : spring-boot-operator-framework-starter | jar | 1.3.0 |
org.springframework.boot : spring-boot-starter-log4j2 | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |