From 11bafc6382390bd30c4cc90702538b1a54a828eb Mon Sep 17 00:00:00 2001 From: mytang0 Date: Wed, 27 Mar 2024 19:21:43 +0800 Subject: [PATCH] Demo --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 374f70b..0130610 100644 --- a/README.md +++ b/README.md @@ -39,21 +39,9 @@ Specify the version appropriate for the project, see [releases](https://github.c ``` -### 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= \ - -DartifactId= \ - -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