#14 Spring MVC :Add CSS / JS / Images to your app | Static Resources |Java + spring Live project|P-1

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

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

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

    No one would share knowledge at this granular level. you are truly inspiring!

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

    Your tutorial videos are always precise. I barely use google for any issues, I just have to double check my configurations and it's resolved. Thank you!

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

    Thank you so much, not only you gave me the solution, you also gave me more knowledge and better understanting.

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

    The great java developer i ever seen

  • @RodrigoSouza-vb4iq
    @RodrigoSouza-vb4iq ปีที่แล้ว

    My issue was with loading static files. But with this video I managed to solve it thanks! :D

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

    omg you are the best, i am so subscribing you , thank you bro!!!

  • @mvkprimus5761
    @mvkprimus5761 2 ปีที่แล้ว

    Bro you are just awesome 🙏🏻 thanks for ur valuable and detailed explanation 👍🏻👍🏻👍🏻👍🏻 love u brother, this video helped me a lottttt 🙏🏻
    from : Andhra Pradesh

  • @aryanaryan102
    @aryanaryan102 3 ปีที่แล้ว

    Your have explained in a best way
    Every thing is step by step
    Please do more videos...
    Thank u 🙏

  • @Boy-ve9xf
    @Boy-ve9xf ปีที่แล้ว

    Thank you very much, teacher.

  • @SuneelKumar-yb6cl
    @SuneelKumar-yb6cl 3 ปีที่แล้ว

    I like your way of teaching....
    Waiting for Spring boot videos

  • @ashishgadekar5791
    @ashishgadekar5791 2 ปีที่แล้ว

    Bro thanks for this video. I trying so hard to apply css but always it not been working. Thanks to you now it's working 🤩🤩🤩

  • @HajarRam
    @HajarRam 4 ปีที่แล้ว

    Merci :) Waiting for your video about Spring boot and spring security :) :) Thank u so much

    • @SeleniumExpress
      @SeleniumExpress  4 ปีที่แล้ว

      My pleasure, I will make sure to Secure this app. Keep following 😊

  • @pradipchoudhari2254
    @pradipchoudhari2254 4 ปีที่แล้ว

    Eagrly waiting everyday.. 😊

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

      Thanks Pradip, See you tommorow with a new topic !

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

    Hi Avilash ... I found something easier when dealing with the resources ... when I remove the context root name and remove the slash it works fine... I mean instead of writing "/contextName/resources/css/somthing.css" we could just say "resources/css/somthing.css" without the slash in front of resources and it works, and I think that is because when we start with the "slash" Spring take us to root, thank you.

    • @lunatichigh2896
      @lunatichigh2896 2 ปีที่แล้ว

      You are right, thanks. Now we don't have to write the context root for more security

    • @Asadullah-bg5ny
      @Asadullah-bg5ny ปีที่แล้ว

      Thank you so much, it really worked

  • @AkshayJadhav-re5oh
    @AkshayJadhav-re5oh 4 ปีที่แล้ว

    Your video is awesome .I like your video I am waiting for your video when you have uploaded...
    ❣❣❣❣❣❣

  • @thiyamybabygirl2144
    @thiyamybabygirl2144 4 ปีที่แล้ว

    Waiting for this video.... thank you.

    • @SeleniumExpress
      @SeleniumExpress  4 ปีที่แล้ว

      Hi Kamala, tomorrow I will try my best to post the next part of this 😊 Stay tuned !

  • @ivanarellano86
    @ivanarellano86 หลายเดือนก่อน

    Thank you very much, I was Stuck in my project for hours because of not understanding the mappings´s URL

  • @youssefmoussa2523
    @youssefmoussa2523 4 ปีที่แล้ว

    Nice to see you again Mr Abhilash. Please give me a favor can you make tutorial about spring boot and hibernate

  • @pulasthinarada6381
    @pulasthinarada6381 3 ปีที่แล้ว

    nicely explained

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

    I would prefer sir a project from scratch encapsulating most of your lessons something like an e-shop i believe something like that it would have been quite beneficiary best regard

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

      Sure, Why not ! We will plan that with our next course ! However this course will surely give you a direction to approach an e-commerce project by yourself. Keep watching 😊❤

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

    the only time i disappointed is you didn't give the images which you are used in your project😂

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

    Hey abhilash why you take toomuch time for this video

  • @siva5170
    @siva5170 2 ปีที่แล้ว

    Instead of resourse handler u can mention ${pageContext.request.contextPath)/resources/css/**...