Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-02-14 10:34:02 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6519ae65b1cc586ba7a7f34a3e724bdd9f48b5f8
6519ae65
1 parent
288bede4
SonarCube & Javadoc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/org/legrog/configuration/SolrJConfiguration.java
src/main/java/org/legrog/configuration/SolrJConfiguration.java
View file @
6519ae6
...
...
@@ -10,12 +10,12 @@ import javax.enterprise.inject.Produces;
*/
public
class
SolrJConfiguration
{
@Produces
/**
* SolrClient injectable pour les classes en ayant besoin
*
* @return SolrClient
*/
@Produces
public
SolrClient
createSolrClient
()
{
return
new
HttpSolrClient
.
Builder
(
"http://localhost:8983/solr/publishers"
).
build
();
}
...
...
Please
register
or
login
to post a comment