Spring Boot with Angular - Full Application - Part 1 - Setting up the project

preview_player
Показать описание
In this tutorial series we take a look on how to create a full web application using Spring Boot for the backend and Angular for the frontend. We will take a look at all important subjects that you might have to come in contact in a real-world application (e.g. connecting to a database, creating and updating entities, searching, and many more).

If you have some topics that you would like to see implemented feel free to leave a comment or drop me an e-mail.

This specific video shows us how we can get started with Spring Boot and Angular. We take a look how to setup our gradle modules (backend and frontend) and which dependencies to include (e.g. spring REST and web). We also take a look how to create a basic angular project that we are going to build upon in the feature videos.
As a bonus we make a GET request to our backend (Spring Boot) from the frontend component (Angular).

Source code:

All important links that you might need can be found here:

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

Hello there, I was having problems to redirect the request to backend, so I needed do add this to proxy.conf.json:
{
"/api": {
"secure": false,
"changeOrigin": true,
"pathRewrite": {
},
"logLevel": "debug"
}
}

rafael
Автор

Very nice, but it's hard to follow up, even on full screen 24" because everything is so small. I first tried to watch on my phone, but I surrendered ;) It is clear that you got a big 4K screen for filming these, but anyone else using smaller screens are barely able to see any of the letters taking 6% of the full blank screen :)
Nevertheless, thanks for the video!

jed
Автор

Your Video has video quality issues . We need to see at very high resolution even then, Difficult to understand

shivamgupta
welcome to shbcf.ru