Skip to content
Snippets Groups Projects
Commit 95615f50 authored by Artem Dobrynin (EPAM)'s avatar Artem Dobrynin (EPAM)
Browse files

GONRG-744: Move search.Config out of os-core-common. Search, Indexer, Indexer-Queue [publish]

https://jiraeu.epam.com/browse/GONRG-744

* Changed @Value usage to @ConfigurationProperties
* Added Indexer Config
* Updated os-core-common to the version without search config
parent 17296336
No related branches found
No related tags found
1 merge request!54Move Search Config out of os-core-common (GONRG-744)
......@@ -9,6 +9,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@ConfigurationProperties
@Getter
@Setter
public class IndexerConfigurationProperties {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment