File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# openapi-httpserver-java
22
3-
43# OpenAPI Server Library
54A lightweight Java library for creating HTTP servers based on OpenAPI specifications.
65
76
87## Overview
98This library provides a simple way to create an HTTP server that implements OpenAPI specifications.
109
10+ It is designed to be simple to use while providing the essential features needed for creating efficient HTTP servers in Java.
1111
1212## Getting Started
1313
@@ -100,10 +100,3 @@ The library uses a flexible JSON mapping system that automatically detects and p
100100## Known limitations (not exhaustive..)
101101
102102- OpenAPI refs are not supported yet.
103-
104- ## Notes
105- - The server uses a default configuration when initialized with a null parameter for the last argument
106- - Make sure your OpenAPI specification file (` openapi.json ` ) is accessible in your classpath
107- - Custom error handling and logging is provided through SLF4J
108-
109- This library is designed to be simple to use while providing the essential features needed for creating OpenAPI-compliant HTTP servers in Java.
You can’t perform that action at this time.
0 commit comments