Last Version

com.deere.isg.work-tracker.examples:spring-boot-example 1.0.0-rc14

A library to monitor threads and requests. It provides advanced logging capabilities, and protects the application's JVMs from too many requests and from long running requests that would eventually turn into zombies.

License

License

MIT
Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.deere.isg.work-tracker.examples
ArtifactId

ArtifactId

spring-boot-example
Version

Version

1.0.0-rc14
Type

Type

jar
Description

Description

A library to monitor threads and requests. It provides advanced logging capabilities, and protects the application's JVMs from too many requests and from long running requests that would eventually turn into zombies.

Download spring-boot-example 1.0.0-rc14


<!-- https://jarcasting.com/artifacts/com.deere.isg.work-tracker.examples/spring-boot-example/ -->
<dependency>
    <groupId>com.deere.isg.work-tracker.examples</groupId>
    <artifactId>spring-boot-example</artifactId>
    <version>1.0.0-rc14</version>
</dependency>
// https://jarcasting.com/artifacts/com.deere.isg.work-tracker.examples/spring-boot-example/
implementation 'com.deere.isg.work-tracker.examples:spring-boot-example:1.0.0-rc14'
// https://jarcasting.com/artifacts/com.deere.isg.work-tracker.examples/spring-boot-example/
implementation ("com.deere.isg.work-tracker.examples:spring-boot-example:1.0.0-rc14")
'com.deere.isg.work-tracker.examples:spring-boot-example:jar:1.0.0-rc14'
<dependency org="com.deere.isg.work-tracker.examples" name="spring-boot-example" rev="1.0.0-rc14">
  <artifact name="spring-boot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.deere.isg.work-tracker.examples', module='spring-boot-example', version='1.0.0-rc14')
)
libraryDependencies += "com.deere.isg.work-tracker.examples" % "spring-boot-example" % "1.0.0-rc14"
[com.deere.isg.work-tracker.examples/spring-boot-example "1.0.0-rc14"]

Dependencies

compile (4)

Group / Artifact Type Version
com.deere.isg.work-tracker : work-tracker-spring-boot jar 1.0.0-rc14
org.springframework.boot : spring-boot-starter-web jar 1.5.15.RELEASE
org.springframework.boot : spring-boot-starter-security jar 1.5.15.RELEASE
org.codehaus.groovy : groovy-all jar 2.4.8

test (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.5.15.RELEASE
org.mockito : mockito-core jar 2.23.4
org.hamcrest : hamcrest-library jar 1.3
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.