GitHub - Crespo522/springboot-jwt-angular2: Spring boot, Spring Security, jwt, angular 2 · GitHub
Skip to content

Crespo522/springboot-jwt-angular2

 
 

Folders and files

Repository files navigation

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 (testuser@gmail.com/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:

About

Spring boot, Spring Security, jwt, angular 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Java 59.7%
  • HTML 18.5%
  • TypeScript 16.0%
  • JavaScript 4.5%
  • CSS 1.3%