forked from loafle/openapi-generator-original
* Revert "v7.7.0 release" This reverts commit f3dd32385e02065ad298801ca11b8871bcb3a92a. * prepare v7.8.0 * update readme * update doc * update samples
20 lines
357 B
Markdown
20 lines
357 B
Markdown
Generator version: 7.8.0-SNAPSHOT
|
|
|
|
## Getting Started
|
|
|
|
This document assumes you have maven available.
|
|
|
|
To build the project using maven, run:
|
|
|
|
```bash
|
|
mvn package
|
|
```
|
|
|
|
To run the project, run the jar or use maven exec plugin:
|
|
|
|
```bash
|
|
mvn exec:java
|
|
```
|
|
|
|
If all builds successfully, the server should run on [http://localhost:8080/](http://localhost:8080/)
|