일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- jsp
- 맛집
- jenkins
- Spring
- Design Patterns
- php
- MySQL
- 요리
- Gradle
- tool
- JVM
- ubuntu
- javascript
- Git
- db
- devops
- Oracle
- ReactJS
- redis
- linux
- Spring Batch
- laravel
- springboot
- IntelliJ
- AWS
- Spring Boot
- java
- elasticsearch
- Web Server
- it
Archives
- Today
- Total
목록testcode (1)
아무거나
[Spring Boot] 간단한 테스트 코드 작성
스프링 부트에서 테스트 코드를 작성할 때 간단하게 기술한것이다. // 버전: 2.0.6 testCompile('org.springframework.boot:spring-boot-starter-test') import com.wmp.admin.category.entity.VendorCategoryMap; import com.wmp.admin.category.mapper.CategoryMapMapper; import com.wmp.admin.category.mapper.CategoryMapRequireMapper; import java.time.LocalDateTime; import org.junit.Test; import org.junit.runner.RunWith; import org.springfram..
Java & Kotlin/Spring
2018. 12. 6. 00:30