Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 354 Bytes

README.adoc

File metadata and controls

22 lines (14 loc) · 354 Bytes

timeoutservice

This sample app was written as a POC for the idea of a simple gateway for microservices. I know SpringBoot has a better (more thought out) solution.

But I wanted to play with annotations, ExecutorService, etc

Quick start

Build using:

mvn clean install

Run using:

mvn exec:java