SpringBoot and Angular 5.0 Integration

preview_player
Показать описание
In this video we look at and example of packaging a angular 5 application inside of a spring boot application and have them both talk to each other.

My Basics of Spring tutorial series:

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

Four years later, thanks for sharing this very good idea!

alessandroformica
Автор

I tried this a few times but it doesn't work for me with later versions of spring

zendonegan
Автор

Great Tutorial on how to combine angular with spring boot along with maven example.

palsankar
Автор

Thanks a lot Sir.. Best tutorial.. You are a Genius !!! Best wishes ..!!

cybrain
Автор

Thank u so much! That's really helpful video.

ShadeAlina
Автор

If you're using Angular 6, you must change outputPath value for "../resources/static" into angular.json

carlosbolivarzapata
Автор

Thanks for very clean tutorial. However You often call the Angular an AngularJS which is not the same.
Cheers

bartekgoral
Автор

how to do angular 5 with gradle spring boot. could you make a video?

johnkarippery
Автор

if i refresh the page with the endpoint /signup springboot is trying the signup.html in the templates/static folder and shows the file not found error.

aayushkc
Автор

Fantastic idea to combine them, and excellent tutorial - one item to note: at a couple points in the video you say "AngularJS" but you mean "Angular" (since this is Angular5), and this could confuse newcomers.

kozmothewonderdog
Автор

great info! Maybe zoom in more on your screen will help see the text better!

cqi
Автор

App works well. Thank I you. It will become my boilerplate.

andreymanaenko
Автор

Great info bro, thank you for sharing.

jorgediaz
Автор

Hi. Please, chenge size your screen, when you make tutorial. When i see video on mobile phone, read text was whery hard.

konstantinbalin
Автор

GRACIAS POR APORTE, PERO QUIERO CONFIGURAR ANGULAR.SON PARA QUE RECONOZCA del spring boot

ochafloquet
Автор

how to apply angular changes on website without restarting the whole spring boot application?

przemysawmarciniak
Автор

Great video, can you make another video with Angular5 and Spring Security? Thanks

menesbatto
Автор

If I have devtool plugin will this refresh the server and angular build upon change?

ohhhgggeeezzz
Автор

If I hit localhost:8080 (host:port) app is loading from index.html.
But if I hit any other angular route directly in the browser then I am getting 404. Because there is no controller defined in spring to handle angular route.
Question: how to redirect the route to index.html in spring controllers?

rajeevranjan
Автор

Thanks for this tutorial. It's cool that you can pack the Angular client inside of the war. With that and spring-boot, you get the most similar equivalent to a software...let's say that you get a full web-application, with client and server, all packed in a single file. Isn't that fantastic? :--)

midclock