Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 614 Bytes

File metadata and controls

9 lines (7 loc) · 614 Bytes

Synchronizer_Token_Pattern

This is a simple project implemented to demonstrate how Synchronizer token pattern works.

Steps to run the project.

  1. Clone repository to your machine.
  2. Go to Synchronizer_Token_Pattern folder. open command prompt and type "mvn clean package" and wait untill build complete.
  3. Type "java -jar target\SynchronizerTokenPattern-0.0.1-SNAPSHOT.jar -Dserver.port=8080" to run the project.(If "java.net.BindException: Address already in use: bind" Exception occured change server port.)
  4. Open browser and navigate to "http://localhost:8080/" .(Username – john | password - abc123)