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