/lob-proj-job-trigger-batch-process

Spring Cloud Task as Kubernetes CronJob

Primary LanguageJavaApache License 2.0Apache-2.0

mvn clean package
docker compose up --build

OR

docker swarm init
docker stack deploy --compose-file docker-compose.yaml batch-process
docker stack services batch-process
docker stack rm batch-process