버전정보
- spring dependency-management: 1.1.4
- spring-boot-starter-security: 3.2.1
- spring-security: 6.2.1
- spring-boot-starter-security: 3.2.1
아래처럼 HttpSecurity 설정시 kotlin dsl 인식이 안된다.
아래는 관련 이슈.
import org.springframework.security.config.annotation.web.invoke
위 import를 추가하면 IDE에서 DSL을 잘 인식한다
반응형
'프로그래밍 > Kotlin' 카테고리의 다른 글
[Kotlin] spring restdocs constraint 필드 자동 추가하기 (0) | 2022.09.12 |
---|---|
[Kotlin] spring initializr 이용시 'Unresolved reference: snippetsDir' 해결방법 (0) | 2022.07.24 |
[Kotlin] Scope function (범위 함수) (0) | 2022.04.03 |
[Kotlin] flatMap, flatten (0) | 2022.04.02 |
[Kotlin] groupBy (0) | 2022.04.02 |