From 348f2055bfb000633bb80e89bcf62ea037a5af0b Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 15 Jan 2022 16:13:01 +0100 Subject: Add a Spring Boot example and integration code. Change-Id: Ia11dea607c74d9b4cc9a698e9ec92e930bd03f37 --- examples/spring-boot/pom.xml | 93 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 examples/spring-boot/pom.xml (limited to 'examples/spring-boot/pom.xml') diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml new file mode 100644 index 0000000..29e17d3 --- /dev/null +++ b/examples/spring-boot/pom.xml @@ -0,0 +1,93 @@ + + + + 4.0.0 + + + eu.mulk.quarkus-googlecloud-jsonlogging + quarkus-googlecloud-jsonlogging-parent + 3.1.4-SNAPSHOT + + + quarkus-googlecloud-jsonlogging-spring-boot-example + Quarkus Google Cloud JSON Logging Extension - Spring Boot Example + + + + + org.springframework.boot + spring-boot-dependencies + 2.6.2 + pom + import + + + + + + + org.jboss.slf4j + slf4j-jboss-logmanager + 1.1.0.Final + + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter + + + ch.qos.logback + logback-classic + + + + + + eu.mulk.quarkus-googlecloud-jsonlogging + quarkus-googlecloud-jsonlogging-core + ${project.version} + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.6.2 + + + + + -- cgit v1.2.3