You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given an incomplete MyController class, write an API with path / using Spring Boot that sends a string as a response representing today's date in dd-MM-yyyy format.
Do not modify the Application class.
About
Today's Date in Spring Boot by using import LocalDate, DateTimeFormatter, RestController and GetMapping.