🚨chore: openfeign 사용 준비 및 샘플 추가

- springcloud lib 추가
- openfeign sample 추가
- openapi lib 버전 다운그레이드
This commit is contained in:
yoosangwook 2024-12-10 09:05:58 +09:00
parent 8333ba405e
commit ce94751764
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package com.interplug.qcast.biz.master.dto;
public class MasterService {
}

View File

@ -0,0 +1,4 @@
package com.interplug.qcast.config.openfeign;
public class OpenFeignConfig {
}