Skip to content

Instantly share code, notes, and snippets.

@IvanZelenskyy
IvanZelenskyy / demo.kt
Last active September 2, 2017 16:48 — forked from anonymous/demo.kt
Try Kotlin with spring-boot 2.0.0M3
package com.example.demo
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.boot.SpringApplication
import org.springframework.boot.autoconfigure.EnableAutoConfiguration
import org.springframework.boot.autoconfigure.SpringBootApplication
import org.springframework.stereotype.Service
import org.springframework.web.bind.annotation.*
@SpringBootApplication