Skip to content

Boilerplate web app project code based on Spring Boot 2x and Angular 6x

Notifications You must be signed in to change notification settings

dherenj84/demoweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 6x and Spring Boot 2x web app

Boilerplate webapp project scaffolding based on Spring 2x and Angular 6x. The project demonstrates the use of making a simple ajax request to a secure API on the server. A dummy token is passed in the request header as required by the Secure API to authenticate the client. The API in response returns a plain text message which is then parsed and displayed on the home page. The app creates a database connection to a MS SQL server on start up. Please customize application.properties under src/main/resources to connect to your own instance and type of a database server.