Linked Questions

Popular Questions

Build Angular application with Spring boot

Asked by At

I want to build an Agular application, but I don't know how to build a project structure.

I have found 2 ways to build the Application. The first way that I chose was to build together Spring boot application and Angular application. The Second way was to build separate projects. With the first way, I can get access to static resources easily, but I think It is not a good way. With the second way, It is good because I can use Spring boot application for web and mobile clients.

Do I need suggestions on how to build spring-agular like projects? The basic problem is how to use effectively static resources in an angular project?

Related Questions