This commit is contained in:
esmailian
2025-04-27 11:29:55 +03:30
parent 730b83fd62
commit cf6d24ed91
2 changed files with 10 additions and 2 deletions

View File

@ -1,2 +1,10 @@
server:
port: 9999
port: 9090
spring:
cloud:
gateway:
discovery:
locator:
enabled: true
lower-case-service-id: true

View File

@ -1,5 +1,5 @@
server:
port: 8086
port: 8087
spring:
datasource:
driver-class-name: org.postgresql.Driver