forked from loafle/openapi-generator-original
* Revert "v7.5.0 release" This reverts commit 1eafe2aebf33b13bee0ead66d62a6436e7db059d. * update master to v7.6.0 snapshot * update readme * update samples
20 lines
357 B
Markdown
20 lines
357 B
Markdown
Generator version: 7.6.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/)
|