Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

ningenMe/net-batch

Repository files navigation

net-batch

ci-test cd-resource-push

趣味開発のバッチ処理

gradle clean build

//blogJob
java -Dspring.batch.job.names=blogJob -jar build/libs/batch-0.0.1-SNAPSHOT.jar param=tmp
//problemJob
java -Dspring.batch.job.names=problemJob -jar build/libs/batch-0.0.1-SNAPSHOT.jar param=tmp
//atcoderUserJob
java -Dspring.batch.job.names=atcoderUserJob -jar build/libs/batch-0.0.1-SNAPSHOT.jar param=tmp
//comicPageJob
java -Dspring.batch.job.names=comicPageJob -jar build/libs/batch-0.0.1-SNAPSHOT.jar param=tmp
//comicJob
java -Dspring.batch.job.names=comicJob -jar build/libs/batch-0.0.1-SNAPSHOT.jar param=tmp

document

TODO

architecture

system diagrms

architecuture
hosting ecs
ci/cd github actions, aws codedeploy
application Spring Batch

history

version repository tech stack
v3 (this) net-batch spring batch + ecs
v2 ningenme-net-batch spring boot + ec2
v1 ningenme.net-batch python + ec2

About

趣味開発batch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors