Gitlab CI/CD Pipeline

This commit is contained in:
2025-05-29 18:51:59 +00:00
parent cb4eb80105
commit 5a73be331b
30 changed files with 432 additions and 144 deletions

View File

@@ -1,11 +1,6 @@
server:
port: 8080
eureka:
client:
service-url:
defaultZone: http://localhost:8761/eureka/
spring:
application:
name: gateway
@@ -16,7 +11,7 @@ spring:
gateway:
routes:
- id: server
uri: lb://server
uri: http://localhost:8081
predicates:
- Path=/api/**
filters: