[Angular 6 + Spring Boot] #5 The Spring Boot App (Back-End)

preview_player
Показать описание
Create Java web applications with Angular 6 and Spring Boot

In this episode, you will get familiar with the Spring Boot application, that will act as API for the Angular one. You will get to know the structure of this application, what endpoints it exposes and how to make HTTP requests to it from an app in a different domain.

Source code

_______

Check out the latest software programming articles on my blog, where you will find lots of software development tutorials that will sharpen your programming skills

_______

Say hi on social

#angular #springboot #spring #java #webapplication
Рекомендации по теме
Комментарии
Автор

i like the wait that the code is written and you are explaining the code step by step, well done and good tuto

HoussemDesign
Автор

Thank you! This Video is gold!
I was concerned switching from parse-server to Spring Boot as backend.

RaveKev
Автор

You are my saviour, i just found a very crisp and clear tutorial much needed for me to have my hand on on angular plus boot. Thank you so much.

askalaveeska
Автор

Thanks for this amazing course. Its really nice tutorial with organized programming. There are lots of tutorials are there on youtube and they just focus on concepts not on good and organized programming as per the industry standard. Thanks for this package of awesomeness.

shivaagnihotri
Автор

Learning from your video hope we have more soon ...pls put more video as its weekend.

dnbhatia
Автор

Your tutorials are amazing, sir. Thank you so much!

annakhuseinova
Автор

Why dont you show how to code this entire backend??? i get that you have 101 spring tutorials but i dont want to copy paste not knowing what is happening, just to learn angular??

TikTokTrendsCompilation
Автор

Hi, Romanian Coder this Curse is very nice, I see very clean and clear the concepts to understand the issues, thanks for share.

ovlety
Автор

Thanks Rom :) Waiting for integration video.

TechieFromTamilMedium
Автор

thinks, very helpful, the archetcture is good

Mohamed-ufjh
Автор

I'm now rebuilding the API from the ground up because it seems quicker to me. Just one question, why use a constructor injection when you can use the @Autowired? I'm new to java, coming from a c# world. So version changes might be out of my scope for now.

sunilanthony
Автор

Good one. But .http supported only in Intellij IDEA Ultimate Edition - not suitable for everyone. A good idea is to notice that in video - not everyone can use Ultimate edition.

anatolijstolstihs
Автор

Will you be creating the entire backend that you have shown in this tutorial in your later videos?

vaarigupta
Автор

Hey, do you have a recording for creating the project ? it's sub folders? what are the dependencies you used?

gs-rceq
Автор

I think you should use @Size(min=10) annotation instead of @Min(10) for string properties. @Min is applicable to numbers only.

Pan-uxbq
Автор

Hi,

Few questions about the Rest Controllers. For the NotebookController, you are returning the model while for the NoteController, you are returning NoteViewModel. So which is it? Should it be the view model or the entities? or is it just a matter of preference?

erwinjaygrande
Автор

Sir course video after the 11th one are not published or we have to pay for that?

neerajpandey
Автор

please try to minimize the console when possible, it is a little easier for me to follow the explanation if I can see as much code as possible

erickramones
Автор

Hello Bro,

WHen I import the spring boot api project i get this error in the main class:

public class NoteItApplication extends SpringBootServletInitializer

Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor

How can i solve this ?

MarioAbundis
Автор

I'm getting this error when I try to run your backend api.
Error creating bean with name 'entityManagerFactory' defined in class path resource Invocation of init method failed; nested exception is [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is Could not get constructor for

sunilanthony