Class AppConfig

java.lang.Object
com.fredriksonsound.iot_backoffice_auth.AppConfig

@Configuration
@PropertySource("classpath:/application-${AUTH_ENVIRONMENT}.properties")
public class AppConfig
extends java.lang.Object
Any spring config that needs to be done that cant be done in application.[ENVIRONMENT].properties
  • Constructor Summary

    Constructors 
    Constructor Description
    AppConfig()  
  • Method Summary

    Methods inherited from class java.lang.Object

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