Skip to content

Instantly share code, notes, and snippets.

@mplacona
Created May 13, 2017 11:23
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/31a4c1f2a2e645c432717b5f353ae915 to your computer and use it in GitHub Desktop.
Save mplacona/31a4c1f2a2e645c432717b5f353ae915 to your computer and use it in GitHub Desktop.
package uk.co.placona.TwilioKotlin
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class SMSController {
@RequestMapping(value = "/")
fun helloSpringBoot() = "Hello Spring Boot"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment