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