Skip to content

Commit b95d471

Browse files
authored
update links for fullstack
1 parent 05dcea8 commit b95d471

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
For more detail, please visit:
44
> [Secure Spring Boot App with Spring Security & JWT Authentication](https://bezkoder.com/spring-boot-jwt-authentication/)
55
6+
# Fullstack
7+
8+
> [Spring Boot + Vue.js JWT Authentication](https://bezkoder.com/spring-boot-vue-js-authentication-jwt-spring-security/)
9+
10+
> [Spring Boot + Angular 8 JWT Authentication](https://bezkoder.com/angular-spring-boot-jwt-auth/)
11+
12+
613
## Run Spring Boot application
714
```
815
mvn spring-boot:run
@@ -13,4 +20,4 @@ mvn spring-boot:run
1320
INSERT INTO roles(name) VALUES('ROLE_USER');
1421
INSERT INTO roles(name) VALUES('ROLE_MODERATOR');
1522
INSERT INTO roles(name) VALUES('ROLE_ADMIN');
16-
```
23+
```

0 commit comments

Comments
 (0)