freme-project / e-Entity

Apache License 2.0
1 stars 1 forks source link

Make DBPedia Spotlight endpoint configurable #54

Closed jnehring closed 8 years ago

jnehring commented 8 years ago

Please find the part in e-Entity repo that configures the endpoint of DBPedia Spotlight. Then make it configurable via Spring externalized configuration:

http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html

The default value should be the original DBPedia Spotlight endpoint.

More documentation: http://www.mkyong.com/spring3/spring-value-default-value/

Please implement it in a branch and do not merge it in the master branch before november 12th.

josauder commented 8 years ago

Implemented in branches Broker:integration-tests and e-Entity:configurableEndpoint. See https://github.com/freme-project/Broker/issues/124 for more implementation details