This commit is contained in:
Stephane Nicoll 2017-01-27 18:03:15 +01:00
parent dd02650e22
commit bda1376c23

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -36,6 +36,7 @@ import org.springframework.boot.autoconfigure.EnableAutoConfiguration
import org.springframework.boot.context.embedded.LocalServerPort
import org.springframework.boot.test.context.SpringBootTest
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
import org.springframework.core.io.ClassPathResource
import org.springframework.http.HttpEntity
import org.springframework.http.HttpHeaders
@ -207,6 +208,7 @@ abstract class AbstractInitializrControllerIntegrationTests {
TGZ
}
@Configuration
@EnableAutoConfiguration
static class Config {