Part 3 - Spring Angular Use case Digital Banking - Angular Part 1

preview_player
Показать описание
Code source backend:
Code source frontend:
Рекомендации по теме
Комментарии
Автор

Tbark allah 3lik, cours machaallah bien préparé

hajhouj
Автор

merci infiniment pour ces explication et tes vidéos impressionnants
permettez moi d'ajouter une petite remarque ou plutôt une astuce pour régler le problème d'initialiser les variables
dans le fichier tsconfig.json on peut ajouter l'option
false
je suis tous video à chaque fois je prie allah pour vous

aissa-
Автор

I really enjoy your videos, I hope you will have videos in English.

MrAlikaram
Автор

one little and anticipated question: how does spring security handle massive loads of users? Taking on account that you register some roles (admin, user) as two different ones on hard code, but there are not a big list to be registered there? How can spring security valid if a user is valid doing a one on one validation with a db?

ClaudioRowe
Автор

bjr professeur, comment accèder à vos classes

sanfoibrahim
Автор

vos vidéos aident franchement mais j'ai suivi vos instructions sur un autre projet mais j'ai une erreur Cors et jusqu'à présent je ne peux pas le régler si tu peux aider je serai preneur

arfangdieme
Автор

voila une version complète de ce projet
RESTful API*/ *ANGULARJS
dépendances Maven utilisées dans le projet Spring Boot
1. *Spring Boot Starter Data JPA *
2. *Spring Boot Starter Web *
3. *MySQL Connector/J *
4. *Lombok *
5. *Spring Boot Starter Test *
6. *MapStruct *
7. *SpringDoc OpenAPI Starter *
8.
8. *Version de Java *
- Version : `17`

fatifullstack
Автор

Moroccan government should replace Sidi Abd Rehman Statue By yours, and each Moroccan dev should greet it before start learning

ismailforeveryone
Автор

Excellente explication du mécanisme de CORS Policy à partir de 43'00

ManwahAYASSOR
Автор

j'ai utilisé findByNameContains et s'amarche , mon code :
@Override
public List<CustomerDTO> searchCustomer(String keyWord) throws CustomerNotFoundException {
List<Customer> customers=
if (customers==null) throw new isn't exist");
List<CustomerDTO> customerDTOS = ->

return customerDTOS;
}

ismailforeveryone