You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

목차

사전조건

프로젝트 Clone

리펙토링 하는 이유

  • AS-IS 환경 : Host OS

    • Application
    • Redis Container

    TO-BE 환경 : Host OS

    • SWRS Container
    • Redis Container


하드코딩된 app.BaseUrl 제거 및 Redis설정 추가

가. application.properties

나. LinkService.java

다. LinkControllerTest.java

라. LinkServiceTest.java







  • No labels