We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dcea8 commit b95d471Copy full SHA for b95d471
README.md
@@ -3,6 +3,13 @@
3
For more detail, please visit:
4
> [Secure Spring Boot App with Spring Security & JWT Authentication](https://bezkoder.com/spring-boot-jwt-authentication/)
5
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
13
## Run Spring Boot application
14
```
15
mvn spring-boot:run
@@ -13,4 +20,4 @@ mvn spring-boot:run
20
INSERT INTO roles(name) VALUES('ROLE_USER');
21
INSERT INTO roles(name) VALUES('ROLE_MODERATOR');
22
INSERT INTO roles(name) VALUES('ROLE_ADMIN');
16
-```
23
+```
0 commit comments