rename file

This commit is contained in:
Krzysztof Majewski 2019-09-03 16:41:50 +02:00
parent 017992bf74
commit 6627bcdc84

View File

@ -6,7 +6,7 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class RestController {
public class ValidationController {
@PostMapping("/test-not-null")
public void testNotNull(@Valid @RequestBody NotNullRequest request) {