Skip to content

Commit

Permalink
refactor: upgrade springboot to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqi committed May 11, 2024
1 parent 5f2438c commit 6f26dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public ResponseEntity<ResponseVO<String>> asYaml(@PathVariable("id") Long id) {
}

@Logging
@PutMapping
@PutMapping("/")
@Operation(summary = "创建 Job", description = "创建 Job")
public ResponseEntity<ResponseVO> insert(@RequestBody @Valid WsFlinkKubernetesJobAddParam param) {
wsFlinkKubernetesJobService.insert(param);
Expand Down

0 comments on commit 6f26dde

Please sign in to comment.