Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 0150f37

Browse files
committed
Rename jpa sample to data-jpa
1 parent 872bbfb commit 0150f37

File tree

13 files changed

+4
-4
lines changed

13 files changed

+4
-4
lines changed

spring-graalvm-native-samples/jpa/README.md renamed to spring-graalvm-native-samples/data-jpa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Boot project with JPA.
1+
Spring Boot project with Spring Data JPA.
22

33
To build and run the native application packaged in a lightweight container:
44
```

spring-graalvm-native-samples/jpa/compile.sh renamed to spring-graalvm-native-samples/data-jpa/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
ARTIFACT=jpa
3+
ARTIFACT=data-jpa
44
MAINCLASS=app.main.SampleApplication
55
VERSION=0.0.1-SNAPSHOT
66

spring-graalvm-native-samples/jpa/pom.xml renamed to spring-graalvm-native-samples/data-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>org.springframework.experimental</groupId>
8-
<artifactId>jpa</artifactId>
8+
<artifactId>data-jpa</artifactId>
99
<version>0.0.1-SNAPSHOT</version>
1010

1111
<parent>

0 commit comments

Comments
 (0)