Last Version

db-scheduler: Examples: Spring Boot 11.2

Examples on how to use db-scheduler with Spring Boot

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.kagkarlsson
ArtifactId

ArtifactId

spring-boot-example
Version

Version

11.2
Type

Type

jar
Description

Description

db-scheduler: Examples: Spring Boot
Examples on how to use db-scheduler with Spring Boot

Download spring-boot-example 11.2


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

Dependencies

compile (7)

Group / Artifact Type Version
com.github.kagkarlsson : db-scheduler-spring-boot-starter jar 11.2
ch.qos.logback : logback-classic jar 1.2.10
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-data-jpa jar
org.springframework.boot : spring-boot-starter-actuator jar
io.micrometer : micrometer-registry-prometheus jar
org.junit.jupiter : junit-jupiter jar

runtime (1)

Group / Artifact Type Version
org.hsqldb : hsqldb jar

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
com.google.guava : guava jar 31.0.1-jre

Project Modules

There are no modules declared in this project.