0

Подготовка к работе отдельно от IDE

This commit is contained in:
2017-06-02 12:13:42 +03:00
parent d61867f1c1
commit 97d0d2e680
2 changed files with 29 additions and 0 deletions

View File

@@ -12,8 +12,10 @@
<property name="locations">
<list>
<value>classpath:application.properties</value>
<value>file:application.properties</value>
</list>
</property>
<property name="ignoreUnresolvablePlaceholders" value="true"/>
</bean>
<mongo:mongo id="mongo" host="${mongo.host}" port="${mongo.port}"/>