annotate artifacts/doc/conf/backend-db.xml @ 9661:9b8ba3b83a15
Importer (s/u-info) vegetation zones: new database column in vegetation_type table for german type name,
localized vegetation type names by querying the database instead of translating by resource property,
detecting and cancelling the import of a second vegetation zone file for a river,
detecting, logging, cancelling in case of wrong column titles,
detecting, logging and ignoring lines with missing (color) values,
comparing vegetation zone name and class with the database and logging+ignoring in case of inconsistencies,
starting the most elevated zone with 0 instead of -1 overflow days
author |
mschaefer |
date |
Mon, 23 Mar 2020 16:38:12 +0100 |
parents |
295b3cb5ebc8 |
children |
20456a3c92e2 |
rev |
line source |
9030
|
1 <?xml version="1.0" encoding="UTF-8" ?> |
|
2 <backend-database> |
|
3 <!-- This is the default backend db configuration. --> |
|
4 <user>d4e</user> |
|
5 <password>d4e</password> |
|
6 <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect> |
|
7 <driver>org.postgresql.Driver</driver> |
9649
|
8 <url>jdbc:postgresql://localhost:5432/d4e</url> |
9030
|
9 <validation-query>select 1 from rivers</validation-query> |
|
10 <max-wait>30000</max-wait> |
|
11 </backend-database> |