File tree 2 files changed +2
-21
lines changed
2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -101,13 +101,13 @@ mvn clean test
101
101
>
102
102
> ![ ] ( illustrations/intellij-maven-runner-configuration.png )
103
103
104
- API Server
104
+ API Server : [ jsgenerator-api ] ( ./README.api.md )
105
105
``` shell
106
106
# After starting the server, visit http://localhost:8080
107
107
mvn --also-make --projects jsgenerator-api clean spring-boot:run
108
108
```
109
109
110
- Command Line Interface (CLI)
110
+ Command Line Interface (CLI) : [ jsgenerator-cli ] ( ./README.cli.md )
111
111
``` shell
112
112
# After reading the help, play out with different CLI options
113
113
mvn --also-make --projects jsgenerator-cli clean spring-boot:run -Dspring-boot.run.arguments=--help
@@ -121,9 +121,6 @@ mvn --also-make --projects :jsgenerator-cli clean spring-boot:run -Dspring-boot.
121
121
``` shell
122
122
# Will compile all the modules into JAR (or FAT JAR - see the table above)
123
123
mvn clean package
124
-
125
- # Additionally, build CLI into native executable (require GraalVM - see requirements above)
126
- ./cli-build.sh
127
124
```
128
125
129
126
# Contribute
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments