We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8809505 commit 028fadeCopy full SHA for 028fade
README.md
@@ -49,9 +49,10 @@ Default category for tasks that don't match any specific keywords.
49
mvn clean compile
50
```
51
52
-3. **Run the application**
+3. **Run the application web mode**
53
```bash
54
- java -cp target/classes Main
+ 1. java -cp target/classes Main
55
+ 2. mvn -q -e exec:java -Dexec.mainClass=Main -Dexec.args=web
56
57
58
Or using Maven:
0 commit comments