The Spring-Boot Crash-Course (30 mins preview)

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

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

  • @aneesasghar5519
    @aneesasghar5519 ปีที่แล้ว +5

    You are absolutely excellent at this! Keep making these quality videos!!

  • @Vishal-ld4wc
    @Vishal-ld4wc 9 หลายเดือนก่อน +3

    Excellent material to review before an interview.

    • @visualcomputerscience
      @visualcomputerscience  8 หลายเดือนก่อน +2

      Glad you liked it! Stay tuned for more awesome content!

  • @Ivan-t8l1r
    @Ivan-t8l1r 23 วันที่ผ่านมา

    30:08 Why manually send not found via if statement if you can use Optional.ofNullable? it is indicated that ResponseEntity will automatically return not found in this case

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

    Very informative. I am just learning spring and I understood everything from the first time. Thank you.

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

    Good explanation bro, it would be really awesome if you made a full course

  • @davinderkumar903
    @davinderkumar903 11 หลายเดือนก่อน +1

    Wow 😮 good job!!!

  • @Ivan-t8l1r
    @Ivan-t8l1r 23 วันที่ผ่านมา

    Yyou need to increase the whole scale in the OS, not just the font size in the ide editor. on a 15 inch screen it looks small

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

    great vid bro 👍

  • @ingelegenial
    @ingelegenial 5 หลายเดือนก่อน +1

    Can you use Spring in VS Code?

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

      Sure! You can find instructions on how to set up spring-boot here: spring.io/guides/gs/guides-with-vscode

  • @Anesu98
    @Anesu98 15 วันที่ผ่านมา

    i now understand thank you

  • @crazyboy-gw7rk
    @crazyboy-gw7rk ปีที่แล้ว +2

    next part ??

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

      In progress 😄

    • @user-je8he7ox6p
      @user-je8he7ox6p 8 หลายเดือนก่อน

      I have completed the course on Udemy, can’t wait for the complete spring boot course

  • @Ivan-t8l1r
    @Ivan-t8l1r 23 วันที่ผ่านมา

    The filler word "right" is very annoying

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

    good video, something to add
    I followed the instructions and it wasn't working, until I added the last 2 lines in build.gradle > plugins
    Now updated looks like this:
    plugins {
    id 'java'
    id 'org.springframework.boot' version '3.2.1'
    id 'io.spring.dependency-management' version '1.1.4'
    }