Async Task Queue for task handling using Springboot + Redis
-
Clone this repo.
-
Update project using pom.xml.
-
Run Redis Server on
localhost
and6379
port (default). If you want, you can change the host and port number for redis server fromapplication.properties
file. -
Run the project.
-
Open up your browser and enter following request urls for checking the task queue:
http://localhost:8080/cdr?MSISDN=12345&startDate=12345&endDate=12345
http://localhost:8080/prime?from=1&to=100000