Class BuildingProperties


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

      • Methods inherited from class java.lang.Object

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

      • BuildingProperties

        public BuildingProperties()