fix:调整 webshark 默认端口

This commit is contained in:
zhangshuai
2024-08-15 15:12:30 +08:00
parent 634166c4b3
commit a98566f5d5

View File

@@ -33,7 +33,7 @@ public class PcapController {
@Autowired @Autowired
private IPcapService pcapService; private IPcapService pcapService;
@Value("${webShark.url:127.0.0.1:5601}") @Value("${webShark.url:127.0.0.1:8085}")
private String websharkurl; private String websharkurl;
@GetMapping("/{id}") @GetMapping("/{id}")