From 448ec7698e8a3d54d09aae4aa1fd920664639b25 Mon Sep 17 00:00:00 2001 From: Vijayendra Mudigal Date: Thu, 4 Jun 2020 02:50:57 +0100 Subject: [PATCH] build failure fix --- README.md | 3 +- service-one/pom.xml | 425 ++++++++++++++++++++++---------------------- service-two/pom.xml | 410 +++++++++++++++++++++--------------------- 3 files changed, 421 insertions(+), 417 deletions(-) diff --git a/README.md b/README.md index a82f583..9db7d19 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,8 @@ Logback integrated with every microservices creates application logs and send th Accessing tools: -Elasticsearch: http://localhost:9200/_search?pretty +Elasticsearch: http://localhost:9200/_search?pretty + Kibana: http://localhost:5601/app/kibana ![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/documents/screens/Kibana/kibana.png?raw=true) diff --git a/service-one/pom.xml b/service-one/pom.xml index 31b2060..2e76831 100644 --- a/service-one/pom.xml +++ b/service-one/pom.xml @@ -1,214 +1,215 @@ - - 4.0.0 - com.mudigal - 5.0.0-SNAPSHOT - service-one - jar - - Reactive Service One - Reactive service one in microservices sample project - - - - Vijayendra Mudigal - vijayendrap@gmail.com - https://vijayendra.mudigal.com - - - - - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - - - - - 2.9.0 - UTF-8 - UTF-8 - 1.8 - - - - - - org.springframework.boot - spring-boot-starter-actuator - - - - org.springframework.cloud - spring-cloud-starter-consul-discovery - - - - org.springframework.boot - spring-boot-starter-webflux - - - - org.projectlombok - lombok - provided - - - - org.springframework.boot - spring-boot-starter-test - test - - - - - org.springframework.boot - spring-boot-starter-data-mongodb-reactive - - - de.flapdoodle.embed - de.flapdoodle.embed.mongo - test - - - - - io.springfox - springfox-swagger-ui - 3.0.0-SNAPSHOT - - - io.springfox - springfox-swagger2 - 3.0.0-SNAPSHOT - - - io.springfox - springfox-spring-webflux - 3.0.0-SNAPSHOT - - - - - net.logstash.logback - logstash-logback-encoder - 6.4 - - - org.slf4j - log4j-over-slf4j - - - org.codehaus.janino - janino - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - true - - - ch.qos.logback - logback-access - true - - - - - org.springframework.boot - spring-boot-starter-amqp - - - - - - - - org.springframework.cloud - spring-cloud-dependencies - Hoxton.SR5 - pom - import - - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - jcenter-snapshots - jcenter - https://jcenter.bintray.com/ - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - service-one - - - org.springframework.boot - spring-boot-maven-plugin - - - maven-resources-plugin - - - copy-resources - validate - - copy-resources - - - ${basedir}/target/ - - - src/main/docker - true - - - - - - - - + + 4.0.0 + com.mudigal + 5.0.0-SNAPSHOT + service-one + jar + + Reactive Service One + Reactive service one in microservices sample project + + + + Vijayendra Mudigal + vijayendrap@gmail.com + https://vijayendra.mudigal.com + + + + + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + + + + + 3.0.0-SNAPSHOT + UTF-8 + UTF-8 + 1.8 + + + + + + org.springframework.boot + spring-boot-starter-actuator + + + + org.springframework.cloud + spring-cloud-starter-consul-discovery + + + + org.springframework.boot + spring-boot-starter-webflux + + + + org.projectlombok + lombok + provided + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + org.springframework.boot + spring-boot-starter-data-mongodb-reactive + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + test + + + + + io.springfox + springfox-swagger-ui + ${swagger.version} + + + io.springfox + springfox-swagger2 + ${swagger.version} + + + io.springfox + springfox-spring-webflux + ${swagger.version} + + + + + net.logstash.logback + logstash-logback-encoder + 6.4 + + + org.slf4j + log4j-over-slf4j + + + org.codehaus.janino + janino + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + true + + + ch.qos.logback + logback-access + true + + + + + org.springframework.boot + spring-boot-starter-amqp + + + + + + + + org.springframework.cloud + spring-cloud-dependencies + Hoxton.SR5 + pom + import + + + + + + + jcenter-snapshots + jcenter + http://oss.jfrog.org/artifactory/oss-snapshot-local/ + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + service-one + + + org.springframework.boot + spring-boot-maven-plugin + + + maven-resources-plugin + + + copy-resources + validate + + copy-resources + + + ${basedir}/target/ + + + src/main/docker + true + + + + + + + + diff --git a/service-two/pom.xml b/service-two/pom.xml index 6a845d6..9d6d625 100644 --- a/service-two/pom.xml +++ b/service-two/pom.xml @@ -1,207 +1,209 @@ - - 4.0.0 - - service-two - jar - com.mudigal - 5.0.0-SNAPSHOT - Service Two - Service two in microservices sample project - - - - Vijayendra Mudigal - vijayendrap@gmail.com - http://vijayendra.mudigal.com - - - - - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - - - - - UTF-8 - UTF-8 - 1.8 - - - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-devtools - runtime - - - org.springframework.cloud - spring-cloud-starter-consul-discovery - - - org.springframework.boot - spring-boot-starter-web - - - - org.springframework.boot - spring-boot-starter-test - test - - - - - org.springframework.boot - spring-boot-starter-data-jpa - - - mysql - mysql-connector-java - - - - com.h2database - h2 - runtime - - - - org.projectlombok - lombok - 1.18.12 - provided - - - - - io.springfox - springfox-swagger2 - 2.9.2 - - - io.springfox - springfox-swagger-ui - 2.9.2 - - - - - net.logstash.logback - logstash-logback-encoder - 4.11 - - - org.slf4j - log4j-over-slf4j - - - org.codehaus.janino - janino - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - true - - - ch.qos.logback - logback-access - true - - - - - org.mapstruct - mapstruct-jdk8 - 1.3.1.Final - - - org.mapstruct - mapstruct-processor - 1.3.1.Final - - - - - - org.springframework.boot - spring-boot-starter-amqp - - - - - - - - org.springframework.cloud - spring-cloud-dependencies - Hoxton.SR5 - pom - import - - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - service-two - - - org.springframework.boot - spring-boot-maven-plugin - - - maven-resources-plugin - - - copy-resources - validate - - copy-resources - - - ${basedir}/target/ - - - src/main/docker - true - - - - - - - - + + 4.0.0 + + service-two + jar + com.mudigal + 5.0.0-SNAPSHOT + Service Two + Service two in microservices sample project + + + + Vijayendra Mudigal + vijayendrap@gmail.com + http://vijayendra.mudigal.com + + + + + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + + + + + 2.9.2 + UTF-8 + UTF-8 + 1.8 + + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-devtools + runtime + + + org.springframework.cloud + spring-cloud-starter-consul-discovery + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + mysql + mysql-connector-java + + + + com.h2database + h2 + runtime + + + + org.projectlombok + lombok + 1.18.12 + provided + + + + + io.springfox + springfox-swagger2 + ${swagger.version} + + + io.springfox + springfox-swagger-ui + ${swagger.version} + + + + + net.logstash.logback + logstash-logback-encoder + 4.11 + + + org.slf4j + log4j-over-slf4j + + + org.codehaus.janino + janino + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + true + + + ch.qos.logback + logback-access + true + + + + + org.mapstruct + mapstruct-jdk8 + 1.3.1.Final + + + org.mapstruct + mapstruct-processor + 1.3.1.Final + + + + + + org.springframework.boot + spring-boot-starter-amqp + + + + + + + + org.springframework.cloud + spring-cloud-dependencies + Hoxton.SR5 + pom + import + + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + service-two + + + org.springframework.boot + spring-boot-maven-plugin + + + maven-resources-plugin + + + copy-resources + validate + + copy-resources + + + ${basedir}/target/ + + + src/main/docker + true + + + + + + + +