Spring Boot + Spring Data JPA + Bootstrap

preview_player
Показать описание
Source download:

Simple tutorial for creating Java web application using Spring Boot, Spring Data JPA, and Bootstrap

By: Joseph Bernabe R. Bagnes
Java Developer, Instructor, Evangelist
Рекомендации по теме
Комментарии
Автор

10:33 configure spring data
11:28 MySQL configuration and initialization, which can be ignored

32:55 UI part of using Bootstrap, which can be ignored

ruixue
Автор

Brilliant end to end project! Loved the ending... Code using spring boot and bootstrap... Task finished 😀

abhishekdanej
Автор

Hi, Im getting an error when trying to add a new Task. Property [id] not found on type [java.util.Optional], I'm using Spring 2.0.1.

adrianflores
Автор

Great job, being silent, you force focus on what you are doing. I see it as a good trick :) Thanks a lot.

mirosawkodzinski
Автор

Anyone else facing issue with audio in this video ?? :/ :/

satvikvala
Автор

without downloading the bootstrap package, how to fill static folders from bootstrap maven dependency?

tgemini
Автор

When you edit a task (using the pencil icon) the current state of the finished value is not reflected in the UI. How do we achieve this with a radiobutton? The checked property even with manual true and false values doesn't seem to work.

SennaFan
Автор

Superb demo. All things have cleared. Please provide another example like AOPs ExceptionHandling Ajax request ..

TheDetroja
Автор

salamat brod lupet ng tutorials mo :) i love CRUD tutorials from ground up thanx again!!! please upload more and yeah hearing your voice is much better to learn stuff so i can hear your explanation.

milliawdolbas
Автор

i have problem with jsp page not returning from have added application.properties file and jasper dependency in pom.xml. But controller not return the jsp page. What is right solution???

dipakjadhav
Автор

great tutorial joseph perfectly working ! Thanks:)

sharadpawar
Автор

why did you add tomcat-embed-jasper? isn't it spring-boot-starter-web already includes embedded tomcat?

tutyjanreytingson
Автор

did u just forget the *update for CRUD Repo on REST Service Controller?? :)
i'm having problem on how to implement the Update.

jansengoyena
Автор

if anyone is facing an issue with "edit" ...comment here ...I will provide the solution

virajnimbalkar
Автор

Thanks Sir great tutorial nice explanation please add any tutorial on spring integration

babuch
Автор

HI Sir, Thank you for good presentation, I am using IntelliJ Idea, everything I follow but the MainController upon
@GetMapping("/")
public String home(HttpServletRequest request)
{
request.setAttribute("tasks", taskService.findAll());
return "index";
} does not bring index.jsp page, instead it is showing just string. any comments

AlwaniAkber
Автор

Very good tutorial Joseph. Thanks a lot. :)

akshayvit
Автор

Very Good Tutorial, Thanks.
I have one little note. I think you can use @ModelMap instead of directly using HttpServletRequest.

shadowlesssowrd
Автор

I am getting "Whitelabel Error Page"
There was an unexpected error (type=Not Found, status=404).
No message available

exex
Автор

good example, you can use .gitignore ignore .classpath and .project.

shaofeiliu
join shbcf.ru