From aa122113ade36f02dc8fdbebdf1232b5c4b8742c Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Fri, 3 Jul 2026 19:02:36 +0530 Subject: Microservice sample projects --- microservices/02-api-gateway/pom.xml | 87 ++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 microservices/02-api-gateway/pom.xml (limited to 'microservices/02-api-gateway/pom.xml') diff --git a/microservices/02-api-gateway/pom.xml b/microservices/02-api-gateway/pom.xml new file mode 100644 index 0000000..5757e6a --- /dev/null +++ b/microservices/02-api-gateway/pom.xml @@ -0,0 +1,87 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 4.1.0 + + + com.example + api-gateway + 0.0.1-SNAPSHOT + + + + + + + + + + + + + + + + + 25 + 2025.1.2 + + + + org.springframework.boot + spring-boot-starter-security-oauth2-client + + + org.springframework.cloud + spring-cloud-starter-gateway-server-webflux + + + com.c4-soft.springaddons + spring-addons-starter-oidc + 9.1.4 + + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.springframework.boot + spring-boot-starter-thymeleaf-test + test + + + org.springframework.boot + spring-boot-starter-security-oauth2-client-test + test + + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + \ No newline at end of file -- cgit v1.2.3