Skip to content

Commit

Permalink
Add #3 - actuator, configuration processor
Browse files Browse the repository at this point in the history
액츄에이터, configuration processor 의존성 추가

* configuration processor: `annotationProcessor`를 사용해야 함
* ConfigurationProperties 클래스의 메타 정보를 .properties 파일과 이어주는 기능
  • Loading branch information
djkeh committed Jul 12, 2021
1 parent 919667c commit c59068d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -13,9 +13,11 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-properties-migrator'
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
}

test {
Expand Down

0 comments on commit c59068d

Please sign in to comment.