<@U8K9QF77U> <@U0BUH9FRD> I had the exact same iss...
# spring
h
@fabricio @sdeleuze I had the exact same issue with 1.2.20 (Data source config not found) – the culprit seems to be the incremental compilation of the Kotlin compiler. It wipes the resources directory during compilation, so when you run the final JAR no properties/yaml are found. https://youtrack.jetbrains.com/issue/KT-21581 (& Duplicates)
s
I have added a comment to highlight this is an issue that impact a lot of people