Class TavernProperties


  • @Component
    @PropertySource("classpath:application.properties")
    @ConfigurationProperties(prefix="tavern")
    public class TavernProperties
    extends java.lang.Object
    Properties for Tavern.
    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

      • TavernProperties

        public TavernProperties()