Spring Boot Web, Data REST, Thymeleaf et Bootstrap pour l'interface web

Опубликовано: 22 Март 2026
на канале: Ali Houssene
1,164
20

Guthub: https://github.com/silahi/fraude-dete...
In this video, we'll see how to add a web interface to a fraud prevention application. We'll use Spring Boot Web, REST Data, Thymeleaf, and Bootstrap to create a homepage that displays the number of transactions, the number of customers, and the number of fraud detection alerts. We'll also create a page to display the customer list, the transaction list, and the alert list. We will use pagination and sorting to improve the user experience.

Keywords: web interface, fraud prevention, Spring Boot Web, REST data, Thymeleaf, Bootstrap

Tags: #java, #springboot, #jpa, #fraud, #prevention, #payments, #online, #development, #tutorial, #webinterface, #pagination, #sorting, #springboot web, #rest data, #thymeleaf, #bootstrap

00:00 Introduction
02:06 Adding dependencies
06:29 Configuring Bootstrap
12:15 Adding the HomeController
18:31 Adding the home view
25:38 Adding the controllers: Client, Transaction, and Alert
28:46 Adding the list views: Clients, Transactions, and Alerts
32:44 Adding the navigation menu