jobs is a simple schedule jobs management systems based on spring boot, quartz and react.
create a docker network(only first).
docker network create daming-jobscreate a docker volume(only first).
docker volume create --name=daming-jobssetup a postgresql db.
docker-compose up db
# db uses an image, skipping
# docker-compose up --force-recreate dbrun postgresql migrate.
for Linux or Mac:
./gradlew flywayMigratefor Windows:
./gradlew.bat flywayMigrateTo run the application, run the following command in a terminal window (in the complete) directory:
./gradlew bootRun (./gradlew.bat bootRun for windows)navigate to the src/main/react directory,
install 3rd dependencies(only first)
yarnrun the react
yarn startopen the browser

new manve install json
bazel run @maven//:pin
update maven install json
bazel run @unpinned_maven//:pin
build and run
bazel build //:springboot
bazel run //:springboot
jobs support swagger ui.



