License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.bderancourt |
ArtifactId | ArtifactIdspring-boot-isolated-runner |
Version | Version0.0.9 |
Type | Typejar |
Description |
Descriptioncom.github.bderancourt:spring-boot-isolated-runner
Run multiple spring-boot applications each in its own class loader and thread
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.bderancourt/spring-boot-isolated-runner/ -->
<dependency>
<groupId>com.github.bderancourt</groupId>
<artifactId>spring-boot-isolated-runner</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bderancourt/spring-boot-isolated-runner/
implementation 'com.github.bderancourt:spring-boot-isolated-runner:0.0.9'
// https://jarcasting.com/artifacts/com.github.bderancourt/spring-boot-isolated-runner/
implementation ("com.github.bderancourt:spring-boot-isolated-runner:0.0.9")
'com.github.bderancourt:spring-boot-isolated-runner:jar:0.0.9'
<dependency org="com.github.bderancourt" name="spring-boot-isolated-runner" rev="0.0.9">
<artifact name="spring-boot-isolated-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bderancourt', module='spring-boot-isolated-runner', version='0.0.9')
)
libraryDependencies += "com.github.bderancourt" % "spring-boot-isolated-runner" % "0.0.9"
[com.github.bderancourt/spring-boot-isolated-runner "0.0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.29 |
org.springframework.boot : spring-boot | jar | 2.2.1.RELEASE |
org.springframework : spring-context | jar | 5.2.1.RELEASE |
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
ch.qos.logback : logback-classic | jar | 1.2.3 |