ความคิดเห็น •

  • @sivasankar2539
    @sivasankar2539 ปีที่แล้ว +21

    U will hit a million in 2023...if u keep doing these kind of videos

  • @prabhjotsingh9597
    @prabhjotsingh9597 ปีที่แล้ว +6

    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 ปีที่แล้ว +7

    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 ปีที่แล้ว +4

    I really appreciate your efforts I really Love it to watch all your tutorials

    • @Javatechie
      @Javatechie ปีที่แล้ว

      Thank you buddy 😃. Keep learning 👍

  • @stevegathara8885
    @stevegathara8885 ปีที่แล้ว +2

    You are a good tutor. I have followed this video successfully.

  • @PakalaGowrisankar
    @PakalaGowrisankar ปีที่แล้ว +3

    Very Nice explanation - Thank you

  • @pratyush__agarwal
    @pratyush__agarwal ปีที่แล้ว +4

    Thanks for compiling this for us

  • @kappaj01
    @kappaj01 ปีที่แล้ว +4

    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

  • @vincentmax4571
    @vincentmax4571 ปีที่แล้ว +1

    Wonderful!! Do you have any videos about migrating legacy java (Java 1.6, struts etc) applications to Java 8 or Java 17?

  • @MohitKhare
    @MohitKhare ปีที่แล้ว +1

    Thanks, that was helpful.

  • @erickjhormanromero6905
    @erickjhormanromero6905 ปีที่แล้ว +1

    Thanks for sharing this. what mackbook do you have?

    • @Javatechie
      @Javatechie ปีที่แล้ว +1

      I am using Mac desktop 🖥️

  • @Brijeshkumar-nl8yy
    @Brijeshkumar-nl8yy ปีที่แล้ว +2

    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

  • @flowchart5471
    @flowchart5471 ปีที่แล้ว +2

    Basanth ...can you please add one video for Java 17.What more important features added in java 17 which was not in java 8?

  • @ainigma100
    @ainigma100 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      Okay i will do that

    • @ainigma100
      @ainigma100 ปีที่แล้ว +1

      @@Javatechie Thank you very much!!!

  • @DushmantaKumarSahu
    @DushmantaKumarSahu ปีที่แล้ว +1

    Hi, Pls make video on Migrate from spring boot 2.7.x to spring boot 3

  • @Aniruddhdwivedi
    @Aniruddhdwivedi ปีที่แล้ว +2

    Hi Basant, similar to this video could you make one consolidated video for Java 17+ features?

  • @Dolly-hp
    @Dolly-hp ปีที่แล้ว +1

    Is java plus microservices is a fully coding based profile???

  • @girishrp9339
    @girishrp9339 ปีที่แล้ว +1

    Waiting for this video. Thanks basant

  • @HybrisTraining
    @HybrisTraining ปีที่แล้ว +1

    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

  • @tejasavhad97
    @tejasavhad97 ปีที่แล้ว +1

    Please make video on spring boot 3 with jsp jasper and jstl project

  • @gyvsr
    @gyvsr ปีที่แล้ว +1

    Very Good Stuff. 👍

  • @AhmedKhaled-he9mf
    @AhmedKhaled-he9mf ปีที่แล้ว +1

    Wow thanks very much

  • @Cameron655
    @Cameron655 ปีที่แล้ว +2

    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

  • @hossamghanem8659
    @hossamghanem8659 ปีที่แล้ว +1

    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 ?

  • @faisalkidwai6737
    @faisalkidwai6737 ปีที่แล้ว +1

    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

  • @onepercentbetter3313
    @onepercentbetter3313 ปีที่แล้ว +1

    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

  • @Vithal_Nivargi
    @Vithal_Nivargi ปีที่แล้ว +1

    Thanks 🙏❤️

  • @dowlathbashag65
    @dowlathbashag65 ปีที่แล้ว +2

    Is it required to install GraalVM in our local system after that we need to export the path for this .... please confirm?

  • @guptajigaming3840
    @guptajigaming3840 ปีที่แล้ว

    In Quarkus only two annotations did everything for u, no nned for u to define any config.

  • @gautamkumarray8279
    @gautamkumarray8279 ปีที่แล้ว +1

    Sir for changing spring boot project version 2.7.8 to 3 what - what things we have to take care or change.

    • @Javatechie
      @Javatechie ปีที่แล้ว +1

      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

  • @gautamkumarray8279
    @gautamkumarray8279 ปีที่แล้ว +1

    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

  • @TuGordoBello
    @TuGordoBello ปีที่แล้ว +1

    thanks

  • @muralikrishna6044
    @muralikrishna6044 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

      @@Javatechie it seems like serviceImpl () implementation of service interface right..? Ok fine got thanks a bunch

  • @vinodhreddy6227
    @vinodhreddy6227 ปีที่แล้ว +2

    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 ปีที่แล้ว +2

      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

  • @yohanespradono5224
    @yohanespradono5224 ปีที่แล้ว

    still no good hot reload/live reload as good as dotnet watch?

  • @arunvijay2279
    @arunvijay2279 ปีที่แล้ว +1

    Badly need this video

  • @jayeshpachpute7113
    @jayeshpachpute7113 ปีที่แล้ว +1

    Hi,
    Any idea on passing New Relic as a Java agent to native executable

  • @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

  • @poojan3829
    @poojan3829 ปีที่แล้ว +1

    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

  • @shilpasingla1739
    @shilpasingla1739 ปีที่แล้ว

    Can you please tell difference between instance variable and reference variable

  • @barmanaga5435
    @barmanaga5435 ปีที่แล้ว

    Hi Basant, how to externalize spring boot properties to an aws appconfig or S3? Any reference it's helpful..
    Thanks

  • @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

  • @PradeepKumar-sx6ms
    @PradeepKumar-sx6ms ปีที่แล้ว

    Can you explain jwt without websecurityadopter

  • @rishiraj2548
    @rishiraj2548 ปีที่แล้ว

    Great thanks 🙏🙏😌🙏🙏👍👍👍💯

  • @krushna-s322krushnakorade4
    @krushna-s322krushnakorade4 ปีที่แล้ว +1

    What is the font of your intellije

    • @Javatechie
      @Javatechie ปีที่แล้ว +1

      It's default one

    • @krushna-s322krushnakorade4
      @krushna-s322krushnakorade4 ปีที่แล้ว

      Nope its not same as jetbrains mono
      Can you please confirm in your settings

  • @devchouhan2436
    @devchouhan2436 ปีที่แล้ว +3

    please start making videos on linux/shell scripting

  • @wagnerdba
    @wagnerdba ปีที่แล้ว +1

    Enable legends

  • @rishiraj2548
    @rishiraj2548 ปีที่แล้ว

    👍💯💯💯🙏😌

  • @حامدنیکبخت-ن5ع
    @حامدنیکبخت-ن5ع ปีที่แล้ว +1

    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"); //