Hi guys. I'm working on my pet project with Spring...
# spring
t
Hi guys. I'm working on my pet project with Spring MVC + Kotlin + Gradle + Idea. Suddenly, when I run the project from Idea my applications.properties are not used (regardless if I make spring boot configuration or simply run main method) and everything is crashed. The only workaround I found is manual overriding of parameters in the Spring Boot configuration. I double checked gradle config and project structure in Idea, everything seems to be correct. Could anyone point out on what else might be wrong?