Hi guys, I’m doing a Kotlin app using Spring boot....
# server
j
Hi guys, I’m doing a Kotlin app using Spring boot. The thing is gradle’s kotlin-jpa plugin doesn’t work when starting the Spring boot app from Intellij run. I’ve found a workaround here: https://stackoverflow.com/questions/43170391/no-default-constructor-for-jpa-entity-with-kotlin-even-with-noarg-plugin by running “gradle bootRun”. But I’d like to understand why it’s not working…
Nevermind, seems like it was an Intellij bug and it’s been fixed.