4.0.0 com.zeodao task-reminder 1.0.0 jar Multi-Group Task Reminder 多群企业微信任务提醒系统 org.springframework.boot spring-boot-starter-parent 2.7.14 21 21 21 UTF-8 org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-configuration-processor true org.springframework.boot spring-boot-starter-test test org.apache.httpcomponents httpclient com.fasterxml.jackson.core jackson-databind org.springframework.boot spring-boot-starter-logging org.projectlombok lombok 1.18.30 true org.springframework.boot spring-boot-maven-plugin org.codehaus.mojo exec-maven-plugin 3.1.0 docker-stop install exec docker -H tcp://172.22.222.6:2375 stop task-reminder-app docker-remove install exec docker -H tcp://172.22.222.6:2375 remove task-reminder-app docker-rmi install exec docker -H tcp://172.22.222.6:2375 rmi 172.22.222.100:28082/task-reminder:1.0.0 docker-build install exec docker -H tcp://172.22.222.6:2375 build -t 172.22.222.100:28082/task-reminder:1.0.0 . docker-push install exec docker -H tcp://172.22.222.6:2375 push 172.22.222.100:28082/task-reminder:1.0.0 docker-run install exec docker -H tcp://172.22.222.6:2375 compose up -d