Last Version

Camel :: Example :: Spring Boot Live Reload 2.19.5

An example showing how to use the live reload feature of Spring Boot with Camel

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-example-spring-boot-live-reload
Version

Version

2.19.5
Type

Type

jar
Description

Description

Camel :: Example :: Spring Boot Live Reload
An example showing how to use the live reload feature of Spring Boot with Camel
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-example-spring-boot-live-reload

Download camel-example-spring-boot-live-reload 2.19.5


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

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 1.5.7.RELEASE
org.springframework.boot : spring-boot-devtools Optional jar
org.apache.camel : camel-spring-boot-starter jar 2.19.5
org.apache.camel : camel-jetty-starter jar 2.19.5

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
org.apache.camel : camel-test jar 2.19.5

Project Modules

There are no modules declared in this project.