diff --git a/suu-web/src/main/resources/application.properties b/suu-web/src/main/resources/application.properties index e52b498..e8f6994 100644 --- a/suu-web/src/main/resources/application.properties +++ b/suu-web/src/main/resources/application.properties @@ -1,3 +1,6 @@ # 应用服务 WEB 访问端口 server.port=8080 +# 静态资源压缩 +server.compression.enabled=true +server.compression.mime-types=text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json diff --git a/suu-web/src/main/resources/public/index.html b/suu-web/src/main/resources/public/index.html new file mode 100644 index 0000000..744205b --- /dev/null +++ b/suu-web/src/main/resources/public/index.html @@ -0,0 +1,7 @@ + + +

hello word!!!

+

this is a html page

+ unnder public + + \ No newline at end of file diff --git a/suu-web/src/main/resources/web/static/common/filetype.json b/suu-web/src/main/resources/public/static/common/filetype.json similarity index 100% rename from suu-web/src/main/resources/web/static/common/filetype.json rename to suu-web/src/main/resources/public/static/common/filetype.json diff --git a/suu-web/src/main/resources/web/static/common/image/logo.png b/suu-web/src/main/resources/public/static/common/image/logo.png similarity index 100% rename from suu-web/src/main/resources/web/static/common/image/logo.png rename to suu-web/src/main/resources/public/static/common/image/logo.png diff --git a/suu-web/src/main/resources/web/static/common/image/nopic.png b/suu-web/src/main/resources/public/static/common/image/nopic.png similarity index 100% rename from suu-web/src/main/resources/web/static/common/image/nopic.png rename to suu-web/src/main/resources/public/static/common/image/nopic.png diff --git a/suu-web/src/main/resources/web/static/common/image/water.png b/suu-web/src/main/resources/public/static/common/image/water.png similarity index 100% rename from suu-web/src/main/resources/web/static/common/image/water.png rename to suu-web/src/main/resources/public/static/common/image/water.png diff --git a/suu-web/src/main/resources/web/static/common/js/form.js b/suu-web/src/main/resources/public/static/common/js/form.js similarity index 100% rename from suu-web/src/main/resources/web/static/common/js/form.js rename to suu-web/src/main/resources/public/static/common/js/form.js diff --git a/suu-web/src/main/resources/web/static/common/js/hkcms.js b/suu-web/src/main/resources/public/static/common/js/hkcms.js similarity index 100% rename from suu-web/src/main/resources/web/static/common/js/hkcms.js rename to suu-web/src/main/resources/public/static/common/js/hkcms.js diff --git a/suu-web/src/main/resources/web/static/common/js/table.js b/suu-web/src/main/resources/public/static/common/js/table.js similarity index 100% rename from suu-web/src/main/resources/web/static/common/js/table.js rename to suu-web/src/main/resources/public/static/common/js/table.js diff --git a/suu-web/src/main/resources/web/static/common/user/css/style.css b/suu-web/src/main/resources/public/static/common/user/css/style.css similarity index 100% rename from suu-web/src/main/resources/web/static/common/user/css/style.css rename to suu-web/src/main/resources/public/static/common/user/css/style.css diff --git a/suu-web/src/main/resources/web/static/common/user/js/main.js b/suu-web/src/main/resources/public/static/common/user/js/main.js similarity index 100% rename from suu-web/src/main/resources/web/static/common/user/js/main.js rename to suu-web/src/main/resources/public/static/common/user/js/main.js diff --git a/suu-web/src/main/resources/web/static/libs/.gitkeep b/suu-web/src/main/resources/public/static/libs/.gitkeep similarity index 100% rename from suu-web/src/main/resources/web/static/libs/.gitkeep rename to suu-web/src/main/resources/public/static/libs/.gitkeep diff --git a/suu-web/src/main/resources/web/static/libs/OverlayScrollbars/OverlayScrollbars.css b/suu-web/src/main/resources/public/static/libs/OverlayScrollbars/OverlayScrollbars.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/OverlayScrollbars/OverlayScrollbars.css rename to suu-web/src/main/resources/public/static/libs/OverlayScrollbars/OverlayScrollbars.css diff --git a/suu-web/src/main/resources/web/static/libs/OverlayScrollbars/jquery.overlayScrollbars.min.js b/suu-web/src/main/resources/public/static/libs/OverlayScrollbars/jquery.overlayScrollbars.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/OverlayScrollbars/jquery.overlayScrollbars.min.js rename to suu-web/src/main/resources/public/static/libs/OverlayScrollbars/jquery.overlayScrollbars.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-colorpicker/bootstrap-colorpicker.js b/suu-web/src/main/resources/public/static/libs/bootstrap-colorpicker/bootstrap-colorpicker.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-colorpicker/bootstrap-colorpicker.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-colorpicker/bootstrap-colorpicker.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-colorpicker/bootstrap-colorpicker.min.css b/suu-web/src/main/resources/public/static/libs/bootstrap-colorpicker/bootstrap-colorpicker.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-colorpicker/bootstrap-colorpicker.min.css rename to suu-web/src/main/resources/public/static/libs/bootstrap-colorpicker/bootstrap-colorpicker.min.css diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-select/css/bootstrap-select.min.css b/suu-web/src/main/resources/public/static/libs/bootstrap-select/css/bootstrap-select.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-select/css/bootstrap-select.min.css rename to suu-web/src/main/resources/public/static/libs/bootstrap-select/css/bootstrap-select.min.css diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-select/js/bootstrap-select.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-select/js/bootstrap-select.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-select/js/bootstrap-select.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-select/js/bootstrap-select.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/bootstrap-table.min.css b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/bootstrap-table.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/bootstrap-table.min.css rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/bootstrap-table.min.css diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/bootstrap-table.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/bootstrap-table.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/bootstrap-table.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/bootstrap-table.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/accent-neutralise/bootstrap-table-accent-neutralise.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/accent-neutralise/bootstrap-table-accent-neutralise.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/accent-neutralise/bootstrap-table-accent-neutralise.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/accent-neutralise/bootstrap-table-accent-neutralise.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/addrbar/bootstrap-table-addrbar.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/addrbar/bootstrap-table-addrbar.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/addrbar/bootstrap-table-addrbar.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/addrbar/bootstrap-table-addrbar.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/cell-input/bootstrap-table-cell-input.min.css b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/cell-input/bootstrap-table-cell-input.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/cell-input/bootstrap-table-cell-input.min.css rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/cell-input/bootstrap-table-cell-input.min.css diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/cell-input/bootstrap-table-cell-input.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/cell-input/bootstrap-table-cell-input.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/cell-input/bootstrap-table-cell-input.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/cell-input/bootstrap-table-cell-input.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/cookie/bootstrap-table-cookie.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/cookie/bootstrap-table-cookie.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/cookie/bootstrap-table-cookie.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/cookie/bootstrap-table-cookie.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/copy-rows/bootstrap-table-copy-rows.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/copy-rows/bootstrap-table-copy-rows.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/copy-rows/bootstrap-table-copy-rows.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/copy-rows/bootstrap-table-copy-rows.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/defer-url/bootstrap-table-defer-url.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/defer-url/bootstrap-table-defer-url.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/defer-url/bootstrap-table-defer-url.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/defer-url/bootstrap-table-defer-url.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/editable/bootstrap-table-editable.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/editable/bootstrap-table-editable.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/editable/bootstrap-table-editable.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/editable/bootstrap-table-editable.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/export/bootstrap-table-export.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/export/bootstrap-table-export.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/export/bootstrap-table-export.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/export/bootstrap-table-export.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/filter-control/bootstrap-table-filter-control.min.css b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/filter-control/bootstrap-table-filter-control.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/filter-control/bootstrap-table-filter-control.min.css rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/filter-control/bootstrap-table-filter-control.min.css diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/filter-control/bootstrap-table-filter-control.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/filter-control/bootstrap-table-filter-control.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/filter-control/bootstrap-table-filter-control.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/filter-control/bootstrap-table-filter-control.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/fixed-columns/bootstrap-table-fixed-columns.min.css b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/fixed-columns/bootstrap-table-fixed-columns.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/fixed-columns/bootstrap-table-fixed-columns.min.css rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/fixed-columns/bootstrap-table-fixed-columns.min.css diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/fixed-columns/bootstrap-table-fixed-columns.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/fixed-columns/bootstrap-table-fixed-columns.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/fixed-columns/bootstrap-table-fixed-columns.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/fixed-columns/bootstrap-table-fixed-columns.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/group-by-v2/bootstrap-table-group-by.min.css b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/group-by-v2/bootstrap-table-group-by.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/group-by-v2/bootstrap-table-group-by.min.css rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/group-by-v2/bootstrap-table-group-by.min.css diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/group-by-v2/bootstrap-table-group-by.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/group-by-v2/bootstrap-table-group-by.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/group-by-v2/bootstrap-table-group-by.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/group-by-v2/bootstrap-table-group-by.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/key-events/bootstrap-table-key-events.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/key-events/bootstrap-table-key-events.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/key-events/bootstrap-table-key-events.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/key-events/bootstrap-table-key-events.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/mobile/bootstrap-table-mobile.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/mobile/bootstrap-table-mobile.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/mobile/bootstrap-table-mobile.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/mobile/bootstrap-table-mobile.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/page-jump-to/bootstrap-table-page-jump-to.min.css b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/page-jump-to/bootstrap-table-page-jump-to.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/page-jump-to/bootstrap-table-page-jump-to.min.css rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/page-jump-to/bootstrap-table-page-jump-to.min.css diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/pipeline/bootstrap-table-pipeline.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/pipeline/bootstrap-table-pipeline.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/pipeline/bootstrap-table-pipeline.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/pipeline/bootstrap-table-pipeline.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/print/bootstrap-table-print.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/print/bootstrap-table-print.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/print/bootstrap-table-print.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/print/bootstrap-table-print.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/reorder-rows/bootstrap-table-reorder-rows.min.css b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/reorder-rows/bootstrap-table-reorder-rows.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/reorder-rows/bootstrap-table-reorder-rows.min.css rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/reorder-rows/bootstrap-table-reorder-rows.min.css diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/resizable/bootstrap-table-resizable.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/resizable/bootstrap-table-resizable.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/resizable/bootstrap-table-resizable.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/resizable/bootstrap-table-resizable.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/sticky-header/bootstrap-table-sticky-header.min.css b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/sticky-header/bootstrap-table-sticky-header.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/sticky-header/bootstrap-table-sticky-header.min.css rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/sticky-header/bootstrap-table-sticky-header.min.css diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/sticky-header/bootstrap-table-sticky-header.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/sticky-header/bootstrap-table-sticky-header.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/sticky-header/bootstrap-table-sticky-header.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/sticky-header/bootstrap-table-sticky-header.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/toolbar/bootstrap-table-toolbar.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/toolbar/bootstrap-table-toolbar.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/toolbar/bootstrap-table-toolbar.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/toolbar/bootstrap-table-toolbar.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/treegrid/bootstrap-table-treegrid.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/treegrid/bootstrap-table-treegrid.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/extensions/treegrid/bootstrap-table-treegrid.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/extensions/treegrid/bootstrap-table-treegrid.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/locale/bootstrap-table-en.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/locale/bootstrap-table-en.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/locale/bootstrap-table-en.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/locale/bootstrap-table-en.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap-table-master/locale/bootstrap-table-zh-cn.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap-table-master/locale/bootstrap-table-zh-cn.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap-table-master/locale/bootstrap-table-zh-cn.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap-table-master/locale/bootstrap-table-zh-cn.min.js diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap/css/bootstrap.min.css b/suu-web/src/main/resources/public/static/libs/bootstrap/css/bootstrap.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap/css/bootstrap.min.css rename to suu-web/src/main/resources/public/static/libs/bootstrap/css/bootstrap.min.css diff --git a/suu-web/src/main/resources/web/static/libs/bootstrap/js/bootstrap.bundle.min.js b/suu-web/src/main/resources/public/static/libs/bootstrap/js/bootstrap.bundle.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/bootstrap/js/bootstrap.bundle.min.js rename to suu-web/src/main/resources/public/static/libs/bootstrap/js/bootstrap.bundle.min.js diff --git a/suu-web/src/main/resources/web/static/libs/codemirror/lib/codemirror.css b/suu-web/src/main/resources/public/static/libs/codemirror/lib/codemirror.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/codemirror/lib/codemirror.css rename to suu-web/src/main/resources/public/static/libs/codemirror/lib/codemirror.css diff --git a/suu-web/src/main/resources/web/static/libs/codemirror/lib/codemirror.js b/suu-web/src/main/resources/public/static/libs/codemirror/lib/codemirror.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/codemirror/lib/codemirror.js rename to suu-web/src/main/resources/public/static/libs/codemirror/lib/codemirror.js diff --git a/suu-web/src/main/resources/web/static/libs/codemirror/mode/css/css.js b/suu-web/src/main/resources/public/static/libs/codemirror/mode/css/css.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/codemirror/mode/css/css.js rename to suu-web/src/main/resources/public/static/libs/codemirror/mode/css/css.js diff --git a/suu-web/src/main/resources/web/static/libs/codemirror/mode/htmlmixed/htmlmixed.js b/suu-web/src/main/resources/public/static/libs/codemirror/mode/htmlmixed/htmlmixed.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/codemirror/mode/htmlmixed/htmlmixed.js rename to suu-web/src/main/resources/public/static/libs/codemirror/mode/htmlmixed/htmlmixed.js diff --git a/suu-web/src/main/resources/web/static/libs/codemirror/mode/javascript/javascript.js b/suu-web/src/main/resources/public/static/libs/codemirror/mode/javascript/javascript.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/codemirror/mode/javascript/javascript.js rename to suu-web/src/main/resources/public/static/libs/codemirror/mode/javascript/javascript.js diff --git a/suu-web/src/main/resources/web/static/libs/codemirror/mode/xml/xml.js b/suu-web/src/main/resources/public/static/libs/codemirror/mode/xml/xml.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/codemirror/mode/xml/xml.js rename to suu-web/src/main/resources/public/static/libs/codemirror/mode/xml/xml.js diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/css/all.min.css b/suu-web/src/main/resources/public/static/libs/fontawesome-free/css/all.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/css/all.min.css rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/css/all.min.css diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-brands-400.eot b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-brands-400.eot similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-brands-400.eot rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-brands-400.eot diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-brands-400.svg b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-brands-400.svg similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-brands-400.svg rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-brands-400.svg diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-brands-400.ttf b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-brands-400.ttf similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-brands-400.ttf rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-brands-400.ttf diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-brands-400.woff b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-brands-400.woff similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-brands-400.woff rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-brands-400.woff diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-brands-400.woff2 b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-brands-400.woff2 similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-brands-400.woff2 rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-brands-400.woff2 diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-regular-400.eot b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-regular-400.eot similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-regular-400.eot rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-regular-400.eot diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-regular-400.svg b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-regular-400.svg similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-regular-400.svg rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-regular-400.svg diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-regular-400.ttf b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-regular-400.ttf similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-regular-400.ttf rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-regular-400.ttf diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-regular-400.woff b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-regular-400.woff similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-regular-400.woff rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-regular-400.woff diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-regular-400.woff2 b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-regular-400.woff2 similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-regular-400.woff2 rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-regular-400.woff2 diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-solid-900.eot b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-solid-900.eot similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-solid-900.eot rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-solid-900.eot diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-solid-900.svg b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-solid-900.svg similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-solid-900.svg rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-solid-900.svg diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-solid-900.ttf b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-solid-900.ttf similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-solid-900.ttf rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-solid-900.ttf diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-solid-900.woff b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-solid-900.woff similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-solid-900.woff rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-solid-900.woff diff --git a/suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-solid-900.woff2 b/suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-solid-900.woff2 similarity index 100% rename from suu-web/src/main/resources/web/static/libs/fontawesome-free/webfonts/fa-solid-900.woff2 rename to suu-web/src/main/resources/public/static/libs/fontawesome-free/webfonts/fa-solid-900.woff2 diff --git a/suu-web/src/main/resources/web/static/libs/jquery-fileupload/jquery.fileupload.js b/suu-web/src/main/resources/public/static/libs/jquery-fileupload/jquery.fileupload.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jquery-fileupload/jquery.fileupload.js rename to suu-web/src/main/resources/public/static/libs/jquery-fileupload/jquery.fileupload.js diff --git a/suu-web/src/main/resources/web/static/libs/jquery-fileupload/jquery.ui.widget.js b/suu-web/src/main/resources/public/static/libs/jquery-fileupload/jquery.ui.widget.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jquery-fileupload/jquery.ui.widget.js rename to suu-web/src/main/resources/public/static/libs/jquery-fileupload/jquery.ui.widget.js diff --git a/suu-web/src/main/resources/web/static/libs/jquery-ui/jquery-ui.min.css b/suu-web/src/main/resources/public/static/libs/jquery-ui/jquery-ui.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jquery-ui/jquery-ui.min.css rename to suu-web/src/main/resources/public/static/libs/jquery-ui/jquery-ui.min.css diff --git a/suu-web/src/main/resources/web/static/libs/jquery-ui/jquery-ui.min.js b/suu-web/src/main/resources/public/static/libs/jquery-ui/jquery-ui.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jquery-ui/jquery-ui.min.js rename to suu-web/src/main/resources/public/static/libs/jquery-ui/jquery-ui.min.js diff --git a/suu-web/src/main/resources/web/static/libs/jquery/jquery.min.js b/suu-web/src/main/resources/public/static/libs/jquery/jquery.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jquery/jquery.min.js rename to suu-web/src/main/resources/public/static/libs/jquery/jquery.min.js diff --git a/suu-web/src/main/resources/web/static/libs/jstree/jstree.min.js b/suu-web/src/main/resources/public/static/libs/jstree/jstree.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jstree/jstree.min.js rename to suu-web/src/main/resources/public/static/libs/jstree/jstree.min.js diff --git a/suu-web/src/main/resources/web/static/libs/jstree/themes/default-dark/32px.png b/suu-web/src/main/resources/public/static/libs/jstree/themes/default-dark/32px.png similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jstree/themes/default-dark/32px.png rename to suu-web/src/main/resources/public/static/libs/jstree/themes/default-dark/32px.png diff --git a/suu-web/src/main/resources/web/static/libs/jstree/themes/default-dark/40px.png b/suu-web/src/main/resources/public/static/libs/jstree/themes/default-dark/40px.png similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jstree/themes/default-dark/40px.png rename to suu-web/src/main/resources/public/static/libs/jstree/themes/default-dark/40px.png diff --git a/suu-web/src/main/resources/web/static/libs/jstree/themes/default-dark/style.css b/suu-web/src/main/resources/public/static/libs/jstree/themes/default-dark/style.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jstree/themes/default-dark/style.css rename to suu-web/src/main/resources/public/static/libs/jstree/themes/default-dark/style.css diff --git a/suu-web/src/main/resources/web/static/libs/jstree/themes/default-dark/style.min.css b/suu-web/src/main/resources/public/static/libs/jstree/themes/default-dark/style.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jstree/themes/default-dark/style.min.css rename to suu-web/src/main/resources/public/static/libs/jstree/themes/default-dark/style.min.css diff --git a/suu-web/src/main/resources/web/static/libs/jstree/themes/default-dark/throbber.gif b/suu-web/src/main/resources/public/static/libs/jstree/themes/default-dark/throbber.gif similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jstree/themes/default-dark/throbber.gif rename to suu-web/src/main/resources/public/static/libs/jstree/themes/default-dark/throbber.gif diff --git a/suu-web/src/main/resources/web/static/libs/jstree/themes/default/32px.png b/suu-web/src/main/resources/public/static/libs/jstree/themes/default/32px.png similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jstree/themes/default/32px.png rename to suu-web/src/main/resources/public/static/libs/jstree/themes/default/32px.png diff --git a/suu-web/src/main/resources/web/static/libs/jstree/themes/default/40px.png b/suu-web/src/main/resources/public/static/libs/jstree/themes/default/40px.png similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jstree/themes/default/40px.png rename to suu-web/src/main/resources/public/static/libs/jstree/themes/default/40px.png diff --git a/suu-web/src/main/resources/web/static/libs/jstree/themes/default/style.css b/suu-web/src/main/resources/public/static/libs/jstree/themes/default/style.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jstree/themes/default/style.css rename to suu-web/src/main/resources/public/static/libs/jstree/themes/default/style.css diff --git a/suu-web/src/main/resources/web/static/libs/jstree/themes/default/style.min.css b/suu-web/src/main/resources/public/static/libs/jstree/themes/default/style.min.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jstree/themes/default/style.min.css rename to suu-web/src/main/resources/public/static/libs/jstree/themes/default/style.min.css diff --git a/suu-web/src/main/resources/web/static/libs/jstree/themes/default/throbber.gif b/suu-web/src/main/resources/public/static/libs/jstree/themes/default/throbber.gif similarity index 100% rename from suu-web/src/main/resources/web/static/libs/jstree/themes/default/throbber.gif rename to suu-web/src/main/resources/public/static/libs/jstree/themes/default/throbber.gif diff --git a/suu-web/src/main/resources/web/static/libs/laydate/laydate.js b/suu-web/src/main/resources/public/static/libs/laydate/laydate.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/laydate/laydate.js rename to suu-web/src/main/resources/public/static/libs/laydate/laydate.js diff --git a/suu-web/src/main/resources/web/static/libs/laydate/theme/default/font/iconfont.eot b/suu-web/src/main/resources/public/static/libs/laydate/theme/default/font/iconfont.eot similarity index 100% rename from suu-web/src/main/resources/web/static/libs/laydate/theme/default/font/iconfont.eot rename to suu-web/src/main/resources/public/static/libs/laydate/theme/default/font/iconfont.eot diff --git a/suu-web/src/main/resources/web/static/libs/laydate/theme/default/font/iconfont.svg b/suu-web/src/main/resources/public/static/libs/laydate/theme/default/font/iconfont.svg similarity index 100% rename from suu-web/src/main/resources/web/static/libs/laydate/theme/default/font/iconfont.svg rename to suu-web/src/main/resources/public/static/libs/laydate/theme/default/font/iconfont.svg diff --git a/suu-web/src/main/resources/web/static/libs/laydate/theme/default/font/iconfont.ttf b/suu-web/src/main/resources/public/static/libs/laydate/theme/default/font/iconfont.ttf similarity index 100% rename from suu-web/src/main/resources/web/static/libs/laydate/theme/default/font/iconfont.ttf rename to suu-web/src/main/resources/public/static/libs/laydate/theme/default/font/iconfont.ttf diff --git a/suu-web/src/main/resources/web/static/libs/laydate/theme/default/font/iconfont.woff b/suu-web/src/main/resources/public/static/libs/laydate/theme/default/font/iconfont.woff similarity index 100% rename from suu-web/src/main/resources/web/static/libs/laydate/theme/default/font/iconfont.woff rename to suu-web/src/main/resources/public/static/libs/laydate/theme/default/font/iconfont.woff diff --git a/suu-web/src/main/resources/web/static/libs/laydate/theme/default/laydate.css b/suu-web/src/main/resources/public/static/libs/laydate/theme/default/laydate.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/laydate/theme/default/laydate.css rename to suu-web/src/main/resources/public/static/libs/laydate/theme/default/laydate.css diff --git a/suu-web/src/main/resources/web/static/libs/layer/layer.js b/suu-web/src/main/resources/public/static/libs/layer/layer.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/layer.js rename to suu-web/src/main/resources/public/static/libs/layer/layer.js diff --git a/suu-web/src/main/resources/web/static/libs/layer/mobile/layer.js b/suu-web/src/main/resources/public/static/libs/layer/mobile/layer.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/mobile/layer.js rename to suu-web/src/main/resources/public/static/libs/layer/mobile/layer.js diff --git a/suu-web/src/main/resources/web/static/libs/layer/mobile/need/layer.css b/suu-web/src/main/resources/public/static/libs/layer/mobile/need/layer.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/mobile/need/layer.css rename to suu-web/src/main/resources/public/static/libs/layer/mobile/need/layer.css diff --git a/suu-web/src/main/resources/web/static/libs/layer/theme/admin/icon-ext.png b/suu-web/src/main/resources/public/static/libs/layer/theme/admin/icon-ext.png similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/theme/admin/icon-ext.png rename to suu-web/src/main/resources/public/static/libs/layer/theme/admin/icon-ext.png diff --git a/suu-web/src/main/resources/web/static/libs/layer/theme/admin/icon.png b/suu-web/src/main/resources/public/static/libs/layer/theme/admin/icon.png similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/theme/admin/icon.png rename to suu-web/src/main/resources/public/static/libs/layer/theme/admin/icon.png diff --git a/suu-web/src/main/resources/web/static/libs/layer/theme/admin/layer.css b/suu-web/src/main/resources/public/static/libs/layer/theme/admin/layer.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/theme/admin/layer.css rename to suu-web/src/main/resources/public/static/libs/layer/theme/admin/layer.css diff --git a/suu-web/src/main/resources/web/static/libs/layer/theme/admin/loading-0.gif b/suu-web/src/main/resources/public/static/libs/layer/theme/admin/loading-0.gif similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/theme/admin/loading-0.gif rename to suu-web/src/main/resources/public/static/libs/layer/theme/admin/loading-0.gif diff --git a/suu-web/src/main/resources/web/static/libs/layer/theme/admin/loading-1.gif b/suu-web/src/main/resources/public/static/libs/layer/theme/admin/loading-1.gif similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/theme/admin/loading-1.gif rename to suu-web/src/main/resources/public/static/libs/layer/theme/admin/loading-1.gif diff --git a/suu-web/src/main/resources/web/static/libs/layer/theme/admin/loading-2.gif b/suu-web/src/main/resources/public/static/libs/layer/theme/admin/loading-2.gif similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/theme/admin/loading-2.gif rename to suu-web/src/main/resources/public/static/libs/layer/theme/admin/loading-2.gif diff --git a/suu-web/src/main/resources/web/static/libs/layer/theme/default/icon-ext.png b/suu-web/src/main/resources/public/static/libs/layer/theme/default/icon-ext.png similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/theme/default/icon-ext.png rename to suu-web/src/main/resources/public/static/libs/layer/theme/default/icon-ext.png diff --git a/suu-web/src/main/resources/web/static/libs/layer/theme/default/icon.png b/suu-web/src/main/resources/public/static/libs/layer/theme/default/icon.png similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/theme/default/icon.png rename to suu-web/src/main/resources/public/static/libs/layer/theme/default/icon.png diff --git a/suu-web/src/main/resources/web/static/libs/layer/theme/default/layer.css b/suu-web/src/main/resources/public/static/libs/layer/theme/default/layer.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/theme/default/layer.css rename to suu-web/src/main/resources/public/static/libs/layer/theme/default/layer.css diff --git a/suu-web/src/main/resources/web/static/libs/layer/theme/default/loading-0.gif b/suu-web/src/main/resources/public/static/libs/layer/theme/default/loading-0.gif similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/theme/default/loading-0.gif rename to suu-web/src/main/resources/public/static/libs/layer/theme/default/loading-0.gif diff --git a/suu-web/src/main/resources/web/static/libs/layer/theme/default/loading-1.gif b/suu-web/src/main/resources/public/static/libs/layer/theme/default/loading-1.gif similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/theme/default/loading-1.gif rename to suu-web/src/main/resources/public/static/libs/layer/theme/default/loading-1.gif diff --git a/suu-web/src/main/resources/web/static/libs/layer/theme/default/loading-2.gif b/suu-web/src/main/resources/public/static/libs/layer/theme/default/loading-2.gif similarity index 100% rename from suu-web/src/main/resources/web/static/libs/layer/theme/default/loading-2.gif rename to suu-web/src/main/resources/public/static/libs/layer/theme/default/loading-2.gif diff --git a/suu-web/src/main/resources/web/static/libs/momentjs/moment.js b/suu-web/src/main/resources/public/static/libs/momentjs/moment.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/momentjs/moment.js rename to suu-web/src/main/resources/public/static/libs/momentjs/moment.js diff --git a/suu-web/src/main/resources/web/static/libs/nice-validator/images/loading.gif b/suu-web/src/main/resources/public/static/libs/nice-validator/images/loading.gif similarity index 100% rename from suu-web/src/main/resources/web/static/libs/nice-validator/images/loading.gif rename to suu-web/src/main/resources/public/static/libs/nice-validator/images/loading.gif diff --git a/suu-web/src/main/resources/web/static/libs/nice-validator/images/validator_default.png b/suu-web/src/main/resources/public/static/libs/nice-validator/images/validator_default.png similarity index 100% rename from suu-web/src/main/resources/web/static/libs/nice-validator/images/validator_default.png rename to suu-web/src/main/resources/public/static/libs/nice-validator/images/validator_default.png diff --git a/suu-web/src/main/resources/web/static/libs/nice-validator/images/validator_simple.png b/suu-web/src/main/resources/public/static/libs/nice-validator/images/validator_simple.png similarity index 100% rename from suu-web/src/main/resources/web/static/libs/nice-validator/images/validator_simple.png rename to suu-web/src/main/resources/public/static/libs/nice-validator/images/validator_simple.png diff --git a/suu-web/src/main/resources/web/static/libs/nice-validator/jquery.validator.css b/suu-web/src/main/resources/public/static/libs/nice-validator/jquery.validator.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/nice-validator/jquery.validator.css rename to suu-web/src/main/resources/public/static/libs/nice-validator/jquery.validator.css diff --git a/suu-web/src/main/resources/web/static/libs/nice-validator/jquery.validator.min.js b/suu-web/src/main/resources/public/static/libs/nice-validator/jquery.validator.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/nice-validator/jquery.validator.min.js rename to suu-web/src/main/resources/public/static/libs/nice-validator/jquery.validator.min.js diff --git a/suu-web/src/main/resources/web/static/libs/nice-validator/local/en.js b/suu-web/src/main/resources/public/static/libs/nice-validator/local/en.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/nice-validator/local/en.js rename to suu-web/src/main/resources/public/static/libs/nice-validator/local/en.js diff --git a/suu-web/src/main/resources/web/static/libs/nice-validator/local/zh-cn.js b/suu-web/src/main/resources/public/static/libs/nice-validator/local/zh-cn.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/nice-validator/local/zh-cn.js rename to suu-web/src/main/resources/public/static/libs/nice-validator/local/zh-cn.js diff --git a/suu-web/src/main/resources/web/static/libs/require/css.min.js b/suu-web/src/main/resources/public/static/libs/require/css.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/require/css.min.js rename to suu-web/src/main/resources/public/static/libs/require/css.min.js diff --git a/suu-web/src/main/resources/web/static/libs/require/require.js b/suu-web/src/main/resources/public/static/libs/require/require.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/require/require.js rename to suu-web/src/main/resources/public/static/libs/require/require.js diff --git a/suu-web/src/main/resources/web/static/libs/selectpage/selectpage.css b/suu-web/src/main/resources/public/static/libs/selectpage/selectpage.css similarity index 100% rename from suu-web/src/main/resources/web/static/libs/selectpage/selectpage.css rename to suu-web/src/main/resources/public/static/libs/selectpage/selectpage.css diff --git a/suu-web/src/main/resources/web/static/libs/selectpage/selectpage.min.js b/suu-web/src/main/resources/public/static/libs/selectpage/selectpage.min.js similarity index 100% rename from suu-web/src/main/resources/web/static/libs/selectpage/selectpage.min.js rename to suu-web/src/main/resources/public/static/libs/selectpage/selectpage.min.js diff --git a/suu-web/src/main/resources/web/index.html b/suu-web/src/main/resources/static.000/index.html similarity index 100% rename from suu-web/src/main/resources/web/index.html rename to suu-web/src/main/resources/static.000/index.html