Skip to content

The sample maven configuration to build spring boot and angular 5 project together as a war file.

Notifications You must be signed in to change notification settings

only2dhir/spring-boot-angular-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-angular5

The sample maven configuration to build spring boot and angular 5 project together as a war file. The actual implementation was posted on spring boot angular Deployment This is a sample project using Angular 5 and spring Boot.Spring boot has been used to expose REST Endpoints and the client is written in angular. This is a complete web application with a connectivity to mysql database. We have used spring data to connect to the database and perform CRUD operation.

The application has CRUD operation example for user entity. Here, you can create a user, read users record and also delete user. The complete explanation can be found on my blog - spring boot angular 5 example

This project uses following versions:

  1. Spring Boot v1.5.9
  2. Angular v5.0.0
  3. Maven

About

The sample maven configuration to build spring boot and angular 5 project together as a war file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published