Skip to content

Commit 6a551f3

Browse files
committed
Update README
1 parent 96c58ca commit 6a551f3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# example-spring-boot
22

3-
This is an example of Spring Boot [Getting Started](https://github.com/spring-guides/gs-spring-boot/tree/c42d4edfec8e704431380b884f5cfed78f17e876/initial) modified to work on OpenJDK CRaC.
4-
5-
Changes: https://github.com/CRaC/example-spring-boot/compare/base..crac
3+
This is an example of Spring Boot [Getting Started](https://github.com/spring-guides/gs-spring-boot/tree/main/initial) modified to work on OpenJDK CRaC, which consists only in using Spring Boot 3.2+ and adding the `org.crac:crac` dependency (version `1.4.0` or later).
64

75
## Building
86

9-
Use maven to build
7+
Use Maven to build
108
```
11-
mvn package
9+
./mvnw package
1210
```
1311

1412
## Running

0 commit comments

Comments
 (0)