forked from loafle/openapi-generator-original
* Add micronaut server implementation * Add micronaut server tests and imporovements * Generate samples, docs and verify that tests pass * Update micronaut docs and samples after merging with master * Update micronaut dev server samples * Add micronuat server docs * Update micronaut version * Minor changes to micronaut server and client * Fix documentation generation in samples Co-authored-by: Andriy Dmytruk <andriy.dmytruk@andriy.dmytruk.ca.oracle.com>
28 lines
927 B
Markdown
28 lines
927 B
Markdown
# petstore-micronaut-server
|
|
|
|
This is a generated server based on [Micronaut](https://micronaut.io/) framework.
|
|
|
|
## Configuration
|
|
|
|
To run the whole application, use [Application.java](src/main/java/org/openapitools/Application.java) as main class.
|
|
|
|
Read **[Micronaut Guide](https://docs.micronaut.io/latest/guide/#ideSetup)** for detailed description on IDE setup and Micronaut Framework features.
|
|
|
|
All the properties can be changed in the [application.yml](src/main/resources/application.yml) file or when creating micronaut application as described in **[Micronaut Guide - Configuration Section](https://docs.micronaut.io/latest/guide/#config)**.
|
|
|
|
## Controller Guides
|
|
|
|
Description on how to create Apis is given inside individual api guides:
|
|
|
|
* [PetController](docs/controllers/PetController.md)
|
|
* [StoreController](docs/controllers/StoreController.md)
|
|
* [UserController](docs/controllers/UserController.md)
|
|
|
|
## Author
|
|
|
|
|
|
|
|
|
|
|
|
|