|
@@ -40,8 +40,8 @@ import java.util.stream.Collectors;
|
|
@Slf4j
|
|
@Slf4j
|
|
public class SceneMarkShapeController extends BaseController
|
|
public class SceneMarkShapeController extends BaseController
|
|
{
|
|
{
|
|
- @Value("${queue.scene.yolov5-detect-queue}")
|
|
|
|
- private String yolov5DetectQueue;
|
|
|
|
|
|
+// @Value("${queue.scene.yolov5-detect-queue}")
|
|
|
|
+// private String yolov5DetectQueue;
|
|
@Autowired
|
|
@Autowired
|
|
private ISceneMarkShapeService sceneMarkShapeService;
|
|
private ISceneMarkShapeService sceneMarkShapeService;
|
|
@Resource
|
|
@Resource
|
|
@@ -50,9 +50,9 @@ public class SceneMarkShapeController extends BaseController
|
|
private IScenePlusService scenePlusService;
|
|
private IScenePlusService scenePlusService;
|
|
@Autowired
|
|
@Autowired
|
|
private IScenePlusExtService scenePlusExtService;
|
|
private IScenePlusExtService scenePlusExtService;
|
|
- @Value("${fyun.host}")
|
|
|
|
|
|
+ @Value("${fyun.host:xxx}")
|
|
private String ossUrlPrefix;
|
|
private String ossUrlPrefix;
|
|
- @Value("${main.url}")
|
|
|
|
|
|
+ @Value("${main.url:xxx}")
|
|
private String mainUrl;
|
|
private String mainUrl;
|
|
|
|
|
|
|
|
|