oatpp-starter oat ++(AKA oatpp)应用程序的入门项目。 基于oatpp多线程(简单)API。 查看更多: 概述 项目布局 |- CMakeLists.txt // projects CMakeLists.txt |- src/ | | | |- controller/ // Folder containing MyController where all endpoints are declared | |- dto/ // DTOs are declared here | |- AppComponent.hpp // Service config |
2022-05-11 12:21:18 15KB cpp simple starter-project oatpp
1
示例微服务 这是一个有关如何使用Oat ++ Web Framework构建微服务以及如何利用功能的示例项目。 看更多: 笔记 有关此示例的更多信息,请参见文章。 在此存储库中 |- user-service/ // User-Service source code |- book-service/ // Book-Service source code |- facade/ // Facade source code |- monolith/all-services/ // Monolithic config to build all services as a Monolith |- bui
2021-10-13 09:10:39 46KB microservices monolith oatpp monolithization
1