bootrun

Nomin and Spring Boot application: recursive mapping rule a = b causes infinite loop

好久不见. 提交于 2019-12-11 06:45:33
问题 As I had already few issues with combination Nomin, Eclipse and Groovy (see link1 and link2), I am again struggling with it. My application works with JUnit Tests, both in Console via Gradle and Eclipse. But now it doesn't want to work when executing SpringBoot-Main class. Either in Eclipse nor with gradle bootRun on Console or Eclipse Gradle Task => Same Exception @SpringBootApplication class CcmApplication { static void main(String[] args) { def ctx = SpringApplication.run CcmApplication,