250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- error
- STS
- 설정
- Spring Boot
- SpringBoot
- maven
- oracle
- IntelliJ
- Thymeleaf
- ubuntu
- JDBC
- git
- AJAX
- jpa
- 오픈소스
- MSSQL
- PostgreSQL
- Python
- spring
- MySQL
- Eclipse
- Exception
- 문서
- myBatis
- Source
- JavaScript
- Tomcat
- Open Source
- Docker
- Core Java
Archives
- Today
- Total
목록MockMvcResultMatchers.content (1)
헤르메스 LIFE
[JUnit] The method andExpect(ResultMatcher) in the type ResultActions is not applicable for the arguments (RequestMatcher)
1. STS 버전 : 4.13.1 2. JDK 버전 : OpenJDK 11.0.14_9_x64 3. Tomcat 버전 : 9.0.56 4. Maven 버전 : 3.8.4 5. Spring 버전 : Spring Boot 2.6.3 package com.study.springboot.test.controller; import static org.springframework.test.web.client.match.MockRestRequestMatchers.content; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get; import static org.springframework.test.web.servl..
Exception
2022. 2. 26. 14:56