Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- vue.js
- grpc
- jenkins jdk
- IntelliJ
- Docker
- spring
- JavaScript
- jenkins install
- Jenkins
- jenkins maven
- jenkins 설치
- docker network
- nginx
- Linux
- jenkins github
- subnetmask
- Spring Boot
- MongoDB
- MySQL
- gradle
- Jenkins Pipeline
- error
- 리눅스
- grafana
- REACT
- CI/CD
- 리액트
- java
- jenkins github 연동
- jpa
Archives
- Today
- Total
뭐든 즐기면서 ;)
IntelliJ spring-devtools 설정 본문
728x90
File > settings > Compiler 또는 ctrl + alt + s
build.gradle 소스 dependencies 영역에 코드 추가
dependencies {
compileOnly 'org.springframework.boot:spring-boot-devtools'
}
728x90
'IDE > IntelliJ' 카테고리의 다른 글
intelliJ spring boot error (0) | 2023.05.04 |
---|---|
IntelliJ push to arleady repository. (0) | 2023.04.28 |
IntelliJ Gradle Tool Window 보이지 않을 때 (0) | 2022.11.15 |
IntelliJ .java to .class / IntelliJ java to class / IntelliJ directory to Sources (0) | 2022.06.22 |
IntelliJ java module 생성 (0) | 2022.02.28 |
Comments