crear contenedor de docker a una api springboot (todo el proceso) June 16, 2026 | No Comments | command, configuration, console, docker, gradle, gradlew, information, java, linux, Linux Ubuntu Server, macos, port jar crear el .jar (en la raíz, donde está gradlew tirar el comando): no bootJar crea el .jar posta (con el server tomcat y todo […]
Publish artifact to remote Nexus repository February 22, 2026 | No Comments | gradle, gradlew, information, java, nexus, remote-access, router, server, spring-boot, ssh in build.gradle in your project: to publish: need a .env file with environment variables & www. is a subdomain
force the Java version using a Gradle command January 28, 2026 | No Comments | console, gradle, gradlew, information, java, macos Visual Studio (the IDE) recognizes Java 25, but you want 21, for example (on macOS).
Connecting Java Sping-boot gradle to MongoDB January 16, 2026 | No Comments | command, gradle, gradlew, groovy, information, java, mongodb, spring-boot The most professional approach is to have the database run in parallel with the application. You need to configure the build.gradle file Connection in application.properties: […]
Publish to Maven Central using Gradle January 14, 2026 | No Comments | configuration, gradle, gradlew, groovy, information, java, spring-boot Credentials that are not displayed in GitLab but are used privately can be found at: If the file does not exist, create it. content: In […]