Inicio
This commit is contained in:
6
src/main/resources/db.properties
Normal file
6
src/main/resources/db.properties
Normal file
@@ -0,0 +1,6 @@
|
||||
url=xmldb:exist://localhost:8080/exist/xmlrpc/db/apps/
|
||||
#importante la barra final de url
|
||||
user=
|
||||
pwd=
|
||||
driver=org.exist.xmldb.DatabaseImpl
|
||||
coleccionDepartamentos=
|
||||
24
src/main/resources/departamentos.xml
Normal file
24
src/main/resources/departamentos.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<departamentos>
|
||||
<TITULO>DATOS DE LA TABLA DEPART</TITULO>
|
||||
<DEP_ROW>
|
||||
<DEPT_NO>10</DEPT_NO>
|
||||
<DNOMBRE>CONTABILIDAD</DNOMBRE>
|
||||
<LOC>SEVILLA</LOC>
|
||||
</DEP_ROW>
|
||||
<DEP_ROW>
|
||||
<DEPT_NO>20</DEPT_NO>
|
||||
<DNOMBRE>INVESTIGACION</DNOMBRE>
|
||||
<LOC>MADRID</LOC>
|
||||
</DEP_ROW>
|
||||
<DEP_ROW>
|
||||
<DEPT_NO>30</DEPT_NO>
|
||||
<DNOMBRE>VENTAS</DNOMBRE>
|
||||
<LOC>BARCELONA</LOC>
|
||||
</DEP_ROW>
|
||||
<DEP_ROW>
|
||||
<DEPT_NO>40</DEPT_NO>
|
||||
<DNOMBRE>PRODUCCION</DNOMBRE>
|
||||
<LOC>BILBAO</LOC>
|
||||
</DEP_ROW>
|
||||
</departamentos>
|
||||
Reference in New Issue
Block a user