Skip to content

Instantly share code, notes, and snippets.

@mariusz-s
Created February 7, 2018 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariusz-s/863e5dd95646d6c4d302ea70d3118791 to your computer and use it in GitHub Desktop.
Save mariusz-s/863e5dd95646d6c4d302ea70d3118791 to your computer and use it in GitHub Desktop.
package pl.net.bluesoft;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.solr.repository.config.EnableSolrRepositories;
@ComponentScan
@EnableSolrRepositories(basePackages = {"pl.net.bluesoft.model"}, multicoreSupport = true)
@Configuration
public class SolrConfiguration {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment