No video

Spring Boot 3.0 | What’s new in 3.0 Release | Latest Features | JavaTechie

  Рет қаралды 41,014

Java Techie

Java Techie

Күн бұрын

In this Tutorial, we explore what we know about the Spring Boot 3 release, including potential features, improvements, changes to dependencies, and more
#JavaTechie #SpringBoot3.0
📚Agenda📚
00:35 - intro
00:55 - Features Overview
04:40 - Project creation
08:2 - Java 17 Record
09:41 - Service & Controller
16:11 - Jakarta
17:8 - ProblemDetail
25:24 - Observability
34:41 - Spring Native
46:23 - HttpExchange
Spring boot microservice Live course Just started (Recordings available)
Hurry-up & Register today itself!
COURSE LINK : javatechie5246...
PROMO CODE : Java40
GralVM Setup :
blogs.oracle.c...
GitHub:
github.com/Jav...
Blogs:
/ javatechie
Facebook:
/ javatechie
guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie
Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community ,
you are free to use source code from above mentioned GitHub account

Пікірлер: 87
@sivasankar2539
@sivasankar2539 Жыл бұрын
U will hit a million in 2023...if u keep doing these kind of videos
@prabhjotsingh9597
@prabhjotsingh9597 Жыл бұрын
Please make a video on 1. NewRelic 2. Good way to break monolith into microservices when the monolith app is being used by many clients 3. Practical use cases of Java 17 features 4. Migrate from spring boot 2.7.x to spring boot 3 5. Common security principles knowledge like csrf 6. Good way of logging all incoming requests, outgoing requests, incoming response & outgoing response using filters (interceptors etc) (web client compatible) Thank you for making high class videos. You’re awesome and wish you a lot of success
@balasahebnimse3314
@balasahebnimse3314 Жыл бұрын
Hi Java Techie, Really appreciating your efforts for introducing spring boot 3 and its features. I near future will be kindly cover below few topics related to spring boot 3 : 1. Native image + JUnit 5 with mockito Testing : Considering few of the limitation of Native image AOT 2. Min and Max Memory, number of threads and other configurations for production grade applications 3. Debugging the Native image binaries in Docker container
@arpitagrawal362
@arpitagrawal362 Жыл бұрын
I really appreciate your efforts I really Love it to watch all your tutorials
@Javatechie
@Javatechie Жыл бұрын
Thank you buddy 😃. Keep learning 👍
@stevegathara8885
@stevegathara8885 Жыл бұрын
You are a good tutor. I have followed this video successfully.
@kappaj01
@kappaj01 Жыл бұрын
Nice stuff - use sdkman, way easier to switch JVM's. Then setup alias cmd's # alias j8='sdk default java 8.0.242-zulu' alias j9='sdk default java 9.0.7-zulu' alias j10='sdk default java 10.0.2-zulu' alias j11='sdk default java 11.0.6-zulu' alias j12='sdk default java 12.0.2-zulu' alias j13='sdk default java 13.0.2-zulu' alias j14='sdk default java 14.0.0-zulu' alias j15='sdk default java 15.0.1-zulu' alias j16='sdk default java 16.0.0-zulu' alias j17='sdk default java 17.0.5-zulu' alias j18='sdk default java 18.0.1-zulu' alias j19='sdk default java 19.0.1-zulu' alias jgraal='sdk default java 22.3.r19-grl' now to switch to Java 17 -> j17 super nice
@user-to6of6op8m
@user-to6of6op8m Жыл бұрын
Very Nice explanation - Thank you
@pratyush__agarwal
@pratyush__agarwal Жыл бұрын
Thanks for compiling this for us
@girishrp9339
@girishrp9339 Жыл бұрын
Waiting for this video. Thanks basant
@MohitKhare
@MohitKhare 11 ай бұрын
Thanks, that was helpful.
@vincentmax4571
@vincentmax4571 Жыл бұрын
Wonderful!! Do you have any videos about migrating legacy java (Java 1.6, struts etc) applications to Java 8 or Java 17?
@flowchart5471
@flowchart5471 Жыл бұрын
Basanth ...can you please add one video for Java 17.What more important features added in java 17 which was not in java 8?
@Javatechie
@Javatechie Жыл бұрын
Okay i will
@gyvsr
@gyvsr Жыл бұрын
Very Good Stuff. 👍
@HybrisTraining
@HybrisTraining Жыл бұрын
A big thanks for helping millions of people Sir! May I request you to help us in learning Algorithms please?
@Javatechie
@Javatechie Жыл бұрын
I will start a series about DSA
@Anilkumar-reddy
@Anilkumar-reddy Жыл бұрын
@@Javatechie Please start sir, I am eagerly waiting for DSA
@arunvijay2279
@arunvijay2279 Жыл бұрын
Badly need this video
@AhmedKhaled-he9mf
@AhmedKhaled-he9mf Жыл бұрын
Wow thanks very much
@ainigma100
@ainigma100 Жыл бұрын
Thank you for the great video! Can you please make a video using Spring Boot 3 along with Spring Security (maybe JWT) and Springdoc OpenAPI 3. What is the proper way to secure Springdoc. Maybe we could run Springdoc on a management port. Thank you in advance!
@Javatechie
@Javatechie Жыл бұрын
Okay i will do that
@ainigma100
@ainigma100 Жыл бұрын
@@Javatechie Thank you very much!!!
@Vithal_Nivargi
@Vithal_Nivargi Жыл бұрын
Thanks 🙏❤️
@TuGordoBello
@TuGordoBello Жыл бұрын
thanks
@Aniruddhdwivedi
@Aniruddhdwivedi Жыл бұрын
Hi Basant, similar to this video could you make one consolidated video for Java 17+ features?
@Javatechie
@Javatechie Жыл бұрын
Okay i will
@Brijeshkumar-nl8yy
@Brijeshkumar-nl8yy Жыл бұрын
Amazing video. just one small question if there are multiples profiles in spring boot for example : dev, prod. what is the command we use to compile executable file for specific profile like dev profile ?
@Javatechie
@Javatechie Жыл бұрын
Just add the vm args or set in properties file who is your active profile active.prifiles=dev or qa or prod
@tejasavhad97
@tejasavhad97 Жыл бұрын
Please make video on spring boot 3 with jsp jasper and jstl project
@foddiebyage9696
@foddiebyage9696 Жыл бұрын
Please complete How to manage bulk messaging or data sharing in microservices, logging all ways in working project, All ways to communicate between third party service to a microservice, debugging of big jpql query from project, types of errors genarally came in projects of spring boot Hope you got hot topics to cover soon
@Cameron655
@Cameron655 Жыл бұрын
I'm hauling a bunch of side projects from 8 up via 11 to 17 (Spring 6, Boot 3). Since 14, we've had record types, so why keep Lombok? I mean, I've used Lombok a ton and had great results, but it does feel like its star is fading. Can anyone explain?
@Javatechie
@Javatechie Жыл бұрын
Yes Lombok not required for record in fact record doesn't support Lombok
@DushmantaKumarSahu
@DushmantaKumarSahu Жыл бұрын
Hi, Pls make video on Migrate from spring boot 2.7.x to spring boot 3
@Javatechie
@Javatechie Жыл бұрын
Okay i will
@faisalkidwai6737
@faisalkidwai6737 Жыл бұрын
Hi @Basant could you please tell how to disabled SSL certificate in Springboot 3.0 in this version they have removed a method from a Class HttpComponentsClintHttpRequestFactory Which was accepting ClosableHttpClient Object the method was setHttpClient(), request factory object we need to pass in RestTemplate as Constructor parameter
@erickjhormanromero6905
@erickjhormanromero6905 Жыл бұрын
Thanks for sharing this. what mackbook do you have?
@Javatechie
@Javatechie Жыл бұрын
I am using Mac desktop 🖥️
@hossamghanem8659
@hossamghanem8659 Жыл бұрын
i have below error : [ERROR] Failed to execute goal org.graalvm.buildtools:native-maven-plugin:0.9.19:compile (default-cli) on project user: 'gu' tool wasn't found. This probably means that JDK at isn't a GraalVM distribution. -> [Help 1]
@Javatechie
@Javatechie Жыл бұрын
Run Java -version and check what jre it used ?
@rishiraj2548
@rishiraj2548 Жыл бұрын
Great thanks 🙏🙏😌🙏🙏👍👍👍💯
@gautamkumarray8279
@gautamkumarray8279 Жыл бұрын
Spring boot microservice course it is a live class or recording videos that we can watch any time.
@Javatechie
@Javatechie Жыл бұрын
It's a recording video of the live class which i have taken recently with the latest spring boot version
@gautamkumarray8279
@gautamkumarray8279 Жыл бұрын
Sir if I enrolled in microservice course do I will get to attend live class.
@gautamkumarray8279
@gautamkumarray8279 Жыл бұрын
Sir please even tell me the time of live class.
@Javatechie
@Javatechie Жыл бұрын
Live class already ended buddy so users can only refer to recorded session
@gautamkumarray8279
@gautamkumarray8279 Жыл бұрын
Ok sir
@onepercentbetter3313
@onepercentbetter3313 Жыл бұрын
Sleuth is not working for tracing in spring boot 3.x can you please review or make a video on the alternative to spring cloud sleuth pls
@Javatechie
@Javatechie Жыл бұрын
I will check and update you
@dowlathbashag65
@dowlathbashag65 Жыл бұрын
Is it required to install GraalVM in our local system after that we need to export the path for this .... please confirm?
@Javatechie
@Javatechie Жыл бұрын
Yes exactly
@Dolly-h3b
@Dolly-h3b Жыл бұрын
Is java plus microservices is a fully coding based profile???
@muralikrishna6044
@muralikrishna6044 Жыл бұрын
Sir as we discussed in this tutorial we can't create object for interface but used to import service interface and use implementation classes while creating crud operation how is possible
@Javatechie
@Javatechie Жыл бұрын
When you inject the interface spring boot will not. Create an object of it rather it will look at who is the implementation of that service and create an object of it . Like below 👇 service service= new ServiceImpl(); Which is Runtime polymorphism in plain Java
@muralikrishna6044
@muralikrishna6044 Жыл бұрын
@@Javatechie it seems like serviceImpl () implementation of service interface right..? Ok fine got thanks a bunch
@vinodhreddy6227
@vinodhreddy6227 Жыл бұрын
Suppose we have jwt authentication for one microservices other microservices also we need to add same jwt token verification. If we have 10 microservices how we can handle best way jwt authentication rest APIs, please one video do na
@Javatechie
@Javatechie Жыл бұрын
Okay i will do that so to answer your question take the help of API gateway because it will route your each and every request to corresponding microservice
@vinodhreddy6227
@vinodhreddy6227 Жыл бұрын
@@Javatechie it's should authentic roles based as well we have @preauthencate annotation na
@vinodhreddy6227
@vinodhreddy6227 Жыл бұрын
@@Javatechie thanks broo
@shilpasingla1739
@shilpasingla1739 Жыл бұрын
Can you please tell difference between instance variable and reference variable
@gautamkumarray8279
@gautamkumarray8279 Жыл бұрын
Sir for changing spring boot project version 2.7.8 to 3 what - what things we have to take care or change.
@Javatechie
@Javatechie Жыл бұрын
Gautam there is a guide given by spring boot developer which is a automation tool that will help you to upgrade your app i will share the link let me check now
@yohanespradono5224
@yohanespradono5224 Жыл бұрын
still no good hot reload/live reload as good as dotnet watch?
@jayeshpachpute7113
@jayeshpachpute7113 Жыл бұрын
Hi, Any idea on passing New Relic as a Java agent to native executable
@Javatechie
@Javatechie Жыл бұрын
No buddy
@guptajigaming3840
@guptajigaming3840 Жыл бұрын
In Quarkus only two annotations did everything for u, no nned for u to define any config.
@poojan3829
@poojan3829 Жыл бұрын
Can please tell which dependency we have to use for swagger configuration in spring boot 3.0.0 version
@Javatechie
@Javatechie Жыл бұрын
Just add open api dependency that's it .
@poojan3829
@poojan3829 Жыл бұрын
@@Javatechie for this version swagger is not working tried with open api and swagger ui dependency
@sudheerkumar-tp1mg
@sudheerkumar-tp1mg Жыл бұрын
Hi Basant sir, oath2 everybody is telling up to getting acess token, but ex: how one user has employee read permission and menus and others has full permission in application any video please suggest
@barmanaga5435
@barmanaga5435 Жыл бұрын
Hi Basant, how to externalize spring boot properties to an aws appconfig or S3? Any reference it's helpful.. Thanks
@barmanaga5435
@barmanaga5435 Жыл бұрын
I mean from Central place
@wagnerdba
@wagnerdba Жыл бұрын
Enable legends
@PradeepKumar-sx6ms
@PradeepKumar-sx6ms Жыл бұрын
Can you explain jwt without websecurityadopter
@devchouhan2436
@devchouhan2436 Жыл бұрын
please start making videos on linux/shell scripting
@krushna-s322krushnakorade4
@krushna-s322krushnakorade4 Жыл бұрын
What is the font of your intellije
@Javatechie
@Javatechie Жыл бұрын
It's default one
@krushna-s322krushnakorade4
@krushna-s322krushnakorade4 Жыл бұрын
Nope its not same as jetbrains mono Can you please confirm in your settings
@rishiraj2548
@rishiraj2548 Жыл бұрын
👍💯💯💯🙏😌
@user-pu6ll6xd2b
@user-pu6ll6xd2b Жыл бұрын
hi please add subtitle
@Javatechie
@Javatechie Жыл бұрын
It's in process
@vincentmax4571
@vincentmax4571 Жыл бұрын
You can switch on captions. That might help for now.
@DJSS855
@DJSS855 Жыл бұрын
System.out.println("Nice Explanation"); //
Кадр сыртындағы қызықтар | Келінжан
00:16
Unveiling my winning secret to defeating Maxim!😎| Free Fire Official
00:14
Garena Free Fire Global
Рет қаралды 11 МЛН
Please Help Barry Choose His Real Son
00:23
Garri Creative
Рет қаралды 23 МЛН
Setup React JS Project In Vs Code || 2024
8:36
WebWizdom
Рет қаралды 2
Complete Spring Security with JWT Authentication | Spring Security 6 | Securing Spring Boot
3:45:03
Bootiful Spring Boot 3 by Josh Long
42:09
Devoxx
Рет қаралды 24 М.