https://github.com/tipsy/javalin-openapi-example
https://github.com/tipsy/javalin-openapi-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tipsy/javalin-openapi-example
- Owner: tipsy
- License: apache-2.0
- Created: 2020-01-02T17:46:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T22:43:19.000Z (over 3 years ago)
- Last Synced: 2025-04-13T16:08:29.764Z (9 months ago)
- Language: Java
- Size: 31.3 KB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# javalin-openapi-example
## source code for tutorial at [https://javalin.io/tutorials/openapi-example](https://javalin.io/tutorials/openapi-example)
The project contains two source roots and two main files, one Kotlin and one Java:
* src: `src/main/kotlin/`, main: `io.javalin.example.kotlin.Main`
* src: `src/main/java/`, main: `io.javalin.example.java.Main`