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
- backtracking
- BFS
- 백트래킹
- 네트워크
- 스프링
- back-end
- 운영체제
- 코틀린
- DP
- programmers
- algorithm
- 프로젝트
- 모던자바
- LEVEL2
- 백준
- 자료구조
- Java8
- baekjoon
- lambda
- 프로그래머스
- OS
- kotlin
- Spring
- DFS
- java
- 알고리즘
- TDD
- Brute-force
- 자바
- 그래프
Archives
- Today
- Total
목록springboot (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