Commit 893be9de authored by Bùi Bá Trường's avatar Bùi Bá Trường

modify

parent b2c6f49a
Pipeline #476 passed with stages
in 2 minutes and 12 seconds
...@@ -29,7 +29,7 @@ checkout_code: ...@@ -29,7 +29,7 @@ checkout_code:
- merge_request - merge_request
script: script:
- cd /root/GitlabRunner/repo/spring-ci-advanced - cd /root/GitlabRunner/repo/spring-ci-advanced
- git checkout - git stash
- git pull - git pull
compile: compile:
......
...@@ -21,5 +21,6 @@ public class StudentController { ...@@ -21,5 +21,6 @@ public class StudentController {
@PostMapping("/getAll") @PostMapping("/getAll")
public ResponseEntity<List<Student>> getAll(){ public ResponseEntity<List<Student>> getAll(){
return new ResponseEntity<>(studentService.getAll(), HttpStatus.OK); return new ResponseEntity<>(studentService.getAll(), HttpStatus.OK);
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment