Skip to content

antoniosergiojr/springboot_jwt_azure_dio_avanade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

📌 Index


⚙ Settings

Have a microsoft azure account, set up following the steps.


💻 Technologies

- Java
- Spring Boot
- JWT (JSON Web Token)
- Maven
- Azure Spring Cloud
- Azure Security Center	

🚀 How to run

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
  

Releases

No releases published

Packages

No packages published

Languages