DEV Community

Cover image for Spring Boot: Everything you need to know, and what nobody told you. Part II
Weder Sousa
Weder Sousa

Posted on

Spring Boot: Everything you need to know, and what nobody told you. Part II

7. How to start Spring Boot?
8. What's the best way to learn Spring Boot a new framework?
9. But do you recommend any course in Portuguese about Spring boot?
10. Okay, we have books and courses, but what does the market really want from me as a high-level Developer?
11. Another question would be that as much as he knew was enough, had he put his hand in the dough enough?
12. Right, but what matters for the job market, you have to understand well about:
13. If you didn't have Spring, how would you use this concept (IoC and ID)?
14. How to study this much Spring Annotation?
15. But is there any material just about the annotations?
16. But how do I separate the packages (package) of a Spring Boot project?
17. But why do you have a package, with dto ?
18. Right, but speaking of database like Spring Boot, can you help us?
19. Creating a CRUD
20. Have you already created and know how to create an @annotation in Java ?


7. How to start Spring Boot?

So how to create my first project with spring boot, to begin to understand, and yes springboot helps us, because it created a website where we can create our base application, called Spring Initializr, just access https://start.spring.io/ and enter the required project information.

Image description

In my dev.to article 15 Tips to Become a Java Expert!, where I quote https://dev.to/weder96/15-tips-to-become-a-java-expert-1acj#section-10

And we must understand how maven or gradle works, I always found the maven settings easier (xml) and with a community more active in helping, but there are many good articles about gradle(json).

I always put lombok in my projects because it facilitates code generation issues (Getter. Setter, ToString, Slf4j, Builder) among others that will help you in several quick actions in addition to to leave the classes with only the necessary code (clean).

The cool thing here at https://start.spring.io/ is that I just check the boxes and look for the libs I want and click on the Generate button and as if by magic your project is ready and configured for your business logic to be developed.

In the next step you can import this project to develop it in your preferred IDE example Eclipse, Netbeans or IntelliJ.

And you, which IDE do you prefer?

I've already used all the 3 mentioned above, but on a day-to-day basis Intellij gains space in organizations, so currently I only use the same one and I always like to validate how Eclipse is doing, which in many companies use in development.

After this theoretical part, which I'm not a fan of a lot of small talk either, I like to get my hands dirty.


8. What's the best way to learn Spring Boot a new framework?

This question at the beginning of my quest for knowledge on the subject was book certainty.

Well, I'm a big fan of books unconditionally, because they show you a little bit of not only what you're learning, but the author's experience.

However, with the large number of online courses, I was divided and I always have to analyze it, as there is a course with a higher degree of learning and in most cases it becomes a better choice.

They are more interactive and you learn a lot of things in a very short time. They are also very cheap nowadays, another reason that is very relevant, even knowing that it is not an expense, it is an investment.

Some of these Spring Boot courses are spread across various places like Udemy and cost little compared to the content, by the way, if you're still a bookworm like me, here's a list.


01. Spring Boot in Action (Craig Walls)

Image description

Spring-Boot-Action-Craig-Walls

02. Beginning Spring Boot 2 Applications and Microservices with the Spring Framework

Image description

BeginningSpring2

03. Spring Boot 2.0 Projects Build production-grade reactive applications and microservices with Spring Boot

Image description

Spring Boot 2.0 Projects Build

4. Pro Spring Boot 2 An Authoritative Guide to Building Microservices, Web and Enterprise Applications, and Best Practices Second Edition

Image description

Pro Spring Boot 2

5. Learning Spring Boot 2.0 Greg L. Turnquist

Image description

Learning Spring Boot 2.0

Each has lots of quality content.

YouTube already has good and free courses like Spring Boot Tutorial | Full Course, this follows a more specific context and uses Intellij, demonstrates links and other tools to aid your understanding.

Another one that draws attention Spring Boot Quick Start - Java Brains, this second one is very didactic, but doesn't focus well on layers (package) , but it gives you an idea of well-structured layered links.

And at UDemy, here I leave a Post-My Favorite Courses to Learn Spring Boot in 2022 — Best of Lot Very detailed Spring boot courses Udemy.


9. But do you recommend any course in Portuguese about Spring boot?

A free one and can be found on Youtube, are the DevDojo courses, the guys and no base are beasts, when it comes to distributing a free and quality course Spring Boot 2 Essentials

Now if you want the Course and are not worried about spending money, you have the best and most complete Algaworks Rest Specialist and The course is very strong, there are 25 modules that teach you all the content you need to be a specialist, I'm not advertising here, anyone who has taken the course knows that the cost benefit is worth it, because the course is very good.


10. Okay, we have books and courses, but what does the market really want from me as a high-level Developer?

When I asked that question, a lot changed in my life, and thank God, a lot has changed for the better.

I started looking for vacancies and seeing what was standard among them, both backEnd and FrontEnd, as I have skills within these areas.

