#84 Example improvements. Instead of all toppings and all layers the

service returns available toppings and layers.
This commit is contained in:
Ilkka Seppala
2015-08-15 18:35:16 +03:00
parent 89cb234be9
commit 9aa831d688
5 changed files with 45 additions and 18 deletions

View File

@@ -35,7 +35,7 @@
<map>
<entry key="hibernate.dialect" value="org.hibernate.dialect.H2Dialect" />
<entry key="hibernate.hbm2ddl.auto" value="create-drop" />
<entry key="hibernate.show_sql" value="true" />
<entry key="hibernate.show_sql" value="false" />
</map>
</property>
</bean>