| User-service와 Spring Cloud Gateway 연동 💻 user-service.java > application.yml server: port: 0 spring: application: name: user-service datasource: url: jdbc:postgresql://localhost:5432/basic username: postgres password: 1234 driver-class-name: org.postgresql.Driver jpa: hibernate: ddl-auto: create properties: hibernate: show_sql: true format_sql: true eureka: instance: hostname: localhost instanc..