What caught our attention was that all the vacancies where the salaries were better and there were many people who spoke well of the contractors on Glassdoor, I always wanted a Java developer, who knew messaging, who knew about microservices and their design patterns or new architectures aimed at microservices (Spring Cloud).


11. Another question will be that as much as he knew was enough, had he put his hand in the dough enough?

We will never be able to answer this question, as it always depends on the type and size of the project, but at that moment I could answer all the questions on the subject with agility and citing examples, as I had already done several POC (Proof of Concept), and I had already passed it on the website https://microservices.io/ written by Chris Richardson.

How I like a good book but the one by Chris Richardson with title Microservices Patterns WITH EXAMPLES IN JAVA CHRIS R ICHARDSON is one of those pain and "no pain no gain" ones. in Join Community 2022.

I highlighted some of this point with the problems we have when leaving the monolith and migrating to a micro service, and we found that if software architecture is not side side by side with the developer, the problems can be catastrophic, and if you as a developer don't understand, there are also two who will be on a boat sailing aimlessly, and anywhere is! worth it, and what we see is that these guys always leave the boat (Job change).


12. Right, but what matters for the job market, you have to understand well about:

  • Object Orientation (Pillars of OOP).
  • Know the functions of each Design Patterns (creational, structural, behavioral), and how to use the main examples (Builder, Factory, Singleton, Adapter, Facade, Proxy, Observer, Chain of Responsibility, Strategy ).
  • Collections and the differences between list, stack, queue and maps, remember here not only theory you must master the subject, know all the ways to browse, each type, and how to browse maps (ForEach, Entry, key, value)
  • Your ability to create a database (DDL) and (SQL), most of the time just understand the question about the relationship between entities.
  • Main, your ability to solve problems, simple, complex or until that moment almost impossible.

Show, but so far and only work with Java and Database, being primordial, but in the labor market (Java - BackEnd) and a little more is needed, and this little bit is directed to the characteristics of who "DOMINAS" o Springboot.

To master the knowledge about Spring boot the first and main, and to know how the Spring that is behind, works and starts with what is IOC (Inversion of Control), (ID - Dependency Injection) and what is a @Bean:

When I say dominate IoC Container(Inversion of Control), and ID - Dependency Injection And having the science of using these in a project, and not just using Spring using some tutorials or already getting a ready-made project. But how do I know if I understand, to know answer the question below.


13. If you didn't have Spring, how would you use this concept (IoC and ID)?

Well, when you master the Life Cycle and understand that a Bean is a Singleton and how to list my application's Beans, then you understand how to use spring annotations.

Since we quoted annotations you should understand all the main annotations of Spring, below a listing:

@Autowired
@Bean
@Component
@ComponentScan
@Configuration
@ConfigurationProperties
@CookieValue
@CrossOrigin
@DeleteMapping
@EnableAutoConfiguration
@GetMapping
@Lazy
@PathVariable
@primary
@PostMapping
@profile
@PropertySource
@PropertySources
@PutMapping
@Qualifier
@Required
@RestController/@Controller
@Repository
@RequestBody
@RequestMapping
@RequestParam
@Scope
@Service
@SpringBootApplication
@Value

This article has a github repository, where you can find a project whose function is to centralize the use of spring boot annotations, and their benefits , remembering that this project is in a continuous phase of studies and will be updated, with other questions and can be of help to understand the Spring Boot annotations.


14. How to study this much Spring Annotation?

We should always look for the first one, which is the Official Documentation.

But there are people who already like it and see how many questions and answers there are about Framework SpringBoot on Stackoverflow (at the date of this article it had 156,175 results), but why search on Stackoverflow?

The issue here is that many seek how the community is in tune with the Framework, or if it is active in helping with problems that may happen.

Spring itself has a github, with projects templates, which can help you solve some challenges along the way.


15. But is there any material just about the annotations?

There is a YouTube channel by Michelli Brito, which can help you understand all these Spring boot notes, ok, this one is in Portuguese.

Don't be sad, our friend Java Techie who never disappoints his followers brings 40+ notes, and explains their use.

I recommend that the annotation @Transactional, be studied separately, as it has some very relevant and specific issues, in terms of commit, rollback between points that refers to the persistence of objects.

Now after understanding all this crazy business, let's test your skills in breaking an application's behavior into layers, Oh cool, below is a model. I said model.

Remember we don't dictate rules just one possibility, you and the architect of your application know the same, you define what you think is right, even if others say the opposite and most of the time we will get into discussions like (Batman defeats Superman ) or (Creating a dev course costs more (money) than developing something) , if you have prepared this github, has dozens of these "set the playground on fire" questions.


16. But how do I separate the packages (package) of a Spring Boot project?

Image description

The image above is just a model, which can help you understand how to make a CRUD, you must create the first one, the border in our case will always be controller, here are your methods of GET, POST, PUT , DELETE and PATCH.

The entity or domain is where we place our classes that represent a table in our database.

