Commit 98c6a2e0 authored by Sumaiyya Burney's avatar Sumaiyya Burney

Update src/main/java/com/nisum/cicd/training/springbootrefapp/controllers/HelloController.java

parent c727b9d0
...@@ -2,6 +2,7 @@ package com.nisum.cicd.training.springbootrefapp.controller; ...@@ -2,6 +2,7 @@ package com.nisum.cicd.training.springbootrefapp.controller;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.@RequestParam;
@RestController @RestController
public class HelloController { public class HelloController {
......
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