java.lang.IllegalArgumentException: Environment must not be null
问题 I try to setup a basic SolrRepository app and Have this error during ApplicationContext load : Caused by: java.lang.IllegalArgumentException: Environment must not be null! at org.springframework.util.Assert.notNull(Assert.java:112) at org.springframework.data.repository.config.RepositoryConfigurationSourceSupport.<init>(RepositoryConfigurationSourceSupport.java:50) at org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource.<init>