service and serviceImpl have a very specific function the first and an interface the second and a concrete class that implements your interface, here you put the business rules.

The repository, keep the direct connection with the database, here you make your queries, remember the mapping is inside the entity, but in the repository that the queries are created.


17. But why do you have a package with dto?

What an excellent question, we must protect our entities, to avoid some security problems and also transfer only the necessary objects that we are looking for via DAO (Data Access Object) so we created DTO (Data Transport Object), to create means to adapt and map our entity in dtos or unlike dtos in entities, here are two libs that you need to know about Mapstruct and ModelMapper.


18. Right, but speaking of database like Spring Boot, can you help us?

you must add the dependency in the pom.xml

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
Enter fullscreen mode Exit fullscreen mode

In case I'm using PostgreSQL I have to add it too

<dependency>
    <groupId>org.postgresql</groupId>
    <artifactId>postgresql</artifactId>
    <scope>runtime</scope>
</dependency>
Enter fullscreen mode Exit fullscreen mode

and inside your application.properties

######## Database Configuration #########
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=postgres

spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true

Enter fullscreen mode Exit fullscreen mode

In my github there is a project spring-boot-jpa-demo-java19, teaching how to upload a database in postgreSQL, docker, besides to use migrations.

We should also highlight that here it is necessary to have a knowledge of mapping entities and their relationships (OneToMany, ManyToOne, ManyToMany, OneToOne) and how to do this unidirectional or bidirectional mapping.

You must also understand about DataSource, because at times you will be working with two connections and it will be necessary to know which one will be manipulated at each moment.

In many more complex cases it is necessary to use queries with Criterion API.

The more difficult cases to handle, when creating a composite PK (Primary Key), in this case you will need to create a class specialized in manipulating this PK, being necessary to understand about mapping embeddable classes with @Embedded and @Embeddable.

Another point and understanding Eager Loading and Lazy Loading, as these fetching strategies for Lazy Loading or Eager Loading can return different data.

The need to use Connection Pools as it works, you will need to use Hikari which in turn is the default connection pool solution in Spring Boot.

The famous data migrations to the database, because in some moments we will be working with complex migrations and data relocation.


19. Creating a CRUD

Right now after studying and time for the POC (Proof of Concept), it's always good to create one, so here's that tip that everyone has to do the famous CRUD.

C - Create -> Create an object via Controller(POST), passing through the service and using the save method of your Repository.

R - Read -> List the data via Controller(GET), passing through the service and using the findAll method of your Repository

U - Update -> Change an object via Controller(PUT), going through the service and using the save method of your Repository.

D - Delete -> delete an Object via Controller(DELETE) , passing through the service and using the delete method of your Repository.

Sample Crud with Java.

In the Controllers layer, it is necessary to understand how Http and its verbs work (GET, POST, PUT, DELETE, PATCH), and how @RequestBody, @RequestMapping, @RequestParam, @PathVariable among others that tran=balham works in this layer.

Here we have to take a close look at some questions CORS(Cross Origin Requests), understand how HTTP caching works, know how to enable the cache with the Cache-Control header and the max-age directive.

The queries can be done with NativeQuery, but it is not indicated so you will have to learn how JPQL (Java Persistence Query Language) works, which already have the main queries and commands ready to be used, and your SQL that you can use together @ Query and remember that you can also customize the Repository, to create queries, using it.

When dealing with CRUD an important point is that you know how to create DTOs not only using frameworks like Mapstruct and ModelMapper, but how to initialize a DTO using the query itself and also when necessary to create a RespositoryCustom, and understand about JPQL.

There's a baeldung page, which shows you a pretty cool path in this case:

  • Defining Entities
  • Entity Relationships
  • Identifiers
  • Read Operations
  • Pagination and Sorting
  • Query Results
  • Write Operations

Okay, but there is no top course that is worth the investment, I am not advertising again, but Expert JPA it is a complete course and you will have a deep knowledge about how to work with JPA(Java Persistence API).

Here it is good to point out that in some cases you create audit in a table, before changing or deleting information from your database.

At this point there are some @Annotations, which should be understood:

@EnableJpaAuditing
@PrePersist
@PreUpdate
@PreRemove
Enter fullscreen mode Exit fullscreen mode

20. Have you already created and know how to create an @annotation in Java ?

Important note :

If your answer is no, it's ok, but the time has come to learn to understand.

At Baeldung there is a nice article Creating a Custom Annotation in Java.

That's what I like and video lessons, yes, coding with John, there's a very didactic video on the subject.

But I like the video with Java Techie, he has it too.

Ok, but I'm not good at English, I get lost in some scenes so let's go from O8K Group, it explains very well.


This article is divided into 4 parts:

Spring Boot: Everything you need to know, and what nobody told you. #Part01

Spring Boot: Everything you need to know, and what nobody told you. #Part02

Spring Boot: Everything you need to know, and what nobody told you. #Part03

Spring Boot: Everything you need to know, and what nobody told you.#Part04

Top comments (0)