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