Last Version

Camel :: Example :: Spring Boot REST / JPA 2.19.5

An example demonstrating how to use Camel REST DSL with JPA to expose a RESTful API that performs CRUD operations on a database

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-example-spring-boot-rest-jpa
Version

Version

2.19.5
Type

Type

jar
Description

Description

Camel :: Example :: Spring Boot REST / JPA
An example demonstrating how to use Camel REST DSL with JPA to expose a RESTful API that performs CRUD operations on a database
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-rest-jpa

Download camel-example-spring-boot-rest-jpa 2.19.5


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

Dependencies

compile (7)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 1.5.7.RELEASE
org.springframework.boot : spring-boot-starter-data-jpa jar
org.apache.camel : camel-spring-boot-starter jar 2.19.5
org.apache.camel : camel-servlet-starter jar 2.19.5
org.apache.camel : camel-jackson-starter jar 2.19.5
org.apache.camel : camel-swagger-java-starter jar 2.19.5
org.apache.camel : camel-jpa-starter jar 2.19.5

runtime (2)

Group / Artifact Type Version
mysql : mysql-connector-java jar
org.hsqldb : hsqldb jar 2.3.4

test (1)

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

Project Modules

There are no modules declared in this project.