J_Q
J_Q
 Name: 舜宇光学科技(集团)有限公司 Business Scenario: use Drogon for our http server Website/Repository: https://www.sunnyoptical.com/default.html
@drizzle042 @an-tao I have tried to include controller header files in my static library implement file, and Automatic registration works。 main.cc ` #include "server/web_app.h" int main() { WebService::run(); return 0;...
> Hi @GitJQ how well have you tested? Does it work every time? So you don’t need to manually register anymore? Just including into the file running the drogon::run() operation...