Skip to content

Commit c6b7801

Browse files
committed
Refine README
1 parent 6a551f3 commit c6b7801

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Please refer to [README](https://github.com/CRaC/docs#users-flow) for details.
1616
### Preparing the image
1717
1. Run the [JDK](README.md#JDK) in the checkpoint mode
1818
```
19-
$JAVA_HOME/bin/java -XX:CRaCCheckpointTo=cr -jar target/spring-boot-0.0.1-SNAPSHOT.jar
19+
$JAVA_HOME/bin/java -XX:CRaCCheckpointTo=cr -jar target/example-spring-boot-0.0.1-SNAPSHOT.jar
2020
```
2121
2. Warm-up the instance
2222
```
2323
siege -c 1 -r 100000 -b http://localhost:8080
2424
```
2525
3. Request checkpoint
2626
```
27-
jcmd target/spring-boot-0.0.1-SNAPSHOT.jar JDK.checkpoint
27+
jcmd target/example-spring-boot-0.0.1-SNAPSHOT.jar JDK.checkpoint
2828
```
2929

3030
### Restoring

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>
12-
<artifactId>spring-boot-initial</artifactId>
12+
<artifactId>example-spring-boot</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<name>spring-boot-initial</name>
14+
<name>example-spring-boot</name>
1515
<description>Demo project for Spring Boot</description>
1616
<properties>
1717
<java.version>17</java.version>

0 commit comments

Comments
 (0)