New exception handlers have been added and database setup files introduced. This update also deletes unnecessary Docker and Java files, and modifies various files related to error handling and database changes. Exception handlers for runtime, social network, and not found exceptions are added to improve error feedback in the application. Database setup includes a Liquibase changelog and SQL scripts to create the person table in the database.
Added a new REST resource file, ExampleResource.java, that serves a "Hello from RESTEasy Reactive" message. Also included new Docker configuration files for JVM mode, native mode, and micro base image mode. Additionally, an HTML file has been created for the 'social-network' application. The purpose of these modifications is to extend application functionality and deployment options.