Package com.hildeio

Class HildeIoApplication

java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
com.hildeio.HildeIoApplication
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

@SpringBootApplication public class HildeIoApplication extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Since:
20.01.2024
Version:
24.1.13

Die Startklasse HildeIoApplication erbt von der Klasse SpringBootServletInitializer.
Wird HildeIO unter einem Apache Tomcat 10 (.war) ausgefuehrt ist SpringBootServletInitializer erforderlich.

Zum Deployen der war-Datei unter Linux muss der Apache Tomcat 10 neu gestartet werden.

sudo systemctl stop tomcat
sudo systemctl status tomcat
sudo systemctl start tomcat

Author:
cdr - support@hildeio.com
  • Field Summary

    Fields inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Die Startmethode main() ist die einzige Methode dieser Startklasse.

    Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer

    configure, createRootApplicationContext, createSpringApplicationBuilder, deregisterJdbcDrivers, onStartup, run, setRegisterErrorPageFilter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HildeIoApplication

      public HildeIoApplication()
  • Method Details

    • main

      public static void main(String[] args) throws org.springframework.beans.BeansException
      Die Startmethode main() ist die einzige Methode dieser Startklasse.
      Parameters:
      args - Aufrufparameter werden keine erwartet.
      Throws:
      org.springframework.beans.BeansException - Erforderliche Exception.