Bumps to 2.1.0.BUILD-SNAPSHOT and updates for boot 2.1.0

This commit is contained in:
Spencer Gibb
2018-08-01 19:10:24 -04:00
parent 0395ad06cb
commit 513353b8e7
15 changed files with 32 additions and 35 deletions

View File

@@ -217,7 +217,7 @@ public class MultipleJGitEnvironmentRepositoryIntegrationTests {
String defaultRepoUri = ConfigServerTestUtils.prepareLocalRepo("config-repo");
expected.expectCause(ThrowableMessageMatcher
.hasMessage(containsString("Cannot write parent")));
this.context = new SpringApplicationBuilder(TestConfiguration.class).web(false)
this.context = new SpringApplicationBuilder(TestConfiguration.class).web(WebApplicationType.NONE)
.properties("spring.cloud.config.server.git.uri:" + defaultRepoUri,
"spring.cloud.config.server.git.basedir:/tmp")
.run();