일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- MySQL
- javascript
- laravel
- jsp
- db
- linux
- Spring Batch
- JVM
- java
- jenkins
- Spring Boot
- Web Server
- Spring
- Oracle
- 맛집
- redis
- it
- springboot
- ubuntu
- php
- 요리
- elasticsearch
- tool
- AWS
- Design Patterns
- Gradle
- ReactJS
- IntelliJ
- Git
- devops
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