Dmitry Puhovsky

Results 2 issues of Dmitry Puhovsky

In file spring-basics-course-project/src/test/resources/context_annotation_config.xml on line 11 should be `http://www.springframework.org/schema/context/spring-context-3.2.xsd"`

Resolves issue #538 The following values in the application.properties file were changed for use evironment variables: - elasticsearch.client.url=${ES_CLIENT_URL} - elasticsearch.client.port=${ES_CLIENT_PORT} - database.url=${PGS_URL} - database.username=${PGS_USER} - database.password=${PGS_PASS} - cloud.pipeline.host=${API} - cloud.pipeline.token=${API_TOKEN}