Rest server that works with VK API, created as a solution for GPN Intelligence Cup
You can run application in two ways: run in IDE or run Dockerfile and open one in the container. To run Dockerfile you need to generate 'out' folder and get 'Application.jar' file.
If you want to make JUnit tests work, than don't forget to open 'application.properties' file and write your service token to 'vk.api.config.access_token' variable.
- Data validation
- Exceptions handling
- OpenAPI 3.0 description for REST-methods
- JUnit tests
- Basic auth
- Caching
- Build and deyployment in cloud (Does Docker container count..?)
- JDK 19
- Spring boot 2.7.5
- Jackson 2.14.0
- Apache HttpClient 4.5.13