A starter project to learn about angular 2 concepts implementing a blog application using Spring boot, Spring Security integrate with jwt token.
To run the project, clone it, and import it into your favorite IDE. The main entry point is Angular2Application.java
Open browser and navigate to http://localhost:8080
To log into the application, use the the account ([email protected]/password123).
Go to http://localhost:8080/#/about for more discussion
Navigate to http://localhost:8080/console to look at the database content
*Driver Class: org.h2.Driver
*JDBC URL: jdbc:h2:mem:testdb
*User Name: sa
*Password: