Skip to content

Instantly share code, notes, and snippets.

@mplacona
Created May 13, 2017 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mplacona/eeff90750c8bf73b3f8eddcdc67277cf to your computer and use it in GitHub Desktop.
Save mplacona/eeff90750c8bf73b3f8eddcdc67277cf to your computer and use it in GitHub Desktop.
package uk.co.placona.TwilioKotlin
import org.springframework.boot.SpringApplication
import org.springframework.boot.autoconfigure.SpringBootApplication
@SpringBootApplication
open class App
fun main(args: Array<String>) {
SpringApplication.run(App::class.java, *args)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment