PostgreSQL Database in Docker
PostgreSQL ranks as the 1st choice of professional developers according to the Stackoverflow Developer Survey 2022.
Here we just show how fast you can setup a Docker-PostgresSQL working environment.
PostgreSQL ranks as the 1st choice of professional developers according to the Stackoverflow Developer Survey 2022.
Here we just show how fast you can setup a Docker-PostgresSQL working environment.
Here we just show how fast you can setup a Docker working environment for your Oracle development needs, following the latest official Oracle repos.
Installing the Tomcat APR native library allows us to work smoothly with both: the JSSE and the OpenSSL implementation.
APR mainly is a supporting library for the Apache web server, offering also some more encasements and functionalities. In this post, you can see the process of installing it in a Debian/Linux distribution system.
This is the 2nd part (the 2nd case example) of how to implement a custom validation in Spring Boot. In this Post we proceed with the implementation of a “master-details” custom validation example, as we’ve mentioned at the beginning.
In this post, we focus on a common case, when we have to check if a value in a JSON field, passed in the body of a POST request, is one of the values provided in an array we define.