Class CaptainProperties


  • @Component
    @PropertySource("classpath:application.properties")
    @ConfigurationProperties(prefix="captain")
    public class CaptainProperties
    extends java.lang.Object
    Captain properties.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2018 Created on May 21, 2018
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CaptainProperties

        public CaptainProperties()