Integrate Keycloak With Spring Boot Step by Step
Need help configure keycloak with spring boot? This is what you need.
Need help configure keycloak with spring boot? This is what you need.
Create an user To create an user in Solr, first, you need to enable authentication plugin by creating a file named security.json under /var/solr/data. Enter into your Solr environment (docker or command line where you have Solr installed) and execute the following command: This command creates the security.json file at the correct location and also … Read more
Having 403 Forbidden when creating use via the API with Keycloak? Here is the fix.
So recently I need to set up a quick project to store the results of my crawler in a database. Previously, I would use JDBC for this job. However, with the recent knowledge of Hibernate, why don’t I give it a go? In this post, I’m going to show you how you can use Hibernate … Read more
Recently I had to write a bash script to truncate all tables on a test database server. Using PgAdmin is a real pain since I have a lot of tables and databases. In addition, I need to do this quite frequently. And I also didn’t want to install Postgres on my machine. The requirement is … Read more
A simple javafx project that let you build a simple web server to server static content