Given an incomplete MyController
class, write an API with path /
using Spring Boot to send Welcome to Spring Boot
text as a response.
Do not modify the Application
class.
Hello World in Spring Boot by using RestController and GetMapping
Java
Given an incomplete MyController
class, write an API with path /
using Spring Boot to send Welcome to Spring Boot
text as a response.
Do not modify the Application
class.