vhoang55 / springboot-jwt-angular2

Spring boot, Spring Security, jwt, angular 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 59.8%Language:HTML 18.5%Language:TypeScript 16.0%Language:JavaScript 4.5%Language:CSS 1.3%