package de.kreth.clubhelper.model; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class ClubhelperModelApplication { public static void main(String[] args) { SpringApplication.run(ClubhelperModelApplication.class, args); } }