diff --git a/modules/export/src/main/resources/domains/ExportDemo.xml b/modules/export/src/main/resources/domains/ExportDemo.xml new file mode 100644 index 0000000..0d06002 --- /dev/null +++ b/modules/export/src/main/resources/domains/ExportDemo.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/modules/export/src/main/resources/views/ExportDemo-form.xml b/modules/export/src/main/resources/views/ExportDemo-form.xml new file mode 100644 index 0000000..1e5234c --- /dev/null +++ b/modules/export/src/main/resources/views/ExportDemo-form.xml @@ -0,0 +1,10 @@ + + +
+ + + + + +
+
diff --git a/modules/export/src/main/resources/views/ExportDemo-grid.xml b/modules/export/src/main/resources/views/ExportDemo-grid.xml new file mode 100644 index 0000000..f7b74ca --- /dev/null +++ b/modules/export/src/main/resources/views/ExportDemo-grid.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/modules/export/src/main/resources/views/actionGroup.xml b/modules/export/src/main/resources/views/actionGroup.xml index e9acd9c..3dfae9a 100644 --- a/modules/export/src/main/resources/views/actionGroup.xml +++ b/modules/export/src/main/resources/views/actionGroup.xml @@ -1,5 +1,9 @@ + + + + diff --git a/modules/export/src/main/resources/views/menu.xml b/modules/export/src/main/resources/views/menu.xml index aebacfb..237a808 100644 --- a/modules/export/src/main/resources/views/menu.xml +++ b/modules/export/src/main/resources/views/menu.xml @@ -1,4 +1,5 @@ + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ce39848..e764086 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -333,3 +333,4 @@ logging.level.com.hypaas=INFO +