/Hello-World-Spring-Boot

Hello World in Spring Boot by using RestController and GetMapping

Primary LanguageJava

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.