Skip to content

Commit 0ab513e

Browse files
committed
small fixes for BAEL-10845
1 parent 76e8d10 commit 0ab513e

File tree

9 files changed

+4
-193
lines changed

9 files changed

+4
-193
lines changed

spring-rest-template/.gitignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

spring-rest-template/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

spring-rest-template/checkstyle.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

spring-rest-template/pom.xml

Lines changed: 0 additions & 83 deletions
This file was deleted.

spring-rest-template/src/main/java/com/baeldung/web/upload/client/MultipartFileUploadClient.java

Lines changed: 0 additions & 62 deletions
This file was deleted.

spring-rest-template/src/main/resources/logback.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

spring-rest/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
2424
- [Get and Post Lists of Objects with RestTemplate](http://www.baeldung.com/spring-rest-template-list)
2525
- [How to Set a Header on a Response with Spring 5](http://www.baeldung.com/spring-response-header)
2626
- [Spring’s RequestBody and ResponseBody Annotations](https://www.baeldung.com/spring-request-response-body)
27+
- [Uploading MultipartFile with Spring RestTemplate](http://www.baeldung.com/spring-rest-template-multipart-upload)

spring-resttemplate/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
77
- [Spring RestTemplate Tutorial](http://www.baeldung.com/rest-template)
88
- [Exploring the Spring Boot TestRestTemplate](http://www.baeldung.com/spring-boot-testresttemplate)
99
- [Spring RestTemplate Error Handling](http://www.baeldung.com/spring-rest-template-error-handling)
10-
- [Configure a RestTemplate with RestTemplateBuilder](http://www.baeldung.com/spring-rest-template-builder)
10+
- [Configure a RestTemplate with RestTemplateBuilder](http://www.baeldung.com/spring-rest-template-builder)
11+
- [Mocking a RestTemplate in Spring](https://www.baeldung.com/spring-mock-rest-template)

spring-security-mvc-boot/src/test/java/com/baeldung/relationships/SpringDataWithSecurityUnitTest.java renamed to spring-security-mvc-boot/src/test/java/com/baeldung/relationships/SpringDataWithSecurityIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
@WebAppConfiguration
3737
@ContextConfiguration
3838
@DirtiesContext
39-
public class SpringDataWithSecurityUnitTest {
39+
public class SpringDataWithSecurityIntegrationTest {
4040
AnnotationConfigWebApplicationContext ctx = new AnnotationConfigWebApplicationContext();
4141
@Autowired
4242
private ServletContext servletContext;

0 commit comments

Comments
 (0)