HOW do I serve WEB TEMPLATES with SPRING BOOT 3?

preview_player
Показать описание
Having trouble getting your web application off the ground? Do you need static content as well as data-backed dynamic content? Has the thought of building forms to enter new content thrown you for a loop?

Find out EXACTLY how easy it is to build your web app using Spring Boot 3!

====
====

ALSO SEE: 👀

RESOURCES: 👇

GET MORE: 🎉

Click "subscribe" under the video (and hit that bell icon) to get notified when new videos come out.

STUFF I LIKE TO USE: 😍

DISCLOSURE: All opinions stated here are mine and do not necessarily reflect those of the Spring team nor of my employer. Any usage of "Spring", "Spring Boot", "Spring Framework", "VMware", "Pivotal", or anything else is completely unaffiliated with its owners. From time to time, I may post affiliate links for products I enjoy using. They don't cost you anything extra, and I may get a small commission.

#springbootlearning

© 2022 Greg L. Turnquist, All Rights Reserved
Рекомендации по теме
Комментарии
Автор

When you got redirected, the whole page got refreshed. I suppose there is better way, with Ajax maybe? Thanks for the video.

hamza
Автор

Can you demonstrate how to use spring boot with html, bootstrap css, and javascript? I don't want to use thymeleaf but I want to eventually use react or vue.js so Im assuming there would be two separate folders for the backend then frontend with them being connected thru rest apis but Im not sure how to go about it the right way.

avidreader
Автор

Hello one question. I have been learning java for a long time. I will start now Jakarta EE (jsp and servelts) and later spring, so i can build some nice dynamic webpages. From datatabases i use Mysql. And for the frontend i only know good html, do i also need to learn css? (I dont have time for js).

hei
Автор

Hi, does Spring have a lot of ecommerce templates?

HaifengZhu-pnuq
Автор

newEmployee attribute has object Employee(null, null) and in controller you directly add to list then how it is referring it in template.
Instead if I do newEmployee, - 1), to get newly added employee

mihirsawant