Class StartupService


  • @Service
    public class StartupService
    extends java.lang.Object
    Various service required at application start.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2018 Created on Mar 23, 2018
    • Constructor Summary

      Constructors 
      Constructor Description
      StartupService()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean checkVersion()
      Check the minimum version requirement for the application.
      void logEnvironment()
      Log some basic evironment information.
      • Methods inherited from class java.lang.Object

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

      • StartupService

        public StartupService()
    • Method Detail

      • checkVersion

        public boolean checkVersion()
        Check the minimum version requirement for the application.
        Returns:
        true if the Java version is supported.
      • logEnvironment

        public void logEnvironment()
        Log some basic evironment information.