1.10.9 후보 component의 index 생성
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-indexer</artifactId>
<version>5.1.4.RELEASE</version>
<optional>true</optional>
</dependency>
</dependencies>dependencies {
compileOnly "org.springframework:spring-context-indexer:5.1.5.RELEASE"
}dependencies {
annotationProcessor "org.springframework:spring-context-indexer:5.1.5.RELEASE"
}Last updated
Was this helpful?