mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
[enhance issue #1492 ]Improved nacos configuration parsing, based on PropertySourceLoader---check
This commit is contained in:
parent
5135916175
commit
d96b0759f4
@ -51,7 +51,7 @@ import static org.springframework.boot.test.context.SpringBootTest.WebEnvironmen
|
||||
|
||||
@RunWith(PowerMockRunner.class)
|
||||
@PowerMockIgnore({ "javax.management.*", "javax.xml.parsers.*",
|
||||
"com.sun.org.apache.xerces.internal.jaxp.*" })
|
||||
"com.sun.org.apache.xerces.internal.jaxp.*", "org.w3c.dom.*" })
|
||||
@PowerMockRunnerDelegate(SpringRunner.class)
|
||||
@PrepareForTest({ NacosConfigService.class })
|
||||
@SpringBootTest(classes = NacosConfigurationNoSuffixTest.TestConfig.class, properties = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user