Skip to content

Commit

Permalink
Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mytang0 committed Mar 27, 2024
1 parent b09837d commit 11bafc6
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,9 @@ Specify the version appropriate for the project, see [releases](https://github.c
</dependencies>
```

### Maven archetype

For expedited testing.

```shell
mvn archetype:generate \
-DarchetypeGroupId=xyz.mytang0.brook.demo \
-DarchetypeArtifactId=brook-demo-spring-archetype \
-DarchetypeVersion=1.0.0-alpha \
-DgroupId=<my.groupid> \
-DartifactId=<my-artifactId> \
-DinteractiveMode=false \
-DarchetypeCatalog=internal
```
### Demo

After cloning the repository, the demo is located in the brook-demo module.
The definition of the testing process is located at 'resources/META-INF/flows'.

## Contributing
Expand Down

0 comments on commit 11bafc6

Please sign in to comment.