Class ActivitiGraphQLWebProperties.AutoConfiguration

  • Enclosing class:
    ActivitiGraphQLWebProperties

    @Configuration
    @PropertySource("classpath:META-INF/graphql.properties") @PropertySource(value="classpath:graphql.properties",ignoreResourceNotFound=true)
    @EnableConfigurationProperties(ActivitiGraphQLWebProperties.class)
    public static class ActivitiGraphQLWebProperties.AutoConfiguration
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AutoConfiguration

        public AutoConfiguration()