mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 01:05:48 +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
|
||||
// test!!!
|
||||
@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 {
|
||||
|
||||
// i think this is the "lightest" (and quickest context), that we can bootstrap,
|
||||
// see: https://spring.io/guides/gs/multi-module/
|
||||
// i think this is the "lightest" (sub package) and quickest (who wants to
|
||||
// exclude auto config: welcome!) context, that we
|
||||
// can bootstrap, see: https://spring.io/guides/gs/multi-module/
|
||||
@SpringBootApplication
|
||||
static class TestConfiguration {
|
||||
|
||||
|
|
Loading…
Reference in a new issue