Hey guys, is the process of hosting a spring application built with Kotlin same as java?
a
Arian Stolwijk
10/07/2019, 10:40 AM
yes, you just build a jar/war and host it the same way.
👍 2
j
Jabez Magomere
10/07/2019, 11:17 AM
@Arian Stolwijk applies the same when you have a database? I'm trying to host a spring backend built with Kotlin in heroku.
a
Arian Stolwijk
10/07/2019, 11:29 AM
yes, I don't see why it would be different, if you create the datasources with java/kotlin, you probably use the same spring APIs to create the connection with the database.