kyongseo / cycle

cycle: Springboot를 활용한 중고거래 사이트
1 stars 0 forks source link

View 변경 바로 확인하기 #2

Open kyongseo opened 9 months ago

kyongseo commented 9 months ago

View 변경 바로 확인하기

  1. spring-boot-devtools 라이브러리를 추가합니다.

    프로젝트 파일에는 추가되어 있습니다.

  2. Ctrl + Shift + A를 누르고, registery를 쳐서 들어갑니다.

    compiler.automake.allow.when.app.running의 value가 true가 되도록 체크합니다.

  3. Settings > compiler에 들어갑니다.

    Ctrl + Shift + A를 누르고, compiler를 쳐도 들어갈 수 있습니다.

    Build project automatically에 체크를 합니다.

    image