All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.breuninger.boot.example.app.Server.kt Maven / Gradle / Ivy

package com.breuninger.boot.example.app

import org.springframework.boot.autoconfigure.SpringBootApplication
import org.springframework.boot.runApplication

@SpringBootApplication(scanBasePackages = ["com.breuninger.boot"])
class Server

fun main(args: Array) {
  runApplication(*args)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy