Spring Boot

jlink with Spring Boot services

September 28, 2020
Java, Docker
Java, OpenJDK, JDK, DockerImages, Docker, Jvm, Jre, Maven, Spring Boot

This always has been my priority because… I don’t want to pay extra in ECR so… I have to create small docker images. we need to list the classpath of all the libraries that we are going to use the follow command in maven ot save all of them in a file mvn dependency:build-classpath -Dmdep.includeScope=runtime -Dmdep.outputFile=classpath once we have all the libraries in a file… we need are going to put everything in a environment variable that way we can use it later on. ...

Starting with Spring Boot

January 23, 2020
Java, Spring Boot
Init Spring Boot, Spring, Spring Boot, Spring Boot 2.0, Starting With Spring, Starting With Spring Boot

In this post we’re going to have different sections, in the first one, as in all beginner courses, we’re going to define Spring, learn how to create a project with Spring Boot and learn what the meaning of the basic class which Spring gives you when you start a project is. What’s Spring? # If you stop someone on the street and ask them about it, they are going to tell you that Spring is a season of the year, but that’s not the meaning that we want. ...