fix:调整 webshark 默认端口
This commit is contained in:
@@ -33,7 +33,7 @@ public class PcapController {
|
||||
@Autowired
|
||||
private IPcapService pcapService;
|
||||
|
||||
@Value("${webShark.url:127.0.0.1:5601}")
|
||||
@Value("${webShark.url:127.0.0.1:8085}")
|
||||
private String websharkurl;
|
||||
|
||||
@GetMapping("/{id}")
|
||||
|
||||
Reference in New Issue
Block a user