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 |
Tags
- DFS
- LEVEL2
- 자료구조
- java
- DP
- OS
- 모던자바
- 코틀린
- 프로그래머스
- 네트워크
- programmers
- 자바
- 백준
- backtracking
- 백트래킹
- kotlin
- 스프링
- 그래프
- 운영체제
- TDD
- back-end
- Spring
- baekjoon
- algorithm
- BFS
- lambda
- Java8
- 알고리즘
- 프로젝트
- Brute-force
Archives
- Today
- Total
목록웹 개발/스프링부트 프로젝트 MSA(YOS) (1)
요깨비's LAB
[YOS] Kotlin DSL에서 Rest Docs 설정
기존 그래들 설정과 문법 모양이 좀 달라서 스스로 적용하고 기록합니다. build.gradle.kts 부분 dependencies { ... testImplementation("org.springframework.restdocs:spring-restdocs-webtestclient") ... } tasks.withType { useJUnitPlatform() } tasks.test { outputs.dir(snippetsDir) } tasks.asciidoctor { inputs.dir(snippetsDir) dependsOn(tasks.test) } tasks.register("copyHTML", Copy::class) { dependsOn(tasks.findByName("asciidoctor")) f..
웹 개발/스프링부트 프로젝트 MSA(YOS)
2021. 5. 11. 16:03