Class RatpackConfiguration

  • All Implemented Interfaces:
    org.springframework.beans.factory.DisposableBean, org.springframework.boot.CommandLineRunner

    @Configuration
    @Import(ratpack.spring.config.internal.ChainConfigurers.class)
    @EnableConfigurationProperties(RatpackProperties.class)
    public class RatpackConfiguration
    extends Object
    implements org.springframework.boot.CommandLineRunner, org.springframework.beans.factory.DisposableBean
    • Constructor Detail

      • RatpackConfiguration

        public RatpackConfiguration()
    • Method Detail

      • run

        public void run​(String... args)
                 throws Exception
        Specified by:
        run in interface org.springframework.boot.CommandLineRunner
        Throws:
        Exception
      • destroy

        public void destroy()
                     throws Exception
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
        Throws:
        Exception