Skip to content
Snippets Groups Projects
Commit ba6fb220 authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Add own main method

parent 8afc3860
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus,!78Resolve "Implement Quarkus/Kotlin protype"
package theodolite
import io.quarkus.runtime.annotations.QuarkusMain
@QuarkusMain
object Main {
@JvmStatic
fun main(args: Array<String>) {
println("Running main method")
//Quarkus.run()
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment