Format webmvc-tomcat
This commit is contained in:
@@ -30,4 +30,5 @@ class RandomPortTests {
|
||||
ResponseEntity<String> response = this.template.getForEntity("/", String.class);
|
||||
assertThat(response.getBody()).isEqualTo("Hello from Spring MVC and Tomcat");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user