Spring Boot Beginner Tutorial with Spring Tool Suite 4

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • This video tutorial helps you get started with Spring Boot using Spring Tools 4 - the next generation of Spring Tool Suite IDE, by creating a hello world Spring Boot project.
    What you will learn:
    - Understand what is Spring Boot
    - Understand Spring Tool Suite IDE
    - Understand Spring Tools 4 (STS 4)
    - Download & Install Spring Tools 4 (STS 4) for Eclipse
    - Develop a Spring Boot hello world project with:
    + A REST controller
    + A MVC controller (with Thymeleaf template)
    + Some JUnit tests
    + Package and run Spring Boot application

Komentáře • 28

  • @EliteCycleWalkWindsorCanada

    Greeting from Pakistan

    • @CodeJava
      @CodeJava  Před rokem

      greeting from Vietnam :) Thanks for stopping by :)

  • @theonukwayo4018
    @theonukwayo4018 Před 3 lety

    Thank you so Much from South Africa

    • @CodeJava
      @CodeJava  Před 3 lety

      you're welcome. Thanks for watching :)

    • @dianadev1702
      @dianadev1702 Před 2 lety

      tao đến từ Vietnam - đất nước anh hùng

  • @josecastroantonio
    @josecastroantonio Před 6 měsíci

    *13:50** Tamaño de letra*
    *26:19** Agregar dependencia mediante sts*

  • @VitaliKiSS
    @VitaliKiSS Před 3 lety +1

    35:08 i get "There was an unexpected error (type=Not Found, status=404)." message... but the code is all the same...

  • @abjkgp
    @abjkgp Před 3 lety

    best available on web. thanks very much.

  • @abdulgani6348
    @abdulgani6348 Před 3 lety +1

    here I have created a database in the mysql workbench, but when I programmed the table at the spring boot, why can't the table be entered into the database that was created?

    • @CodeJava
      @CodeJava  Před 3 lety

      check your JDBC URL, make sure it points to your database schema: jdbc:mysql://localhost:3306/yourdbschema

  • @Honey_cutie-lh5fk
    @Honey_cutie-lh5fk Před 5 měsíci

    pom.xml file is not showing in my STS

    • @CodeJava
      @CodeJava  Před 5 měsíci

      that means it's not a Maven project. You may need to convert it to Maven project: right click on the project, then click Configure > Convert to Maven...

  • @phuccom3296
    @phuccom3296 Před rokem

    cảm ơn anh rất nhiều

  • @guidovndr
    @guidovndr Před 4 lety

    why my sts can t read java sintax at all? even Sytemo.out.println() gives error...im getting mad

    • @CodeJava
      @CodeJava  Před 4 lety

      Hmm, I think something wrong with your STS installation. Did you try to download and use another version (the latest one)?

  • @salmashareif4207
    @salmashareif4207 Před 3 lety

    there is no Web wizard on my workspace , how could i get it ?

    • @CodeJava
      @CodeJava  Před 3 lety

      switch to another perspective (Java EE)

    • @jairusmalasig8417
      @jairusmalasig8417 Před 2 lety

      I dont have java ee in my perspective how do i get it

  • @agnieszkar2954
    @agnieszkar2954 Před 3 lety +2

    Thanks for tutorial. Zooming in and out all the time is not comfortable for watching. I would prefer seeing all the screen.

    • @CodeJava
      @CodeJava  Před 3 lety +2

      Sorry about that. I reduce zooming in recent videos.

  • @sonlam7305
    @sonlam7305 Před 3 lety

    Của e không có file html là làm sao a nhỉ

    • @CodeJava
      @CodeJava  Před 3 lety

      you need to install Java Web developer tools for the IDE. OR install the latest version of STS

  • @linleqtgh
    @linleqtgh Před 4 lety

    anh có phương pháp nào học tiếng anh tốt v ạ. theo dõi anh 1 năm mà thấy khác hẳn v.

    • @CodeJava
      @CodeJava  Před 4 lety +2

      anh ko có phương pháp nào đặc biệt đâu. Cứ nói thôi. Kết hợp nghe người nói tiếng Anh chuẩn để sửa phát âm.

    • @tuan88hy
      @tuan88hy Před 2 lety

      Mình cũng có chung nhận định với bạn

  • @kamaleshcs
    @kamaleshcs Před 3 lety

    Error: Could not find or load main class net.codejava.HelloSpringBootApplication
    Caused by: java.lang.ClassNotFoundException: net.codejava.HelloSpringBootApplication
    I'm getting this error in console

    • @CodeJava
      @CodeJava  Před 3 lety

      delete the run configuration (Run > Edit Configuration). And run the main class again.