Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 275 Bytes

File metadata and controls

7 lines (5 loc) · 275 Bytes

SpringBootRestApp

Application with token authorization and swagger

use localhost:8010/swagger-ui.html to open swagger

in authentication-controller log in with { "email": "[email protected]", "password": "123" } then use token in authorization with format: Bearer [token]