preprod - Confluence short link
https://bito.atlassian.net/wiki/x/PoBYNQ
Summary by Bito
This pull request adds new functionality by introducing a Flask API for user management and a Java-based person management system, while also correcting a minor typo in an existing Spring Boot application. The changes span multiple programming languages and include new standalone applications alongside a small fix to existing code.
Detailed Changes
- Introduces a new Flask API in api/app.py with a POST endpoint for creating users and a greeting function.
- Adds a standalone Java application in sample.java featuring a Person class with encapsulation and a main method for managing persons with input validation and statistics.
- Fixes a typo in DemoApplication.java, correcting 'os' to 'is' in the home endpoint return message.
Edited by Amruta Hulagar