зеркало из
https://github.com/iharh/notes.git
synced 2025-11-02 06:36:06 +02:00
10 строки
204 B
Plaintext
10 строки
204 B
Plaintext
@ContextConfiguration(classes = {SomeConfig.class})
|
|
or
|
|
@SpringBootTest(
|
|
properties = {
|
|
"prop.name=false"
|
|
},
|
|
classes = {
|
|
SomeConfig.class
|
|
})
|