Build a CRUD App with Angular 9 and Spring Boot 2.2

preview_player
Показать описание
This screencast shows how to develop a secure CRUD application using Angular 9 and Spring Boot 2.2. #Angular #CRUD #SpringBoot

-------------------------------------------------------------------------------------------------------------------------
Okta is a developer API service that stores user accounts for your web apps, mobile apps, and APIs.

Рекомендации по теме
Комментарии
Автор

Hey dude thanks for the speed of your videos. I'm just coming back to re-learning spring/spring boot. It's just nice that someone moves at a pace that's not for beginners.

benjaminbenson
Автор

Wow your stuff is always great. This will take some digesting. I def have a bunch of notes. Thanks for the great work and great insights!

qwarlockz
Автор

I think the video needs update as it is not working for me using Angular CLI 10.0.8 on MacOS BigSur. I run into few issues from the very begining, such as Octa website changed look but also code wise. I figured out how to add okta/schematics after some research; however after that when I opened app, the routing file was somewhat different. Trying it resulted in 400 error. Using same routing file as provided in github resulted with same 400 error. I gave up after that as I run into few issues going only 7 minutes into the very first video.

dinobulja
Автор

It seems as though Search button isn't working. I was expecting it to list only notes with entered title... 🤔

marzuraanmarzuraan
Автор

Thank you dude for this vidéo. Could you please make a video on report viewer with Angular?

ericchoupe
Автор

I'm getting 440 BAD REQUEST after clicking on Login button on the home page (this is right after running 'ng add @oktadev/schematics' + 'ng serve'):

Identity Provider: Unknown
Error Code: invalid_request
Description: The 'redirect_uri' parameter must be an absolute URI that is whitelisted in the client app settings.

What could be the reason?

marzuraanmarzuraan
Автор

@5:33 mark - ONce added clientId, adding schematic workflow failed with 2 errors: already exists" and "src/app/app.component.ts already exists" :(. I deleted them both and was able to run the ng add @oktadev/schematics afterwards successfully.
Angular CLI: 10.0.8
MacOS BigSur

dinobulja
Автор

Could you please also make a video om integrate with react

nagendrapp