Show which port your Java Spring Boot Gradle app is listening on June 5, 2026 | No Comments | code, configuration, information, java Note that I commented out one line; that’s because otherwise there would be two instances of the app running, and then there would be a […]
command to publish in nexus April 21, 2026 | No Comments | command, configuration, information, java, repository set java 21 environment variable: located in the same place as “gradle” You execute publish in Gradle and also force Java version 21 via command […]
Check if the Nexus repository is working (via console) (and with the credentials) April 20, 2026 | No Comments | command, information, java, linux, Linux Ubuntu Server, macos, nexus, repository the command is: response:
find the default Nexus password | No Comments | artifacts, configuration, information, java, linux, Linux Ubuntu Server, macos, nexus, password, repository To log in for the first time, the user is always admin, but the password is dynamic and Nexus generates it during installation for security […]
Create an SSH tunnel to access localhost from the local PC | No Comments | configuration, information, java, linux, Linux Ubuntu Server, macos, nexus, remote-access, ssh, ssh tunnel An SSH tunnel (or SSH Port Forwarding) is like creating a secure, encrypted pipe between your computer and a remote server. It allows network traffic […]