@ -43,7 +43,7 @@ public class CsdjServer {
// HTTP异步处理专用线程池
private final ExecutorService httpExecutor = Executors.newCachedThreadPool();
@PostConstruct
// @PostConstruct
public void start() {
if (!properties.getServer().isEnabled()) {
log.info("CSDJ Server is disabled");