mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-16 16:50:42 +08:00
Polish sample
This commit is contained in:
parent
8f7fdac1b5
commit
f5fc9e488c
@ -50,8 +50,7 @@ public class InitializrIntegrationTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private URI createUri(String path) {
|
private URI createUri(String path) {
|
||||||
String url = this.stubFinder.findStubUrl(
|
String url = this.stubFinder.findStubUrl("initializr-web").toString();
|
||||||
"io.spring.initializr:initializr-web").toString();
|
|
||||||
return URI.create(url + path);
|
return URI.create(url + path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user