Spring Boot com JWT e Azure | Aceleração Global Dev #6 Avanade
Projects with JWT and Azure to create secure cloud environments integrating Azure Spring Cloud with Azure Security Center.
- ⚙ Settings
- 💻 Technologies
- 🚀 How to run
Have a microsoft azure account, set up following the steps.
- Java
- Spring Boot
- JWT (JSON Web Token)
- Maven
- Azure Spring Cloud
- Azure Security Center
Cloning the repository
# Cloning repository
git clone https://github.com/antoniosergiojr/springboot_jwt_azure_dio_avanade.git
Running web project
# Accessing web project jwt
cd spring-boot-jwt
# Running web project jwt
run application and then access:
http://localhost:80/status
Open file Insomnia
Post http://localhost:80/login
Now get authorization value JWT and add in the header for url /all-users
Get http://localhost:80/all-users
# Accessing web project azure
cd spring-boot-azure
# Running web project azure
run application and then access:
http://localhost:8080/group1
http://localhost:8080/group2