Skip to content
Snippets Groups Projects
SchleicherhofPmsApplication.java 325 B
Newer Older
Johannes Wilhelm's avatar
Johannes Wilhelm committed
package de.thd.pms;
Johannes Wilhelm's avatar
ok
Johannes Wilhelm committed

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
Johannes Wilhelm's avatar
Johannes Wilhelm committed

Johannes Wilhelm's avatar
ok
Johannes Wilhelm committed
@SpringBootApplication
Johannes Wilhelm's avatar
Johannes Wilhelm committed

Johannes Wilhelm's avatar
Johannes Wilhelm committed

Johannes Wilhelm's avatar
ok
Johannes Wilhelm committed
public class SchleicherhofPmsApplication {

	public static void main(String[] args) {
		SpringApplication.run(SchleicherhofPmsApplication.class, args);
	}

}