nginx conf May 20, 2026 | No Comments | command, configuration, console, docker, docker-compose, information, nginx, port, private_ip, public_ip, remote-access, router, www docker-compose.yml: The plan is to forward port 80 from the web/external network to port 80 of localhost Docker maps port 80 of localhost to port […]
Configure Gradle in Visual Studio Code January 12, 2026 | No Comments | configuration, gradle, groovy, information, java, openjdk, spring-boot, vscode To install version 21 of OpenJDK with Homebrew on macOS (from the console) Generally, different versions of OpenJK with Homebrew are installed in the /usr/local/Cellar […]
Know if the Apache configuration file is OK or if it has errors September 11, 2025 | No Comments | apache, information, linux, server, ssl, web the command is: It tells you if there are any syntax errors, if a location points to nothing, or if a file it points to […]
Scan an external library in Java Spring Boot April 20, 2025 | No Comments | information, maven, spring-boot It is neat to have configuration classes in a /config folder, located at the same level as the main class: note that the packages: and […]