Skip to content

Commit 030cffe

Browse files
authored
chore: Adjust readme (#3)
[skip ci]
1 parent fcd534b commit 030cffe

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# openapi-httpserver-java
22

3-
43
# OpenAPI Server Library
54
A lightweight Java library for creating HTTP servers based on OpenAPI specifications.
65

76

87
## Overview
98
This 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.

0 commit comments

Comments
 (0)