is_acceptable set on apply suggesstions
Summary by Bito
This pull request adds a new Person management system in a separate Java file and modifies the home page response message in the Spring Boot application, including a correction to the message text.
Detailed Changes
- Introduces sample.java with a Person class (home method) including constructor, getters, setters, and displayInfo method, along with a Main class that manages a list of persons, handles user input, and calculates average age.
- Updates the return statement in the home() method of DemoApplication.java to change the displayed message from 'Spring is here!' to 'This a test!'.
Edited by Amruta Hulagar