Class Dokumentenpostfach
- java.lang.Object
-
- org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach
-
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@EnableMongoRepositories @SpringBootApplication(exclude=org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration.class) public class Dokumentenpostfach extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Main Klassen zum Start des Dokumentenpostfachs-Backend.
-
-
Constructor Summary
Constructors Constructor Description Dokumentenpostfach()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.boot.builder.SpringApplicationBuilder
configure(org.springframework.boot.builder.SpringApplicationBuilder application)
static void
main(String[] args)
Main-Methode, die das Dokumentenpostfach Backend startet.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Main-Methode, die das Dokumentenpostfach Backend startet.- Parameters:
args
- Argumente
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder application)
- Overrides:
configure
in classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
-