Skip to content
Snippets Groups Projects
Commit ef2bafdb authored by Lorenz Boguhn's avatar Lorenz Boguhn Committed by Sören Henning
Browse files

Add own main method

parent bf531271
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,!75Base Template for Theodolite Kotlin Implementation
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