Polish
See gh-33384
This commit is contained in:
committed by
Moritz Halbritter
parent
39a026ed65
commit
90589fd6d4
@@ -2,10 +2,8 @@ package org.springframework.boot.test.context
|
||||
|
||||
import org.springframework.boot.SpringBootConfiguration
|
||||
import org.springframework.boot.runApplication
|
||||
import org.springframework.context.annotation.Configuration
|
||||
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@SpringBootConfiguration
|
||||
@SpringBootConfiguration(proxyBeanMethods = false)
|
||||
open class KotlinApplicationWithMainThrowingException {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user