Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 214 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 214 Bytes

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.