Spring Web MVC using Spring Boot

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025
  • НаукаНаука

Комментарии • 19

  • @ManjuYadav-zh4kx
    @ManjuYadav-zh4kx Год назад +5

    this step-by-step explanation(and running) of every functionality helps in debugging the error in a better way rather than building the application as a whole and be clueless at the end wondering did you go wrong?
    Thanks for this video Navin Reddy!

  • @valeriofulgheri3758
    @valeriofulgheri3758 8 месяцев назад +1

    very useful and well explained, thank you very much!

  • @shivarajme
    @shivarajme 29 дней назад

    Awesome Naveen!!!!

  • @ImperiaLGamer04
    @ImperiaLGamer04 Год назад +3

    tell us about spring secuity 6 snd jwt

  • @SerpkoBakotiinii
    @SerpkoBakotiinii 5 месяцев назад

    Great video! Is there link to the second part?

  • @Shaantsher
    @Shaantsher 7 месяцев назад +2

    Using Thymeleaf instead of Jsp is more conventional and it's more affective for dynamic pages.

  • @YarajoduNarasimha
    @YarajoduNarasimha 10 месяцев назад +2

    inside main folder i created webapp folder and when im trying to create jsp file inside webapp it is not showing that jsp file option ---> Can you please help me with this

    • @PravallikaBasam
      @PravallikaBasam Месяц назад

      I am sure you might have resolved it by now, but you don't specifically have jsp file option, simply create new file and add .jsp in the end

  • @harshitasaxena6501
    @harshitasaxena6501 4 месяца назад +1

    Geting 404 :
    The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
    Any solution?

    • @jayanth.g1969
      @jayanth.g1969 Месяц назад

      Hi Bro did you find any solution for this issue

  • @amitkumar-uz3zf
    @amitkumar-uz3zf 9 месяцев назад

    in my spring boot project if im using controller its not giving endpoint

  • @amrendra3165
    @amrendra3165 11 месяцев назад +1

    Just 6k views and people saying we don't have job or business.😢😊

  • @rakeshkandimalla2132
    @rakeshkandimalla2132 9 месяцев назад +1

    Hi bro jsp page is not loading it's showing same error 404

  • @adamumuhammadsani-ye9wy
    @adamumuhammadsani-ye9wy 8 месяцев назад

    hi i try to se up the file but the file is differ from your because ia'm using vscode. how can i set spring mvc in sprig initializer or vscode

    • @neks2081
      @neks2081 8 месяцев назад

      just do the same he does but in initializr

  • @sunilk9760
    @sunilk9760 8 месяцев назад

    why use spring boot when we can do spring web mvc without it ?

  • @chandrus8465
    @chandrus8465 Год назад

    Hi Sir

  • @srinivasdokare4274
    @srinivasdokare4274 Год назад

    Access Modifier within same class outside class/same package outside package/subclass outside package/non subclass
    PUBLIC*******************✅*************************✅*****************************✅***********************************✅***************
    PROTECTED**************✅*************************✅*****************************✅***********************************❌***************
    Then how come when ChildClass from package2 extends ParentClass in package1, the protected memeber of ParentClass acts like private member??
    Sir/Anna Please reply ASAP.