Are there any guides on how to configure multiple ...
# spring
s
Are there any guides on how to configure multiple datasources with Kotlin and Spring? I'm trying to follow Java-guide, but I'm having issues with the naming strategy of the Entities. It translates "TableName" to "tablename" instead of "table_name".
n
you should check hibernate and spring naming strategies and this is not kotlin related 😉