Go to file
Struchkov Mark eeb14cdca9
Add exception handling and database changes
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.
2024-03-09 20:54:23 +03:00
.mvn/wrapper Add new REST resource and Docker configurations 2024-03-02 12:29:10 +03:00
network-backend Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-context Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-controller-rest Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-core Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-data-jooq Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-data-panache Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-domain Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-exception Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-schema-rest Add exception handling and database changes 2024-03-09 20:54:23 +03:00
postman Add exception handling and database changes 2024-03-09 20:54:23 +03:00
.dockerignore Add exception handling and database changes 2024-03-09 20:54:23 +03:00
.env Add exception handling and database changes 2024-03-09 20:54:23 +03:00
.gitignore Add exception handling and database changes 2024-03-09 20:54:23 +03:00
docker-compose.yml Add exception handling and database changes 2024-03-09 20:54:23 +03:00
Dockerfile Add exception handling and database changes 2024-03-09 20:54:23 +03:00
Dockerfile.native Add exception handling and database changes 2024-03-09 20:54:23 +03:00
mvnw Add new REST resource and Docker configurations 2024-03-02 12:29:10 +03:00
mvnw.cmd Add new REST resource and Docker configurations 2024-03-02 12:29:10 +03:00
pom.xml Add exception handling and database changes 2024-03-09 20:54:23 +03:00
README.md Add exception handling and database changes 2024-03-09 20:54:23 +03:00

MySpace

Запуск

docker compose up --build

Postman коллекция находится в папке postman.