Confluence - Preprod
https://bito.atlassian.net/wiki/x/BIAvR
Summary by Bito
This pull request adds a new Python Flask API for user management, introduces a Java sample program for person data handling with validation, and modifies the Spring Boot demo application's homepage message. The changes enhance the project's capabilities with multi-language support and updated messaging without impacting existing functionality.
Detailed Changes
- Adds a new Flask API in api/app.py with a POST /api/users endpoint that accepts JSON data and returns user creation confirmation.
- Introduces a Java sample program in sample.java featuring a Person class with getters/setters, input validation for age, and functionality to calculate average age using streams.
- Modifies the home endpoint in DemoApplication.java to return 'This a test!' instead of 'Spring is here!'.
Edited by Amruta Hulagar