Skip to content

Toy project demonstrating how to use some Java 8 features + Spring Security without Spring boot + Swagger by SpringFox

Notifications You must be signed in to change notification settings

galegofer/transactions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transactions

In order to run this project with Maven you will need the next command:

mvn clean package -DskipTests=true && mvn tomcat:run-war-only

Usage:

With Basic Auth username: "transactions-client" and scret "secret" to obtain access and refresh tokens

Returns:

{
    "access_token": <access_token>,
    "token_type": "bearer",
    "refresh_token": <refresh_token>,
    "expires_in": 119,
    "scope": "read write trust"
}

To obtain new access token when previous has expired.

To obtain all the info related to exposed API endpounts

To obtain all the transactions.

About

Toy project demonstrating how to use some Java 8 features + Spring Security without Spring boot + Swagger by SpringFox

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages