XiaoMi / mone

No description, website, or topics provided
Apache License 2.0
1.12k stars 154 forks source link

Docean server startup issue #806

Open wtt40122 opened 8 months ago

wtt40122 commented 8 months ago

To start a service using docean, you need to manually register various beans, interceptors, listeners, etc. in the main method, and also manually start the service. As a service, these steps need to be manually written each time, which is very cumbersome. I hope it can support a very simple way to start a service