J_Q

Results 3 comments of J_Q

![image](https://github.com/drogonframework/drogon/assets/40571485/fe1f3e81-5fee-4379-8739-233a9f99749b) 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...