diff --git a/README.md b/README.md index e1b4b1f..859b5a4 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ springBoot-study 是本人在学习SpringBoot的一些工程! - [springboot-task](https://github.com/xuwujing/springBoot-study/tree/master/springboot-task):SpringBoot使用注解实现线程池的配置和自定义线程的使用示例。 -- [springboot-2](https://github.com/xuwujing/springBoot-study/tree/master/springboot-2):SpringBoo2.x 结合webflux(异步非阻塞开发框架)的 版本使用示例。 +- [springboot2-webflux](https://github.com/xuwujing/springBoot-study/tree/master/springboot2-webflux):SpringBoo2.x 结合webflux(异步非阻塞开发框架)的 版本使用示例。 - [springboot2-elasticsearch](https://github.com/xuwujing/springBoot-study/tree/master/springboot2-elasticsearch):SpringBoo2.x 结合ElasticSearch 6.x 版本使用的示例。 diff --git a/springboot2-docker/pom.xml b/springboot2-docker/pom.xml index f96aec3..37fcbf7 100644 --- a/springboot2-docker/pom.xml +++ b/springboot2-docker/pom.xml @@ -1,94 +1,94 @@ - - - 4.0.0 - - com.pancm - docker - 1.0-SNAPSHOT - - UTF-8 - UTF-8 - 1.8 - 1.8 - 1.8 - springboot - - - - org.springframework.boot - spring-boot-starter-parent - 2.1.3.RELEASE - - - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-devtools - true - test - - - - - - compile - src - springboot2-docker - - - org.springframework.boot - spring-boot-maven-plugin - - true - com.pancm.DockerApplication - - - - - repackage - - - - - - - com.spotify - docker-maven-plugin - 1.0.0 - - - http://localhost:2375 - - java - - ${docker.image.prefix}/${project.artifactId} - - ${project.basedir}/src/main/docker - - - - / - ${project.build.directory} - ${project.build.finalName}.jar - - - - - - - - - + + + 4.0.0 + + com.pancm + springboot2-docker + 1.0-SNAPSHOT + + UTF-8 + UTF-8 + 1.8 + 1.8 + 1.8 + springboot + + + + org.springframework.boot + spring-boot-starter-parent + 2.1.3.RELEASE + + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-devtools + true + test + + + + + + compile + src + springboot2-docker + + + org.springframework.boot + spring-boot-maven-plugin + + true + com.pancm.DockerApplication + + + + + repackage + + + + + + + com.spotify + docker-maven-plugin + 1.0.0 + + + http://localhost:2375 + + java + + ${docker.image.prefix}/${project.artifactId} + + ${project.basedir}/src/main/docker + + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + + + + \ No newline at end of file diff --git a/springboot2-webflux/pom.xml b/springboot2-webflux/pom.xml index 83c2dec..f15c26e 100644 --- a/springboot2-webflux/pom.xml +++ b/springboot2-webflux/pom.xml @@ -1,63 +1,63 @@ - - 4.0.0 - - 1.0.0 - springboot-2 - 0.0.1-SNAPSHOT - jar - - springboot2-webflux - http://maven.apache.org - - - UTF-8 - UTF-8 - 1.8 - 1.8 - 1.8 - - - - org.springframework.boot - spring-boot-starter-parent - 2.1.3.RELEASE - - - - - - org.springframework.boot - spring-boot-starter-webflux - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-devtools - true - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - true - - - - - - + + 4.0.0 + + 1.0.0 + springboot2-webflux + 0.0.1-SNAPSHOT + jar + + springboot2-webflux + http://maven.apache.org + + + UTF-8 + UTF-8 + 1.8 + 1.8 + 1.8 + + + + org.springframework.boot + spring-boot-starter-parent + 2.1.3.RELEASE + + + + + + org.springframework.boot + spring-boot-starter-webflux + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-devtools + true + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + true + + + + + +