Class QueryRepositoryConfig
- java.lang.Object
-
- org.activiti.cloud.services.query.rest.config.QueryRepositoryConfig
-
- All Implemented Interfaces:
org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
@Configuration public class QueryRepositoryConfig extends Object implements org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
-
-
Constructor Summary
Constructors Constructor Description QueryRepositoryConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureRepositoryRestConfiguration(org.springframework.data.rest.core.config.RepositoryRestConfiguration config)
-
-
-
Method Detail
-
configureRepositoryRestConfiguration
public void configureRepositoryRestConfiguration(org.springframework.data.rest.core.config.RepositoryRestConfiguration config)
- Specified by:
configureRepositoryRestConfigurationin interfaceorg.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
-
-