현재 yml 파일 server: port: 0 spring: application: name: catalog-service rabbitmq: host: 127.0.0.1 port: 5672 username: guest password: guest cloud: config: name: ecommerce config: import: optional:configserver:http://localhost:8888 h2: console: enabled: true settings: web-allow-others: true path: /h2-console datasource: driver-class-name: org.h2.Driver url: jdbc:h2:mem:test jpa: hibernate: ddl-auto..