使用异步处理优化DXF 转 GeoJSON接口响应速度;修改部分逻辑,添加删除功能相关校验

This commit is contained in:
lcj
2025-04-25 15:52:48 +08:00
parent 8abe7be454
commit 19754c1ca9
16 changed files with 316 additions and 70 deletions

View File

@ -3,13 +3,14 @@ package org.dromara;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup;
import org.springframework.scheduling.annotation.EnableAsync;
/**
* 启动程序
*
* @author Lion Li
*/
@EnableAsync
@SpringBootApplication
public class DromaraApplication {