antoniosergiojr / springboot_jwt_azure_dio_avanade

Integrando o Azure Spring Cloud com o Azure Security Center

Home Page:https://github.com/expertos-tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  

About

Integrando o Azure Spring Cloud com o Azure Security Center

https://github.com/expertos-tech/


Languages

Language:Java 100.0%