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
- Spring
- 프로젝트
- TDD
- 백트래킹
- java
- 운영체제
- 그래프
- 코틀린
- Brute-force
- lambda
- 프로그래머스
- baekjoon
- 모던자바
- programmers
- BFS
- algorithm
- kotlin
- LEVEL2
- 백준
- OS
- DP
- Java8
- backtracking
- 알고리즘
- 자료구조
- 스프링
- back-end
- 네트워크
- 자바
- DFS
Archives
- Today
- Total
목록Kotlin/스프링 MVC (1)
요깨비's LAB
스프링 3.0.x 버전에서 Restdocs 적용 plugin not found 이슈
코프링에서도 3.0.x 버전으로 시작하면 gradle 설정이 전반적으로 제대로 입력해주지 않는것 같습니다. 아래의 설정으로 바꿔주니 빌드가 성공하여 기록합니다. import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id("org.springframework.boot") version "3.0.6" id("io.spring.dependency-management") version "1.1.0" id("org.asciidoctor.jvm.convert") version "4.0.0-alpha.1"
Kotlin/스프링 MVC
2023. 5. 3. 23:42