NO suggestions applied (manual or apply suggestions),
Summary by Bito
This PR introduces a new sample Java program for person management and updates the home page message in the Spring Boot application, fixing a typo in the message.
Detailed Changes
- Adds sample.java with Person class and Main class for managing persons list, including user input, validation, display, and average age calculation.
- Modifies home() method in DemoApplication.java to return "This a test!" instead of "Spring is here!", correcting a typo.
Edited by Amruta Hulagar