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
- 메모리구조
- s
- Stack
- stream
- coding test
- 이것이 자바다
- R
- JSON
- datastructure
- Serialization
- Graph
- C programming
- 혼자 공부하는 C언어
- Selection Sorting
- buffer
- insertion sort
- C 언어 코딩 도장
- 알기쉬운 알고리즘
- 윤성우의 열혈 자료구조
- 이스케이프 문자
- 윤성우 열혈자료구조
- Algorithm
- list 컬렉션
Archives
- Today
- Total
Engineering Note
[IntelliJ] IntelliJ에 spring-dev-tools 적용하기, 환경설정 본문
https://docs.spring.io/spring-boot/reference/using/devtools.html 이나 메이븐 포지토리에서 원하는 버전의 dev-tools를 찾아, 의존성 추가 코드를 추가해준다.
Project Settings(Command + ,) > Build, Execution, Deployment > Compiler 에서 Build project automaticcaly 체크

Project Settings(Command + ,) > Build, Execution, Deployment > Advanced Settings 에서 Aullow auto-make to start event if developed application is currently running 체크

'Tip' 카테고리의 다른 글
| [Tip] 기술서적 및 기술문서 잘 읽는법(프로그래밍은 운동이다) (2) | 2025.07.26 |
|---|---|
| [Swagger] Spring Boot 프로젝트 스웨거 연동 (3) | 2025.07.07 |
Comments