update links for fullstack
This commit is contained in:
parent
05dcea87ad
commit
b95d4719ea
|
@ -3,6 +3,13 @@
|
|||
For more detail, please visit:
|
||||
> [Secure Spring Boot App with Spring Security & JWT Authentication](https://bezkoder.com/spring-boot-jwt-authentication/)
|
||||
|
||||
# Fullstack
|
||||
|
||||
> [Spring Boot + Vue.js JWT Authentication](https://bezkoder.com/spring-boot-vue-js-authentication-jwt-spring-security/)
|
||||
|
||||
> [Spring Boot + Angular 8 JWT Authentication](https://bezkoder.com/angular-spring-boot-jwt-auth/)
|
||||
|
||||
|
||||
## Run Spring Boot application
|
||||
```
|
||||
mvn spring-boot:run
|
||||
|
@ -13,4 +20,4 @@ mvn spring-boot:run
|
|||
INSERT INTO roles(name) VALUES('ROLE_USER');
|
||||
INSERT INTO roles(name) VALUES('ROLE_MODERATOR');
|
||||
INSERT INTO roles(name) VALUES('ROLE_ADMIN');
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue