Update README.md

This commit is contained in:
Leonid Stryzhevskyi 2019-02-26 19:00:05 +02:00 committed by GitHub
parent 33f7f3c1d0
commit 76030de3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,3 +178,5 @@ Grab any project from [examples](https://github.com/oatpp/oatpp-examples), and f
- [ApiClient-Demo](https://github.com/oatpp/example-api-client) - Example project of how-to use Retrofit-like client wrapper (ApiClient) and how it works.
- [TLS-Libressl](https://github.com/oatpp/example-libressl) - Example project of how-to setup secure connection and serve via HTTPS.
- [Consul](https://github.com/oatpp/example-consul) - Example project of how-to use oatpp::consul::Client. Integration with Consul.
- [PostgreSQL](https://github.com/oatpp/example-postgresql) - Example of a production grade entity service storing information in PostgreSQL. With Swagger-UI and configuration profiles.