Skip to content

Commit

Permalink
try what you'll build
Browse files Browse the repository at this point in the history
  • Loading branch information
siwany committed Jun 14, 2024
1 parent a545a3e commit b16dca5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,22 @@ Make sure to start your Docker daemon before you proceed.
// =================================================================================================
[role='command']
include::{common-includes}/gitclone.adoc[]
// =================================================================================================
// Try what you'll build
// =================================================================================================

=== Try what you'll build

Polish the following instruction.
The `finish` directory in the root of this guide contains the finished application. Give it a try before you proceed.

To try out the test, first go to the `finish` directory and run the following Maven goal that builds the application, starts the containers, runs the tests, and then stops the containers:

Navigate to the finish directory.
Navigate to the finish directory:
```
cd finish
```

Build and install the models
Build and install the models:
```
mvn -pl models clean install
```
Expand Down

0 comments on commit b16dca5

Please sign in to comment.