Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
62 results
In Part 1 of this Lombok series, we deep-dive into Project Lombok and show how it dramatically reduces boilerplate code in ...
1,377 views
7 days ago
In this video, we explore three advanced and extremely powerful dependency injection techniques in Spring Boot: ...
1,444 views
4 weeks ago
Java introduced Records to reduce boilerplate, but Lombok has been doing that for years. So why did Java add Records when ...
1,004 views
19 hours ago
... Spring Boot Developer, Java Developer, Spring Boot Best Practices, Spring Boot Tips, Spring Boot Tricks, Clean Code Spring ...
3,070 views
2 weeks ago
... manual validation inside value annotation but if you make use of configuration properties you can make use of spring validation ...
9,234 views
8 days ago
Java has evolved a lot in the last few years — but most developers are still writing code the old way. In this video, I walk you ...
5,236 views
3 weeks ago
18,681 views
Stop using value annotation today If you're using value annotation inside your spring boot project to read configuration properties ...
10,256 views
12 days ago
What really happens when you write @Getter or @Builder in your code? Where does the code come from — and why do some ...
615 views
6 days ago
... get prototype method which is annotated with lookup annotation Now when you bring up your application when spring finds that ...
11,823 views
14,127 views
... of your demo class and not this particular local guy and now if I run this code you will see that we are getting correct output.
22,299 views
Learn to configure OpenAPI (Swagger) UI 3 in a plain Spring Framework 6 application using springdoc-openapi, including ...
5 views
Learn how to resolve the SpringDocConfigProperties binding error in Spring Boot 3.4 Docker setups by correcting your springdoc ...
0 views
10 days ago
Learn how to configure LangChain4J in Spring Boot to use OpenAI's `gpt-4o-search-preview` model and understand the current ...
5 days ago
Learn how to correctly configure RedisTemplate serializers for Long values in Spring Boot to prevent ClassCastException.
Learn how to resolve Redis connection issues in Dockerized Spring Boot applications by correctly configuring Docker networks ...
Learn how to update your Spring Boot 3.4+ WebFlux app to collect accurate HTTP client metrics with the new Observability API, ...
Learn how to efficiently convert raw JSON data into JPA entities in Spring Boot REST APIs using Jackson's ObjectMapper, best ...
3 days ago
Learn how to resolve port mismatch issues in Spring Boot integration tests using MockMvc and internal API calls by aligning ...