forked from loafle/openapi-generator-original
* Revert "prepare 7.10.0 release (#20128)" This reverts commit 12dfe8fe74a1515d1e69e00df9abe4128aa44160. * update to 7.11.0-SNAPSHOT, update samples * update docs
20 lines
358 B
Markdown
20 lines
358 B
Markdown
Generator version: 7.11.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/)
|