Hey guys, is the process of hosting a spring appli...
# server
j
Hey guys, is the process of hosting a spring application built with Kotlin same as java?
a
yes, you just build a jar/war and host it the same way.
👍 2
j
@Arian Stolwijk applies the same when you have a database? I'm trying to host a spring backend built with Kotlin in heroku.
a
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.
s
Same thing yeah