Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 논리학
- 데이터센터
- thymeleaf
- 큐
- 코테
- github
- char[]
- 서버중단
- 코딩테스트
- Intellij
- 통신대란
- LiveTemplate
- 자료형
- elasticbeanstalk
- 백준
- 자동완성
- AWS
- 서버오류
- string
- github cli
- OVH
- Java
- PR
- JAVA기초
- springboot
- linux
- Leetcode
- 명제
- Queue
- random
Archives
- Today
- Total
Midnight Coder's Lounge
[개발일지] SpringBoot 게시판 개인 프로젝트 - Live Reload 본문
IntelliJ Live Reload
STS4에서 IntelliJ로 넘어오면서, 라이브 리로드를 위해 추가 설정이 필요한 걸 알게 되었습니다.
참조 링크 지시를 따라하다 보니 라이브 리로드가 되긴 하지만 2~3 초간 딜레이가 발생합니다.
수시로 확인해야 할 때 몹시 번거로울 것 같아 짬이 나면 해결방법을 확인해 봐야 되겠습니다.
라이브 리로드 환경설정 IntelliJ
- https://suzxc2468.tistory.com/186
- https://aterilio.tistory.com/74
- https://youtrack.jetbrains.com/issue/IDEA-274903/In-IntelliJ-20212-compilerautomakeallowwhenapprunning-disappear-Unable-to-enable-live-reload-under-Spring-boot
- https://www.jetbrains.com/help/idea/delegate-build-and-run-actions-to-maven.html#auto_reload_maven
Git
git diff —HEAD
push하진 않았으나 이미 commit해버린 변경사항 확인
'Personal Log' 카테고리의 다른 글
[논리학] 기초개념 정리 (2) | 2023.01.07 |
---|---|
[Linux] 첫 설치 및 초기 세팅 실습 기록 (2) (0) | 2022.11.17 |
[Linux] 첫 설치 및 초기 세팅 실습 기록 (0) | 2022.11.15 |
[개발일지] SpringBoot 게시판 개인 프로젝트 (1) - AWS EB 배포 트러블슈팅 메모 (0) | 2022.10.17 |
[개발일지] SpringBoot 게시판 개인 프로젝트 (0) (0) | 2022.10.12 |
Comments