com.lsdconsulting.generatorui.LsdGeneratorUiApplication.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lsd-distributed-generator-ui-service Show documentation
Show all versions of lsd-distributed-generator-ui-service Show documentation
This is the graphical interface providing the LSD generation functionality.
package com.lsdconsulting.generatorui
import org.springframework.boot.autoconfigure.SpringBootApplication
import org.springframework.boot.runApplication
@SpringBootApplication
class LsdGeneratorUiApplication
fun main(args: Array) {
runApplication(*args)
}