提交 0d1887f2 编写于 作者: F Fabio Busatto

Merge branch 'fix-security-issues' into 'master'

Fix security issues

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