提交 bc4f311b 编写于 作者: F Fabio Busatto

Fix security issues

上级 b70475b5
......@@ -2,7 +2,7 @@
This project is based on a GitLab [Project Template](https://docs.gitlab.com/ee/gitlab-basics/create-project.html).
Additions and changes to the project can be proposed in the [original project](https://gitlab.com/gitlab-org/project-templates/spring).
Improvements can be proposed in the [original project](https://gitlab.com/gitlab-org/project-templates/spring).
### CI/CD with Auto DevOps
......
......@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.*;
@RestController
public class DemoApplication {
@RequestMapping("/")
@GetMapping("/")
String home() {
return "Spring is here!";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册