Valera Timofeev

Results 2 comments of Valera Timofeev

Hello I have faced with this issue triying to run my tests from spring boot jar. I use gradle bootJar task and place my tests to BOOT-INF/classes as spring using...

I've found a workaround. [Gradle Shadow plugin](https://imperceptiblethoughts.com/shadow/) could be used instead of `bootJar` task for not to produce nested Jars. https://github.com/spring-projects/spring-boot/issues/1828#issuecomment-231104288 With configuration below Spring Boot features work alongside with...