Skip to content

Commit

Permalink
Can now build, but not run.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Horan committed Apr 5, 2023
1 parent 7bc05dc commit 0ba8dba
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 238 deletions.
4 changes: 2 additions & 2 deletions native-image/what-the-dickens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Build your application: from the root directory of the repository, run the follo

![](images/RMIL_Technology_Laptop_Bark_RGB_50.png#input)
```bash
cd native-image/containerisation/lab
cd native-image/what-the-dickens/lab
./mvnw clean package
```

Expand All @@ -149,7 +149,7 @@ file. You can run this JAR file and then use `curl` to call the application's en
![](images/RMIL_Technology_Laptop_Bark_RGB_50.png#input)
```bash
# Run the application in the background
java -jar ./target/jibber-0.0.1-SNAPSHOT-exec.jar &
java -jar ./target/What_the_Dickens-0.0.1-SNAPSHOT.jar &
```

![](images/RMIL_Technology_Laptop_Bark_RGB_50.png#input)
Expand Down
Loading

0 comments on commit 0ba8dba

Please sign in to comment.