mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
just commenting
This commit is contained in:
parent
75f01384b9
commit
cfbad36d09
1 changed files with 6 additions and 3 deletions
|
@ -43,11 +43,14 @@ import org.springframework.http.ResponseEntity;
|
||||||
// NOT Waiting https://github.com/spring-projects/spring-boot/issues/5574, int
|
// NOT Waiting https://github.com/spring-projects/spring-boot/issues/5574, int
|
||||||
// test!!!
|
// test!!!
|
||||||
@SuppressWarnings("java:S2970") // contradicts "java:S5838"
|
@SuppressWarnings("java:S2970") // contradicts "java:S5838"
|
||||||
@SpringBootTest(webEnvironment = RANDOM_PORT, properties = { "server.error.include-message=ALWAYS" })
|
@SpringBootTest(webEnvironment = RANDOM_PORT,
|
||||||
|
// this ("somehow", significantly) "differs" from "non-test":
|
||||||
|
properties = { "server.error.include-message=ALWAYS" })
|
||||||
class CrashControllerIntegrationTests {
|
class CrashControllerIntegrationTests {
|
||||||
|
|
||||||
// i think this is the "lightest" (and quickest context), that we can bootstrap,
|
// i think this is the "lightest" (sub package) and quickest (who wants to
|
||||||
// see: https://spring.io/guides/gs/multi-module/
|
// exclude auto config: welcome!) context, that we
|
||||||
|
// can bootstrap, see: https://spring.io/guides/gs/multi-module/
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
static class TestConfiguration {
|
static class TestConfiguration {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue