└── src └── main ├── webapp ├── static │ ├── uadmin │ │ ├── js │ │ │ ├── table-export.js │ │ │ ├── page-gallery.js │ │ │ ├── table-action.js │ │ │ ├── email-compose-mail.js │ │ │ ├── extra-profile.js │ │ │ ├── table-filter.js │ │ │ ├── ui-generals.js │ │ │ ├── animation.js │ │ │ ├── ui-portlets.js │ │ │ ├── ui-editors.js │ │ │ ├── page-contact.js │ │ │ ├── table-datatables.js │ │ │ ├── form-validation.js │ │ │ └── email-inbox.js │ │ └── images │ │ │ ├── bg │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ └── 3.jpg │ │ │ └── gallery │ │ │ ├── 1.jpg │ │ │ ├── 13.jpg │ │ │ ├── 2.jpg │ │ │ └── 3.jpg │ ├── vendors │ │ ├── ueditor │ │ │ ├── themes │ │ │ │ ├── iframe.css │ │ │ │ └── default │ │ │ │ │ └── images │ │ │ │ │ ├── lock.gif │ │ │ │ │ ├── word.gif │ │ │ │ │ ├── anchor.gif │ │ │ │ │ ├── arrow.png │ │ │ │ │ ├── charts.png │ │ │ │ │ ├── icons.gif │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── scale.png │ │ │ │ │ ├── spacer.gif │ │ │ │ │ ├── upload.png │ │ │ │ │ ├── arrow_up.png │ │ │ │ │ ├── button-bg.gif │ │ │ │ │ ├── cursor_h.gif │ │ │ │ │ ├── cursor_h.png │ │ │ │ │ ├── cursor_v.gif │ │ │ │ │ ├── cursor_v.png │ │ │ │ │ ├── filescan.png │ │ │ │ │ ├── icons-all.gif │ │ │ │ │ ├── loaderror.png │ │ │ │ │ ├── loading.gif │ │ │ │ │ ├── pagebreak.gif │ │ │ │ │ ├── sortable.png │ │ │ │ │ ├── videologo.gif │ │ │ │ │ ├── wordpaste.png │ │ │ │ │ ├── arrow_down.png │ │ │ │ │ ├── highlighted.gif │ │ │ │ │ ├── sparator_v.png │ │ │ │ │ ├── toolbar_bg.png │ │ │ │ │ ├── cancelbutton.gif │ │ │ │ │ ├── unhighlighted.gif │ │ │ │ │ ├── dialog-title-bg.png │ │ │ │ │ ├── neweditor-tab-bg.png │ │ │ │ │ ├── table-cell-align.png │ │ │ │ │ └── tangram-colorpicker.png │ │ │ ├── lang │ │ │ │ ├── en │ │ │ │ │ └── images │ │ │ │ │ │ ├── button.png │ │ │ │ │ │ ├── copy.png │ │ │ │ │ │ ├── music.png │ │ │ │ │ │ ├── upload.png │ │ │ │ │ │ ├── addimage.png │ │ │ │ │ │ ├── background.png │ │ │ │ │ │ ├── localimage.png │ │ │ │ │ │ ├── deletedisable.png │ │ │ │ │ │ ├── deleteenable.png │ │ │ │ │ │ ├── listbackground.png │ │ │ │ │ │ ├── rotateleftenable.png │ │ │ │ │ │ ├── alldeletebtnupskin.png │ │ │ │ │ │ ├── rotateleftdisable.png │ │ │ │ │ │ ├── rotaterightdisable.png │ │ │ │ │ │ ├── rotaterightenable.png │ │ │ │ │ │ └── alldeletebtnhoverskin.png │ │ │ │ └── zh-cn │ │ │ │ │ └── images │ │ │ │ │ ├── copy.png │ │ │ │ │ ├── music.png │ │ │ │ │ ├── upload.png │ │ │ │ │ └── localimage.png │ │ │ ├── dialogs │ │ │ │ ├── image │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── icons.gif │ │ │ │ │ │ ├── icons.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── success.gif │ │ │ │ │ │ ├── success.png │ │ │ │ │ │ ├── alignicon.jpg │ │ │ │ │ │ └── progress.png │ │ │ │ ├── table │ │ │ │ │ └── dragicon.png │ │ │ │ ├── video │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── icons.gif │ │ │ │ │ │ ├── icons.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── success.gif │ │ │ │ │ │ ├── success.png │ │ │ │ │ │ ├── file-icons.gif │ │ │ │ │ │ ├── file-icons.png │ │ │ │ │ │ ├── left_focus.jpg │ │ │ │ │ │ ├── none_focus.jpg │ │ │ │ │ │ ├── progress.png │ │ │ │ │ │ ├── center_focus.jpg │ │ │ │ │ │ └── right_focus.jpg │ │ │ │ ├── emotion │ │ │ │ │ └── images │ │ │ │ │ │ ├── 0.gif │ │ │ │ │ │ ├── bface.gif │ │ │ │ │ │ ├── cface.gif │ │ │ │ │ │ ├── fface.gif │ │ │ │ │ │ ├── tface.gif │ │ │ │ │ │ ├── wface.gif │ │ │ │ │ │ ├── yface.gif │ │ │ │ │ │ ├── jxface2.gif │ │ │ │ │ │ └── neweditor-tab-bg.png │ │ │ │ ├── scrawl │ │ │ │ │ └── images │ │ │ │ │ │ ├── redo.png │ │ │ │ │ │ ├── size.png │ │ │ │ │ │ ├── undo.png │ │ │ │ │ │ ├── addimg.png │ │ │ │ │ │ ├── brush.png │ │ │ │ │ │ ├── delimg.png │ │ │ │ │ │ ├── empty.png │ │ │ │ │ │ ├── emptyH.png │ │ │ │ │ │ ├── eraser.png │ │ │ │ │ │ ├── redoH.png │ │ │ │ │ │ ├── scale.png │ │ │ │ │ │ ├── scaleH.png │ │ │ │ │ │ ├── undoH.png │ │ │ │ │ │ └── delimgH.png │ │ │ │ ├── template │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.gif │ │ │ │ │ │ ├── pre0.png │ │ │ │ │ │ ├── pre1.png │ │ │ │ │ │ ├── pre2.png │ │ │ │ │ │ ├── pre3.png │ │ │ │ │ │ └── pre4.png │ │ │ │ ├── attachment │ │ │ │ │ ├── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── icons.gif │ │ │ │ │ │ ├── icons.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── success.gif │ │ │ │ │ │ ├── success.png │ │ │ │ │ │ ├── alignicon.gif │ │ │ │ │ │ ├── alignicon.png │ │ │ │ │ │ ├── file-icons.gif │ │ │ │ │ │ ├── file-icons.png │ │ │ │ │ │ └── progress.png │ │ │ │ │ └── fileTypeImages │ │ │ │ │ │ ├── icon_mv.gif │ │ │ │ │ │ ├── icon_chm.gif │ │ │ │ │ │ ├── icon_doc.gif │ │ │ │ │ │ ├── icon_exe.gif │ │ │ │ │ │ ├── icon_jpg.gif │ │ │ │ │ │ ├── icon_mp3.gif │ │ │ │ │ │ ├── icon_pdf.gif │ │ │ │ │ │ ├── icon_ppt.gif │ │ │ │ │ │ ├── icon_psd.gif │ │ │ │ │ │ ├── icon_rar.gif │ │ │ │ │ │ ├── icon_txt.gif │ │ │ │ │ │ ├── icon_xls.gif │ │ │ │ │ │ └── icon_default.png │ │ │ │ ├── background │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ └── success.png │ │ │ │ ├── charts │ │ │ │ │ └── images │ │ │ │ │ │ ├── charts0.png │ │ │ │ │ │ ├── charts1.png │ │ │ │ │ │ ├── charts2.png │ │ │ │ │ │ ├── charts3.png │ │ │ │ │ │ ├── charts4.png │ │ │ │ │ │ └── charts5.png │ │ │ │ ├── wordimage │ │ │ │ │ ├── imageUploader.swf │ │ │ │ │ └── fClipboard_ueditor.swf │ │ │ │ └── help │ │ │ │ │ └── help.css │ │ │ ├── third-party │ │ │ │ ├── video-js │ │ │ │ │ ├── font │ │ │ │ │ │ ├── vjs.eot │ │ │ │ │ │ ├── vjs.ttf │ │ │ │ │ │ └── vjs.woff │ │ │ │ │ └── video-js.swf │ │ │ │ ├── webuploader │ │ │ │ │ ├── Uploader.swf │ │ │ │ │ └── webuploader.css │ │ │ │ ├── snapscreen │ │ │ │ │ └── UEditorSnapscreen.exe │ │ │ │ ├── zeroclipboard │ │ │ │ │ └── ZeroClipboard.swf │ │ │ │ └── highcharts │ │ │ │ │ └── modules │ │ │ │ │ └── heatmap.js │ │ │ └── jsp │ │ │ │ └── controller.jsp │ │ ├── layer │ │ │ ├── .DS_Store │ │ │ ├── layim │ │ │ │ └── loading.gif │ │ │ ├── skin │ │ │ │ ├── default │ │ │ │ │ ├── icon.png │ │ │ │ │ ├── textbg.png │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ ├── icon_ext.png │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ ├── loading-2.gif │ │ │ │ │ ├── xubox_ico0.png │ │ │ │ │ ├── xubox_title0.png │ │ │ │ │ ├── xubox_loading0.gif │ │ │ │ │ ├── xubox_loading1.gif │ │ │ │ │ ├── xubox_loading2.gif │ │ │ │ │ └── xubox_loading3.gif │ │ │ │ └── moon │ │ │ │ │ └── default.png │ │ │ └── laydate │ │ │ │ └── skins │ │ │ │ └── default │ │ │ │ └── icon.png │ │ ├── suggest │ │ │ └── .DS_Store │ │ ├── webuploader │ │ │ ├── .DS_Store │ │ │ ├── Uploader.swf │ │ │ └── webuploader.css │ │ ├── iCheck │ │ │ └── skins │ │ │ │ └── minimal │ │ │ │ └── grey.png │ │ ├── summernote │ │ │ ├── font │ │ │ │ ├── summernote.eot │ │ │ │ ├── summernote.ttf │ │ │ │ └── summernote.woff │ │ │ └── plugin │ │ │ │ └── databasic │ │ │ │ ├── summernote-ext-databasic.min.css │ │ │ │ └── summernote-ext-databasic.css │ │ ├── Validform_v5.3.2 │ │ │ ├── images │ │ │ │ ├── error.png │ │ │ │ ├── navbg.gif │ │ │ │ ├── right.png │ │ │ │ ├── totop.png │ │ │ │ ├── arrow1.gif │ │ │ │ ├── arrow2.gif │ │ │ │ ├── onLoad.gif │ │ │ │ └── header-bg.gif │ │ │ └── plugin │ │ │ │ ├── swfupload │ │ │ │ ├── swfupload.swf │ │ │ │ ├── swfuploadbutton.swf │ │ │ │ ├── XPButtonUploadText_61x22.png │ │ │ │ └── upload.php │ │ │ │ └── jqtransform │ │ │ │ └── img │ │ │ │ ├── radio.gif │ │ │ │ ├── btn_left.gif │ │ │ │ ├── btn_right.gif │ │ │ │ ├── checkbox.gif │ │ │ │ ├── select_left.gif │ │ │ │ ├── select_right.gif │ │ │ │ ├── input │ │ │ │ ├── input_left.gif │ │ │ │ ├── input_right.gif │ │ │ │ ├── input_text_left.gif │ │ │ │ ├── input_left-focus.gif │ │ │ │ ├── input_left-hover.gif │ │ │ │ ├── input_right-focus.gif │ │ │ │ ├── input_right-hover.gif │ │ │ │ └── input_text_right.gif │ │ │ │ └── textarea │ │ │ │ ├── textarea-mm.gif │ │ │ │ ├── textarea_bl.gif │ │ │ │ ├── textarea_bm.gif │ │ │ │ ├── textarea_br.gif │ │ │ │ ├── textarea_ml.gif │ │ │ │ ├── textarea_mr.gif │ │ │ │ ├── textarea_tl.gif │ │ │ │ ├── textarea_tm.gif │ │ │ │ ├── textarea_tr.gif │ │ │ │ ├── textarea-mm-focus.gif │ │ │ │ ├── textarea-mm-hover.gif │ │ │ │ └── notneeded │ │ │ │ ├── textarea-bl.gif │ │ │ │ ├── textarea-bm.gif │ │ │ │ ├── textarea-br.gif │ │ │ │ ├── textarea-ml.gif │ │ │ │ ├── textarea-mm.gif │ │ │ │ ├── textarea-mr.gif │ │ │ │ ├── textarea-tl.gif │ │ │ │ ├── textarea-tm.gif │ │ │ │ ├── textarea-tr.gif │ │ │ │ ├── textarea-bl-focus.gif │ │ │ │ ├── textarea-bl-hover.gif │ │ │ │ ├── textarea-bm-focus.gif │ │ │ │ ├── textarea-bm-hover.gif │ │ │ │ ├── textarea-br-focus.gif │ │ │ │ ├── textarea-br-hover.gif │ │ │ │ ├── textarea-ml-focus.gif │ │ │ │ ├── textarea-ml-hover.gif │ │ │ │ ├── textarea-mm-focus.gif │ │ │ │ ├── textarea-mm-hover.gif │ │ │ │ ├── textarea-mr-focus.gif │ │ │ │ ├── textarea-mr-hover.gif │ │ │ │ ├── textarea-tl-focus.gif │ │ │ │ ├── textarea-tl-hover.gif │ │ │ │ ├── textarea-tm-focus.gif │ │ │ │ ├── textarea-tm-hover.gif │ │ │ │ ├── textarea-tr-focus.gif │ │ │ │ └── textarea-tr-hover.gif │ │ ├── syntaxhighlighter │ │ │ ├── styles │ │ │ │ ├── help.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── printer.png │ │ │ │ ├── page_white_code.png │ │ │ │ └── page_white_copy.png │ │ │ └── scripts │ │ │ │ └── clipboard.swf │ │ ├── bootstrap-fileinput │ │ │ └── img │ │ │ │ ├── loading.gif │ │ │ │ └── loading-sm.gif │ │ ├── font-awesome │ │ │ ├── fonts │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ └── less │ │ │ │ ├── fixed-width.less │ │ │ │ ├── larger.less │ │ │ │ ├── list.less │ │ │ │ ├── core.less │ │ │ │ ├── font-awesome.less │ │ │ │ ├── stacked.less │ │ │ │ ├── bordered-pulled.less │ │ │ │ └── rotated-flipped.less │ │ ├── jquery-ztree │ │ │ └── 3.5.12 │ │ │ │ ├── api │ │ │ │ ├── apiCss │ │ │ │ │ └── img │ │ │ │ │ │ ├── close.png │ │ │ │ │ │ ├── apiMenu.gif │ │ │ │ │ │ ├── apiMenu.png │ │ │ │ │ │ ├── chinese.png │ │ │ │ │ │ ├── english.png │ │ │ │ │ │ ├── header-bg.png │ │ │ │ │ │ ├── lightbulb.png │ │ │ │ │ │ ├── background.jpg │ │ │ │ │ │ ├── contact-bg.png │ │ │ │ │ │ ├── overlay_bg.png │ │ │ │ │ │ ├── overlay_arrow.gif │ │ │ │ │ │ ├── overlay_arrow.png │ │ │ │ │ │ ├── zTreeStandard.gif │ │ │ │ │ │ ├── zTreeStandard.png │ │ │ │ │ │ └── overlay_close_IE6.gif │ │ │ │ └── cn │ │ │ │ │ ├── setting.treeObj.html │ │ │ │ │ ├── setting.treeId.html │ │ │ │ │ ├── fn.zTree._z.html │ │ │ │ │ ├── zTreeObj.setting.html │ │ │ │ │ ├── treeNode.diy.html │ │ │ │ │ ├── setting.data.key.name.html │ │ │ │ │ ├── treeNode.isHover.html │ │ │ │ │ ├── setting.data.key.children.html │ │ │ │ │ ├── treeNode.editNameFlag.html │ │ │ │ │ ├── treeNode.check_Focus.html │ │ │ │ │ ├── setting.view.showLine.html │ │ │ │ │ └── setting.check.enable.html │ │ │ │ ├── css │ │ │ │ └── zTreeStyle │ │ │ │ │ └── img │ │ │ │ │ ├── diy │ │ │ │ │ ├── 2.png │ │ │ │ │ ├── 3.png │ │ │ │ │ ├── 4.png │ │ │ │ │ ├── 5.png │ │ │ │ │ ├── 6.png │ │ │ │ │ ├── 7.png │ │ │ │ │ ├── 8.png │ │ │ │ │ ├── 9.png │ │ │ │ │ ├── 1_open.png │ │ │ │ │ └── 1_close.png │ │ │ │ │ ├── metro.gif │ │ │ │ │ ├── metro.png │ │ │ │ │ ├── loading.gif │ │ │ │ │ ├── line_conn.gif │ │ │ │ │ ├── line_conn.png │ │ │ │ │ ├── zTreeStandard.gif │ │ │ │ │ └── zTreeStandard.png │ │ │ │ └── demo │ │ │ │ └── cn │ │ │ │ ├── super │ │ │ │ ├── left_menuForOutLook.gif │ │ │ │ └── left_menuForOutLook.png │ │ │ │ └── asyncData │ │ │ │ └── getNodesForBigData.php │ │ ├── bootstrap │ │ │ ├── fonts │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ └── glyphicons-halflings-regular.woff2 │ │ │ └── js │ │ │ │ └── npm.js │ │ ├── bootstrap-colorpicker │ │ │ └── img │ │ │ │ └── bootstrap-colorpicker │ │ │ │ ├── hue.png │ │ │ │ ├── alpha.png │ │ │ │ ├── saturation.png │ │ │ │ ├── alpha-horizontal.png │ │ │ │ └── hue-horizontal.png │ │ ├── codemirror │ │ │ └── mode │ │ │ │ ├── tiddlywiki │ │ │ │ └── tiddlywiki.css │ │ │ │ ├── ruby │ │ │ │ └── test.js │ │ │ │ └── tiki │ │ │ │ └── tiki.css │ │ ├── jqgrid │ │ │ └── plugins │ │ │ │ └── searchFilter.css │ │ ├── ydui │ │ │ └── js │ │ │ │ └── ydui.flexible.js │ │ └── bootstrap-datetimepicker │ │ │ └── js │ │ │ └── locales │ │ │ ├── bootstrap-datetimepicker.ja.js │ │ │ ├── bootstrap-datetimepicker.zh-CN.js │ │ │ ├── bootstrap-datetimepicker.zh-TW.js │ │ │ ├── bootstrap-datetimepicker.hr.js │ │ │ └── bootstrap-datetimepicker.ko.js │ ├── common │ │ ├── favicon.ico │ │ ├── css │ │ │ └── patterns │ │ │ │ ├── shattered.png │ │ │ │ ├── header-profile.png │ │ │ │ ├── header-profile-skin-1.png │ │ │ │ └── header-profile-skin-3.png │ │ └── img │ │ │ └── default_avatar_male.jpg │ ├── inspinia │ │ └── css │ │ │ └── patterns │ │ │ ├── shattered.png │ │ │ ├── header-profile.png │ │ │ ├── header-profile-skin-1.png │ │ │ └── header-profile-skin-3.png │ └── ace │ │ └── css │ │ └── ace-fonts.min.css ├── upload │ └── temp │ │ └── test.png ├── index.jsp └── WEB-INF │ ├── webpage │ ├── decorators │ │ ├── default │ │ │ ├── list-footer.jsp │ │ │ ├── form-theme.jsp │ │ │ ├── form-header.jsp │ │ │ └── list-header.jsp │ │ ├── form-theme.jsp │ │ ├── grid-select.jsp │ │ ├── list-theme.jsp │ │ └── single-theme.jsp │ └── modules │ │ └── codegen │ │ └── table │ │ ├── un_sync_database.jsp │ │ └── un_generate_code.jsp │ └── decorators.xml ├── resources ├── codegen.properties ├── upload.properties ├── sms.properties ├── mappings │ └── modules │ │ └── codegen │ │ └── TableMapper.xml ├── email.properties ├── mapper │ └── tags │ │ └── html │ │ └── theme-js-html-component.xml ├── codegen │ └── template │ │ └── code │ │ ├── xmlMapperTemplate.ftl │ │ ├── onetomany │ │ ├── xmlMapperTemplate.ftl │ │ ├── MapperTemplate.ftl │ │ └── IServiceTemplate.ftl │ │ ├── MapperTemplate.ftl │ │ ├── IServiceTemplate.ftl │ │ └── tree │ │ ├── MapperTemplate.ftl │ │ └── IServiceTemplate.ftl ├── spring-config-cache.xml └── jeeweb.properties └── java └── cn └── jeeweb ├── core ├── tags │ ├── form │ │ ├── OptionTag.java │ │ ├── ButtonTag.java │ │ ├── LabelTag.java │ │ ├── CheckboxTag.java │ │ ├── OptionsTag.java │ │ ├── RadioButtonTag.java │ │ ├── FormTag.java │ │ └── ErrorsTag.java │ └── html │ │ ├── JsComponentTag.java │ │ ├── ComponentTag.java │ │ ├── CssComponentTag.java │ │ ├── FragmentComponentTag.java │ │ ├── exception │ │ └── HtmlComponentException.java │ │ ├── dtd │ │ └── html-component-1.0.dtd │ │ └── builder │ │ └── NoneHtmlComponentBuilder.java ├── utils │ ├── security │ │ ├── CEStreamExhausted.java │ │ └── CEFormatException.java │ ├── sms │ │ └── exception │ │ │ └── NullException.java │ ├── ArrayUtils.java │ ├── MapUtils.java │ └── convert │ │ └── StringConvertEditor.java ├── base │ └── BaseEntity.java ├── cache │ └── PageCachingFilter.java ├── query │ ├── exception │ │ ├── QueryException.java │ │ ├── InvalidQueryPropertyException.java │ │ ├── InvalidQueryValueException.java │ │ └── InvlidOperatorException.java │ └── annotation │ │ └── RequestJsonParam.java ├── security │ └── shiro │ │ ├── authz │ │ └── annotation │ │ │ ├── RolesAllowed.java │ │ │ ├── RequiresPathPermission.java │ │ │ └── RequiresMethodPermissions.java │ │ └── interceptor │ │ └── RoleAllowsAnnotationMethodInterceptor.java ├── model │ └── ValidJson.java ├── common │ ├── service │ │ └── ITreeCommonService.java │ └── constant │ │ └── DataBaseConstant.java └── disruptor │ ├── sms │ └── SmsEventFactory.java │ └── email │ └── EmailEventFactory.java └── modules ├── sys ├── controller │ ├── AdminController.java │ ├── MenuController.java │ └── OrganizationController.java ├── mapper │ ├── RoleMenuMapper.java │ ├── UserRoleMapper.java │ ├── DictGroupMapper.java │ ├── UserLastOnlineMapper.java │ ├── UserOrganizationMapper.java │ ├── DictMapper.java │ ├── RoleMapper.java │ ├── LogMapper.java │ ├── OrganizationMapper.java │ ├── UserOnlineMapper.java │ ├── AttachmentMapper.java │ ├── DataSourceMapper.java │ ├── UserMapper.java │ └── MenuMapper.java ├── service │ ├── IUserOrganizationService.java │ ├── ILogService.java │ ├── impl │ │ ├── SettingServiceImpl.java │ │ ├── RoleMenuServiceImpl.java │ │ ├── UserRoleServiceImpl.java │ │ ├── DictGroupServiceImpl.java │ │ ├── UserOrganizationServiceImpl.java │ │ ├── DictServiceImpl.java │ │ └── RoleServiceImpl.java │ ├── IDictGroupService.java │ ├── IRoleMenuService.java │ ├── IDataSourceService.java │ ├── IUserLastOnlineService.java │ ├── IDictService.java │ ├── ISettingService.java │ ├── IRoleService.java │ ├── IOrganizationService.java │ ├── IUserRoleService.java │ └── IMenuService.java ├── Constants.java └── security │ └── shiro │ ├── ShiroConstants.java │ └── exception │ └── RepeatAuthenticationException.java ├── codegen ├── mapper │ ├── SchemeMapper.java │ ├── ColumnMapper.java │ └── TableMapper.java ├── service │ ├── IColumnService.java │ └── ISchemeService.java ├── codegenerator │ ├── exception │ │ └── GenerationException.java │ ├── utils │ │ ├── CodeGenUtils.java │ │ └── type │ │ │ └── ITypeConvert.java │ └── generator │ │ └── IGenerator.java └── controller │ └── ColumnController.java ├── task ├── mapper │ └── ScheduleJobMapper.java └── task │ └── TaskTest.java ├── sms ├── mapper │ ├── SmsTemplateMapper.java │ └── SmsSendLogMapper.java └── service │ ├── ISmsTemplateService.java │ └── ISmsSendLogService.java ├── email ├── mapper │ ├── EmailTemplateMapper.java │ └── EmailSendLogMapper.java └── service │ ├── IEmailSendLogService.java │ └── IEmailTemplateService.java ├── oa ├── mapper │ └── OaNotificationMapper.java └── service │ └── IOaNotificationService.java └── common └── bean └── ValidJson.java /src/main/webapp/static/uadmin/js/table-export.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/iframe.css: -------------------------------------------------------------------------------- 1 | /*可以在这里添加你自己的css*/ 2 | -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/page-gallery.js: -------------------------------------------------------------------------------- 1 | $(function () { 2 | $('.mix-grid').mixItUp(); 3 | }); -------------------------------------------------------------------------------- /src/main/webapp/upload/temp/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/upload/temp/test.png -------------------------------------------------------------------------------- /src/main/resources/codegen.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/resources/codegen.properties -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/table-action.js: -------------------------------------------------------------------------------- 1 | $(function () { 2 | var spinner = $( ".spinner" ).spinner(); 3 | }); 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/main/webapp/static/common/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/common/favicon.ico -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/images/bg/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/uadmin/images/bg/1.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/images/bg/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/uadmin/images/bg/2.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/images/bg/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/uadmin/images/bg/3.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/.DS_Store -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/suggest/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/suggest/.DS_Store -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/images/gallery/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/uadmin/images/gallery/1.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/images/gallery/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/uadmin/images/gallery/13.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/images/gallery/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/uadmin/images/gallery/2.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/images/gallery/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/uadmin/images/gallery/3.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/layim/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/layim/loading.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/webuploader/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/webuploader/.DS_Store -------------------------------------------------------------------------------- /src/main/webapp/static/common/css/patterns/shattered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/common/css/patterns/shattered.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/webuploader/Uploader.swf -------------------------------------------------------------------------------- /src/main/webapp/static/common/img/default_avatar_male.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/common/img/default_avatar_male.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/inspinia/css/patterns/shattered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/inspinia/css/patterns/shattered.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/icon.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/moon/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/moon/default.png -------------------------------------------------------------------------------- /src/main/webapp/static/common/css/patterns/header-profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/common/css/patterns/header-profile.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/iCheck/skins/minimal/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/iCheck/skins/minimal/grey.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/textbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/textbg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/summernote/font/summernote.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/summernote/font/summernote.eot -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/summernote/font/summernote.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/summernote/font/summernote.ttf -------------------------------------------------------------------------------- /src/main/webapp/static/inspinia/css/patterns/header-profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/inspinia/css/patterns/header-profile.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/images/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/images/error.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/images/navbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/images/navbg.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/images/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/images/right.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/images/totop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/images/totop.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/icon_ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/icon_ext.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/loading-0.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/loading-1.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/xubox_ico0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/xubox_ico0.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/summernote/font/summernote.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/summernote/font/summernote.woff -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/syntaxhighlighter/styles/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/syntaxhighlighter/styles/help.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/button.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/copy.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/music.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/upload.png -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/email-compose-mail.js: -------------------------------------------------------------------------------- 1 | $(function () { 2 | //BEGIN BOOTSTRAP WYSIWYG5 3 | $('.wysihtml5').wysihtml5(); 4 | //END BOOTSTRAP WYSIWYG5 5 | 6 | }); 7 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/images/arrow1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/images/arrow1.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/images/arrow2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/images/arrow2.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/images/onLoad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/images/onLoad.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap-fileinput/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/bootstrap-fileinput/img/loading.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/xubox_title0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/xubox_title0.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/image/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/image/images/bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/table/dragicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/table/dragicon.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/addimage.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /src/main/webapp/static/common/css/patterns/header-profile-skin-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/common/css/patterns/header-profile-skin-1.png -------------------------------------------------------------------------------- /src/main/webapp/static/common/css/patterns/header-profile-skin-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/common/css/patterns/header-profile-skin-3.png -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/extra-profile.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | //BEGIN PLUGINS DATE PICKER 3 | $('.datepicker-normal').datepicker(); 4 | //END PLUGINS DATE PICKER 5 | }); 6 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/images/header-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/images/header-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap-fileinput/img/loading-sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/bootstrap-fileinput/img/loading-sm.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/laydate/skins/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/laydate/skins/default/icon.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/xubox_loading0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/xubox_loading0.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/xubox_loading1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/xubox_loading1.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/xubox_loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/xubox_loading2.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/layer/skin/default/xubox_loading3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/layer/skin/default/xubox_loading3.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/syntaxhighlighter/styles/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/syntaxhighlighter/styles/magnifier.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/syntaxhighlighter/styles/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/syntaxhighlighter/styles/printer.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/image/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/image/images/icons.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/image/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/image/images/icons.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/image/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/image/images/image.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/redo.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/size.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/undo.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/template/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/template/images/bg.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/icons.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/icons.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/image.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/background.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/localimage.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/lock.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/word.gif -------------------------------------------------------------------------------- /src/main/webapp/static/inspinia/css/patterns/header-profile-skin-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/inspinia/css/patterns/header-profile-skin-1.png -------------------------------------------------------------------------------- /src/main/webapp/static/inspinia/css/patterns/header-profile-skin-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/inspinia/css/patterns/header-profile-skin-3.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/syntaxhighlighter/scripts/clipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/syntaxhighlighter/scripts/clipboard.swf -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/background/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/background/images/bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/image/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/image/images/success.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/image/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/image/images/success.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/addimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/addimg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/brush.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/delimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/delimg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/empty.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/emptyH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/emptyH.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/eraser.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/redoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/redoH.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/scale.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/scaleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/scaleH.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/undoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/undoH.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/template/images/pre0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/template/images/pre0.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/template/images/pre1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/template/images/pre1.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/template/images/pre2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/template/images/pre2.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/template/images/pre3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/template/images/pre3.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/template/images/pre4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/template/images/pre4.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/success.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/success.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/arrow.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/charts.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/icons.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/icons.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/scale.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/upload.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/icons.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/icons.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/image.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/charts/images/charts0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/charts/images/charts0.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/charts/images/charts1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/charts/images/charts1.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/charts/images/charts2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/charts/images/charts2.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/charts/images/charts3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/charts/images/charts3.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/charts/images/charts4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/charts/images/charts4.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/charts/images/charts5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/charts/images/charts5.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/image/images/alignicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/image/images/alignicon.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/image/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/image/images/progress.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/delimgH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/scrawl/images/delimgH.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/file-icons.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/file-icons.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/progress.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/wordimage/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/wordimage/imageUploader.swf -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/filescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/filescan.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/loaderror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/loaderror.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/loading.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/sortable.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/third-party/video-js/font/vjs.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/third-party/video-js/font/vjs.eot -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/third-party/video-js/font/vjs.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/third-party/video-js/font/vjs.ttf -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/third-party/video-js/font/vjs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/third-party/video-js/font/vjs.woff -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/third-party/video-js/video-js.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/third-party/video-js/video-js.swf -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/close.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/syntaxhighlighter/styles/page_white_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/syntaxhighlighter/styles/page_white_code.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/syntaxhighlighter/styles/page_white_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/syntaxhighlighter/styles/page_white_copy.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/success.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/success.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/background/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/background/images/success.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/third-party/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/third-party/webuploader/Uploader.swf -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/swfupload/swfupload.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/swfupload/swfupload.swf -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/apiMenu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/apiMenu.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/apiMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/apiMenu.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/chinese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/chinese.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/english.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/english.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/header-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/header-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/lightbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/lightbulb.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/2.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/3.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/4.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/5.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/6.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/7.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/8.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/9.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/metro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/metro.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/metro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/metro.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/alignicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/alignicon.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/alignicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/alignicon.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/file-icons.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/file-icons.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/images/progress.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/wordimage/fClipboard_ueditor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/wordimage/fClipboard_ueditor.swf -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/form/OptionTag.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.form; 2 | 3 | @SuppressWarnings("serial") 4 | public class OptionTag extends org.springframework.web.servlet.tags.form.OptionTag { 5 | 6 | } -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/radio.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/radio.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/background.jpg -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/contact-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/contact-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/overlay_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/overlay_bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/loading.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/form/ButtonTag.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.form; 2 | 3 | @SuppressWarnings("serial") 4 | public class ButtonTag extends org.springframework.web.servlet.tags.form.ButtonTag { 5 | 6 | } 7 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/form/LabelTag.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.form; 2 | 3 | @SuppressWarnings("serial") 4 | public class LabelTag extends org.springframework.web.servlet.tags.form.LabelTag { 5 | 6 | } 7 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/btn_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/btn_left.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/btn_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/btn_right.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/checkbox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/checkbox.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/swfupload/swfuploadbutton.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/swfupload/swfuploadbutton.swf -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/overlay_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/overlay_arrow.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/overlay_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/overlay_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/zTreeStandard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/zTreeStandard.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/zTreeStandard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/zTreeStandard.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/1_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/1_open.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/line_conn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/line_conn.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/line_conn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/line_conn.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/third-party/snapscreen/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/third-party/snapscreen/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/third-party/zeroclipboard/ZeroClipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/third-party/zeroclipboard/ZeroClipboard.swf -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/select_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/select_left.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap-colorpicker/img/bootstrap-colorpicker/hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/bootstrap-colorpicker/img/bootstrap-colorpicker/hue.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/1_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/diy/1_close.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/form/CheckboxTag.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.form; 2 | 3 | @SuppressWarnings("serial") 4 | public class CheckboxTag extends org.springframework.web.servlet.tags.form.CheckboxTag { 5 | 6 | } 7 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/form/OptionsTag.java: -------------------------------------------------------------------------------- 1 | 2 | package cn.jeeweb.core.tags.form; 3 | 4 | @SuppressWarnings("serial") 5 | public class OptionsTag extends org.springframework.web.servlet.tags.form.OptionsTag { 6 | 7 | } 8 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/select_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/select_right.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/overlay_close_IE6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/apiCss/img/overlay_close_IE6.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/zTreeStandard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/zTreeStandard.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/zTreeStandard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/css/zTreeStyle/img/zTreeStandard.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/demo/cn/super/left_menuForOutLook.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/demo/cn/super/left_menuForOutLook.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/demo/cn/super/left_menuForOutLook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/jquery-ztree/3.5.12/demo/cn/super/left_menuForOutLook.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/ueditor/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/form/RadioButtonTag.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.form; 2 | 3 | @SuppressWarnings("serial") 4 | public class RadioButtonTag extends org.springframework.web.servlet.tags.form.RadioButtonTag { 5 | 6 | } 7 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_left.gif -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/form/FormTag.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.form; 2 | 3 | public class FormTag extends org.springframework.web.servlet.tags.form.FormTag { 4 | private static final long serialVersionUID = 1L; 5 | 6 | } 7 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_right.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/swfupload/XPButtonUploadText_61x22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/swfupload/XPButtonUploadText_61x22.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap-colorpicker/img/bootstrap-colorpicker/saturation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/bootstrap-colorpicker/img/bootstrap-colorpicker/saturation.png -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/controller/AdminController.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.controller; 2 | 3 | import cn.jeeweb.core.common.controller.BaseController; 4 | 5 | public class AdminController extends BaseController { 6 | 7 | } 8 | -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/table-filter.js: -------------------------------------------------------------------------------- 1 | $(function () { 2 | //BEGIN JQUERY DATE PICKER 3 | $('.datepicker-filter').datepicker({ 4 | autoclose: true 5 | }); 6 | //END JQUERY DATE PICKER 7 | }); 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_text_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_text_left.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea-mm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea-mm.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_bl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_bl.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_bm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_bm.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_br.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_br.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_ml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_ml.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_mr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_mr.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_tl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_tl.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_tm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_tm.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea_tr.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_left-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_left-focus.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_left-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_left-hover.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_right-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_right-focus.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_right-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_right-hover.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_text_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/input/input_text_right.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha-horizontal.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap-colorpicker/img/bootstrap-colorpicker/hue-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/bootstrap-colorpicker/img/bootstrap-colorpicker/hue-horizontal.png -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea-mm-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea-mm-focus.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea-mm-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/textarea-mm-hover.gif -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/form/ErrorsTag.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.form; 2 | 3 | public class ErrorsTag extends org.springframework.web.servlet.tags.form.ErrorsTag { 4 | private static final long serialVersionUID = -1467997319837614235L; 5 | 6 | } 7 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/utils/security/CEStreamExhausted.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.utils.security; 2 | 3 | import java.io.IOException; 4 | 5 | @SuppressWarnings("serial") 6 | public class CEStreamExhausted extends IOException 7 | { 8 | 9 | } 10 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-bl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-bl.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-bm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-bm.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-br.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-br.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-ml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-ml.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-mm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-mm.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-mr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-mr.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tl.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tm.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tr.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-bl-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-bl-focus.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-bl-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-bl-hover.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-bm-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-bm-focus.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-bm-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-bm-hover.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-br-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-br-focus.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-br-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-br-hover.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-ml-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-ml-focus.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-ml-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-ml-hover.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-mm-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-mm-focus.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-mm-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-mm-hover.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-mr-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-mr-focus.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-mr-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-mr-hover.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tl-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tl-focus.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tl-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tl-hover.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tm-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tm-focus.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tm-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tm-hover.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tr-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tr-focus.gif -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tr-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/white-cat/jeeweb-mybatis/HEAD/src/main/webapp/static/vendors/Validform_v5.3.2/plugin/jqtransform/img/textarea/notneeded/textarea-tr-hover.gif -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/RoleMenuMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | import cn.jeeweb.modules.sys.entity.RoleMenu; 5 | 6 | public interface RoleMenuMapper extends BaseMapper { 7 | 8 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/UserRoleMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import cn.jeeweb.modules.sys.entity.UserRole; 4 | import com.baomidou.mybatisplus.mapper.BaseMapper; 5 | 6 | public interface UserRoleMapper extends BaseMapper { 7 | 8 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/DictGroupMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | import cn.jeeweb.modules.sys.entity.DictGroup; 5 | 6 | public interface DictGroupMapper extends BaseMapper { 7 | 8 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/codegen/mapper/SchemeMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.codegen.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | import cn.jeeweb.modules.codegen.entity.Scheme; 5 | 6 | public interface SchemeMapper extends BaseMapper { 7 | 8 | } -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/summernote/plugin/databasic/summernote-ext-databasic.min.css: -------------------------------------------------------------------------------- 1 | .ext-databasic{position:relative;display:block;min-height:50px;padding:20px;text-align:center;background-color:cyan;border:1px solid white;border-radius:10px}.ext-databasic p{margin:0;font-size:1.2em;color:white} -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/codegen/mapper/ColumnMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.codegen.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | import cn.jeeweb.modules.codegen.entity.Column; 5 | 6 | 7 | public interface ColumnMapper extends BaseMapper { 8 | 9 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/task/mapper/ScheduleJobMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.task.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | import cn.jeeweb.modules.task.entity.ScheduleJob; 5 | 6 | public interface ScheduleJobMapper extends BaseMapper { 7 | 8 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/UserLastOnlineMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | import cn.jeeweb.modules.sys.entity.UserLastOnline; 5 | 6 | public interface UserLastOnlineMapper extends BaseMapper { 7 | 8 | } -------------------------------------------------------------------------------- /src/main/webapp/index.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java"%> 2 | 3 | 4 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/utils/security/CEFormatException.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.utils.security; 2 | 3 | import java.io.IOException; 4 | 5 | @SuppressWarnings("serial") 6 | public class CEFormatException extends IOException 7 | { 8 | public CEFormatException(String s) 9 | { 10 | super(s); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/UserOrganizationMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | 5 | import cn.jeeweb.modules.sys.entity.UserOrganization; 6 | 7 | public interface UserOrganizationMapper extends BaseMapper { 8 | 9 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/IUserOrganizationService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.sys.entity.UserOrganization; 5 | 6 | public interface IUserOrganizationService extends ICommonService { 7 | 8 | } 9 | -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/ui-generals.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | setTimeout(function(){ 3 | var msg = '

Resize your web browser to see mobile & tablet tabs version'; 4 | $.notific8(msg); 5 | }, 3000); 6 | }); -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/DictMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import java.util.List; 4 | 5 | import com.baomidou.mybatisplus.mapper.BaseMapper; 6 | import cn.jeeweb.modules.sys.entity.Dict; 7 | 8 | public interface DictMapper extends BaseMapper { 9 | List selectDictList(); 10 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/base/BaseEntity.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.base; 2 | 3 | import java.io.Serializable; 4 | 5 | /** 6 | * 基础实体类 7 | * 8 | * @author 王存见 9 | * @version 2016-12-03 10 | */ 11 | 12 | public abstract class BaseEntity implements Serializable { 13 | private static final long serialVersionUID = 1L; 14 | 15 | } 16 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/utils/sms/exception/NullException.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.utils.sms.exception; 2 | 3 | @SuppressWarnings("serial") 4 | public class NullException extends Exception { 5 | 6 | public NullException() { 7 | super(); 8 | } 9 | 10 | public NullException(String msg) { 11 | super(msg); 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sms/mapper/SmsTemplateMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sms.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | 5 | import cn.jeeweb.modules.sms.entity.SmsTemplate; 6 | 7 | /** 8 | * 短信模板数据库控制层接口 9 | */ 10 | public interface SmsTemplateMapper extends BaseMapper { 11 | 12 | } -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/webpage/decorators/default/list-footer.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java"%> 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/codemirror/mode/tiddlywiki/tiddlywiki.css: -------------------------------------------------------------------------------- 1 | span.cm-underlined { 2 | text-decoration: underline; 3 | } 4 | span.cm-strikethrough { 5 | text-decoration: line-through; 6 | } 7 | span.cm-brace { 8 | color: #170; 9 | font-weight: bold; 10 | } 11 | span.cm-table { 12 | color: blue; 13 | font-weight: bold; 14 | } 15 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sms/mapper/SmsSendLogMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sms.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | 5 | import cn.jeeweb.modules.sms.entity.SmsSendLog; 6 | 7 | 8 | /** 9 | * 短信发送日志数据库控制层接口 10 | */ 11 | public interface SmsSendLogMapper extends BaseMapper { 12 | 13 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/html/JsComponentTag.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.html; 2 | 3 | @SuppressWarnings("serial") 4 | public class JsComponentTag extends AbstractHtmlTag { 5 | private static final String[] SUPPORT_TYPES = { "JS" }; 6 | 7 | @Override 8 | public String[] getSupportTypes() { 9 | return SUPPORT_TYPES; 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/email/mapper/EmailTemplateMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.email.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | import cn.jeeweb.modules.email.entity.EmailTemplate; 5 | 6 | /** 7 | * 邮件发送日志数据库控制层接口 8 | */ 9 | public interface EmailTemplateMapper extends BaseMapper { 10 | 11 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/html/ComponentTag.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.html; 2 | 3 | @SuppressWarnings("serial") 4 | public class ComponentTag extends AbstractHtmlTag { 5 | private static final String[] SUPPORT_TYPES = { "CSS", "JS" }; 6 | 7 | @Override 8 | public String[] getSupportTypes() { 9 | return SUPPORT_TYPES; 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/html/CssComponentTag.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.html; 2 | 3 | @SuppressWarnings("serial") 4 | public class CssComponentTag extends AbstractHtmlTag { 5 | private static final String[] SUPPORT_TYPES = { "CSS" }; 6 | 7 | @Override 8 | public String[] getSupportTypes() { 9 | return SUPPORT_TYPES; 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/oa/mapper/OaNotificationMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.oa.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | import cn.jeeweb.modules.oa.entity.OaNotification; 5 | 6 | 7 | 8 | /** 9 | * 通知公告数据库控制层接口 10 | */ 11 | public interface OaNotificationMapper extends BaseMapper { 12 | 13 | } -------------------------------------------------------------------------------- /src/main/webapp/static/ace/css/ace-fonts.min.css: -------------------------------------------------------------------------------- 1 | @font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local('OpenSans-Light'),url(../fonts/OpenSans-300.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'),local('OpenSans'),url(../fonts/OpenSans-400.woff) format('woff')} -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/email/mapper/EmailSendLogMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.email.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | import cn.jeeweb.modules.email.entity.EmailSendLog; 5 | 6 | 7 | 8 | /** 9 | * 邮件发送日志数据库控制层接口 10 | */ 11 | public interface EmailSendLogMapper extends BaseMapper { 12 | 13 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/html/FragmentComponentTag.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.html; 2 | 3 | @SuppressWarnings("serial") 4 | public class FragmentComponentTag extends AbstractHtmlTag { 5 | private static final String[] SUPPORT_TYPES = { "FRAGMENT" }; 6 | 7 | @Override 8 | public String[] getSupportTypes() { 9 | return SUPPORT_TYPES; 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /src/main/resources/upload.properties: -------------------------------------------------------------------------------- 1 | #\u6587\u4ef6\u4e0a\u4f20\u914d\u7f6e 2 | #\u9ed8\u8ba4\u4e0a\u4f20\u76ee\u5f55 3 | upload.base.dir=upload 4 | #\u5141\u8bb8\u7684\u6587\u4ef6\u6269\u5c55\u540d 5 | upload.allowed.extension=mp4,bmp, gif, jpg, jpeg, png,doc, docx, xls, xlsx, ppt, pptx,html,htm,txt,rar, zip, gz, bz2,pdf 6 | #\u6700\u5927\u6587\u4ef6\u5927\u5c0f 50M 7 | upload.max.size=52428800 -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/animation.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function(){ 2 | $.cookie('animations','bounce'); 3 | $('#change-transitions button').click(function() { 4 | $("body").removeClass($.cookie('animations')); 5 | var ani = $(this).attr('data-value'); 6 | $("body").addClass("animated " + ani); 7 | $.cookie('animations', ani); 8 | }); 9 | }); -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/codegen/service/IColumnService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.codegen.service; 2 | 3 | import java.util.List; 4 | import cn.jeeweb.core.common.service.ICommonService; 5 | import cn.jeeweb.modules.codegen.entity.Column; 6 | 7 | public interface IColumnService extends ICommonService { 8 | List selectListByTableId(String tableId); 9 | } 10 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/cache/PageCachingFilter.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.cache; 2 | 3 | import net.sf.ehcache.constructs.web.filter.SimplePageCachingFilter; 4 | 5 | /** 6 | * 页面高速缓存过滤器 http://www.cnblogs.com/jianjianyang/p/4953157.html 暂时未使用 7 | * 8 | * @author 王存见 9 | * @version 2017-2-13 10 | */ 11 | public class PageCachingFilter extends SimplePageCachingFilter { 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/summernote/plugin/databasic/summernote-ext-databasic.css: -------------------------------------------------------------------------------- 1 | .ext-databasic { 2 | position: relative; 3 | display: block; 4 | min-height: 50px; 5 | background-color: cyan; 6 | text-align: center; 7 | padding: 20px; 8 | border: 1px solid white; 9 | border-radius: 10px; 10 | } 11 | 12 | .ext-databasic p { 13 | color: white; 14 | font-size: 1.2em; 15 | margin: 0; 16 | } 17 | -------------------------------------------------------------------------------- /src/main/resources/sms.properties: -------------------------------------------------------------------------------- 1 | #\u4e91\u901a\u8baf\u914d\u7f6e 2 | sms.sender.name='CCP' 3 | 4 | sms.serverip=app.cloopen.com 5 | sms.serverport=8883 6 | sms.accountsid= 7 | sms.accounttoken= 8 | sms.appid= 9 | 10 | #\u4e92\u4ebf\u65e0\u7ebf\u89e6\u53d1\u77ed\u4fe1\u63a5\u53e3 11 | sms.server.url=http://106.ihuyi.com/webservice/sms.php?method=Submit 12 | sms.account.apiid= 13 | sms.account.apikey= 14 | 15 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/codegen/codegenerator/exception/GenerationException.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.codegen.codegenerator.exception; 2 | 3 | public class GenerationException extends Exception { 4 | private static final long serialVersionUID = 1L; 5 | 6 | public GenerationException() { 7 | super(); 8 | } 9 | 10 | public GenerationException(String msg) { 11 | super(msg); 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/ILogService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.sys.entity.Log; 5 | 6 | /** 7 | * @Title: 8 | * @Description: 9 | * @author jeeweb 10 | * @date 2017-02-21 16:49:56 11 | * @version V1.0 12 | * 13 | */ 14 | public interface ILogService extends ICommonService { 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/impl/SettingServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service.impl; 2 | 3 | 4 | import cn.jeeweb.modules.sys.service.ISettingService; 5 | import org.springframework.stereotype.Service; 6 | import org.springframework.transaction.annotation.Transactional; 7 | 8 | @Transactional 9 | @Service("settingService") 10 | public class SettingServiceImpl implements ISettingService { 11 | 12 | } 13 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/IDictGroupService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.sys.entity.DictGroup; 5 | 6 | /** 7 | * @Title: 8 | * @Description: 9 | * @author jwcg 10 | * @date 2017-02-09 09:05:51 11 | * @version V1.0 12 | * 13 | */ 14 | public interface IDictGroupService extends ICommonService { 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/dialogs/help/help.css: -------------------------------------------------------------------------------- 1 | .wrapper{width: 370px;margin: 10px auto;zoom: 1;} 2 | .tabbody{height: 360px;} 3 | .tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;} 4 | .tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;} 5 | .tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;} 6 | .tabbody table{width:90%;line-height: 20px;margin: 5px 0 0 5px;;} 7 | .tabbody table thead{font-weight: bold;line-height: 25px;} -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/IRoleMenuService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.sys.entity.RoleMenu; 5 | 6 | /** 7 | * @Title: 8 | * @Description: 9 | * @author jeeweb 10 | * @date 2017-02-21 12:54:43 11 | * @version V1.0 12 | * 13 | */ 14 | public interface IRoleMenuService extends ICommonService { 15 | 16 | } 17 | 18 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jqgrid/plugins/searchFilter.css: -------------------------------------------------------------------------------- 1 | .ui-searchFilter { display: none; position: absolute; z-index: 770; overflow: visible;} 2 | .ui-searchFilter table {position:relative; margin:0em; width:auto} 3 | .ui-searchFilter table td {margin: 0em; padding: 1px;} 4 | .ui-searchFilter table td input, .ui-searchFilter table td select {margin: 0.1em;} 5 | .ui-searchFilter .ui-state-default { cursor: pointer; } 6 | .ui-searchFilter .divider hr {margin: 1px; } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/codegen/codegenerator/utils/CodeGenUtils.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.codegen.codegenerator.utils; 2 | 3 | import cn.jeeweb.core.utils.PropertiesUtil; 4 | 5 | public class CodeGenUtils { 6 | 7 | public static String getDbType() { 8 | PropertiesUtil propertiesUtil = new PropertiesUtil("dbconfig.properties"); 9 | String dbType = propertiesUtil.getString("connection.dbType"); 10 | return dbType.toLowerCase(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sms/service/ISmsTemplateService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sms.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.sms.entity.SmsTemplate; 5 | 6 | /** 7 | * @Title: 短信模版 8 | * @Description: 短信模版 9 | * @author jeeweb 10 | * @date 2017-06-08 10:50:52 11 | * @version V1.0 12 | * 13 | */ 14 | public interface ISmsTemplateService extends ICommonService { 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/Validform_v5.3.2/plugin/swfupload/upload.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/html/exception/HtmlComponentException.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.html.exception; 2 | 3 | @SuppressWarnings("serial") 4 | public class HtmlComponentException extends RuntimeException { 5 | 6 | public HtmlComponentException() { 7 | super(); 8 | } 9 | 10 | public HtmlComponentException(String msg) { 11 | super(msg); 12 | } 13 | 14 | public HtmlComponentException(Exception exception) { 15 | super(exception); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/codegen/service/ISchemeService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.codegen.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.codegen.entity.Scheme; 5 | 6 | /** 7 | * @Title: 生成方案 8 | * @Description: 代码生成方案 9 | * @author jeeweb 10 | * @date 2017-05-29 21:17:42 11 | * @version V1.0 12 | * 13 | */ 14 | public interface ISchemeService extends ICommonService { 15 | 16 | } 17 | 18 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/IDataSourceService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.sys.entity.DataSource; 5 | 6 | /** 7 | * @Title: 数据源 8 | * @Description: 数据源 9 | * @author jeeweb 10 | * @date 2017-05-10 12:01:57 11 | * @version V1.0 12 | * 13 | */ 14 | public interface IDataSourceService extends ICommonService { 15 | 16 | } 17 | 18 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sms/service/ISmsSendLogService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sms.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.sms.entity.SmsSendLog; 5 | 6 | /** 7 | * @Title: 短信发送日志 8 | * @Description: 短信发送日志 9 | * @author jeeweb 10 | * @date 2017-06-08 12:56:37 11 | * @version V1.0 12 | * 13 | */ 14 | public interface ISmsSendLogService extends ICommonService { 15 | 16 | } 17 | 18 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/font-awesome/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/oa/service/IOaNotificationService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.oa.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.oa.entity.OaNotification; 5 | 6 | /** 7 | * @Title: 通知公告 8 | * @Description: 通知公告 9 | * @author jeeweb 10 | * @date 2017-06-10 17:15:17 11 | * @version V1.0 12 | * 13 | */ 14 | public interface IOaNotificationService extends ICommonService { 15 | 16 | } 17 | 18 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/query/exception/QueryException.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.query.exception; 2 | 3 | import org.springframework.core.NestedRuntimeException; 4 | 5 | public class QueryException extends NestedRuntimeException { 6 | 7 | private static final long serialVersionUID = 4643233133664774145L; 8 | 9 | public QueryException(String msg) { 10 | super(msg); 11 | } 12 | 13 | public QueryException(String msg, Throwable cause) { 14 | super(msg, cause); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/email/service/IEmailSendLogService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.email.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.email.entity.EmailSendLog; 5 | 6 | /** 7 | * @Title: 邮件发送日志 8 | * @Description: 邮件发送日志 9 | * @author jeeweb 10 | * @date 2017-06-10 07:46:06 11 | * @version V1.0 12 | * 13 | */ 14 | public interface IEmailSendLogService extends ICommonService { 15 | 16 | } 17 | 18 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/email/service/IEmailTemplateService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.email.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.email.entity.EmailTemplate; 5 | 6 | /** 7 | * @Title: 邮件发送模板 8 | * @Description: 邮件发送模板 9 | * @author jeeweb 10 | * @date 2017-06-10 07:46:14 11 | * @version V1.0 12 | * 13 | */ 14 | public interface IEmailTemplateService extends ICommonService { 15 | 16 | } 17 | 18 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/IUserLastOnlineService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.sys.entity.UserLastOnline; 5 | 6 | /** 7 | * @Title: 最后在线情况 8 | * @Description: 最后在线情况 9 | * @author jeeweb 10 | * @date 2017-05-15 08:18:21 11 | * @version V1.0 12 | * 13 | */ 14 | public interface IUserLastOnlineService extends ICommonService { 15 | 16 | } 17 | 18 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/webpage/modules/codegen/table/un_sync_database.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%@include file="/WEB-INF/webpage/common/taglibs.jspf"%> 3 | 4 | 5 | 6 | <spring:message code="sys.dict.edittitle" /> 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/webpage/modules/codegen/table/un_generate_code.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%@include file="/WEB-INF/webpage/common/taglibs.jspf"%> 3 | 4 | 5 | 6 | <spring:message code="sys.dict.edittitle" /> 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/jsp/controller.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=UTF-8" 2 | import="com.baidu.ueditor.ActionEnter" 3 | pageEncoding="UTF-8"%> 4 | <%@ page trimDirectiveWhitespaces="true" %> 5 | <% 6 | 7 | request.setCharacterEncoding( "utf-8" ); 8 | response.setHeader("Content-Type" , "text/html"); 9 | 10 | String rootPath = application.getRealPath( "/" ); 11 | 12 | out.write( new ActionEnter( request, rootPath ).exec() ); 13 | 14 | %> -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/query/exception/InvalidQueryPropertyException.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.query.exception; 2 | 3 | @SuppressWarnings("serial") 4 | public final class InvalidQueryPropertyException extends QueryException { 5 | 6 | public InvalidQueryPropertyException(String property) { 7 | this(property, null); 8 | } 9 | 10 | public InvalidQueryPropertyException(String property, Throwable cause) { 11 | super("Invalid Query Property [" + property + "]", cause); 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/IDictService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service; 2 | 3 | 4 | import java.util.List; 5 | 6 | import cn.jeeweb.core.common.service.ICommonService; 7 | import cn.jeeweb.modules.sys.entity.Dict; 8 | 9 | /** 10 | * @Title: 11 | * @Description: 12 | * @author jwcg 13 | * @date 2017-02-09 09:05:29 14 | * @version V1.0 15 | * 16 | */ 17 | public interface IDictService extends ICommonService { 18 | public List selectDictList(); 19 | } 20 | -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/ui-portlets.js: -------------------------------------------------------------------------------- 1 | $(function () { 2 | $('.portlet-scroll').slimScroll({ 3 | "height": "250", 4 | "alwaysVisible": true 5 | }); 6 | 7 | $(".column").sortable({ 8 | connectWith: ".column", 9 | opacity: 0.8, 10 | coneHelperSize: true, 11 | placeholder: 'sortable-placeholder', 12 | forcePlaceholderSize: true, 13 | tolerance: "pointer" 14 | }); 15 | 16 | $(".column").disableSelection(); 17 | 18 | }); -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/font-awesome/less/list.less: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: @fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .@{fa-css-prefix}-li { 11 | position: absolute; 12 | left: -@fa-li-width; 13 | width: @fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.@{fa-css-prefix}-lg { 17 | left: (-@fa-li-width + (4em / 14)); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/codegen/codegenerator/utils/type/ITypeConvert.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.codegen.codegenerator.utils.type; 2 | 3 | import java.util.List; 4 | 5 | import cn.jeeweb.modules.codegen.codegenerator.xml.definition.Type; 6 | 7 | public interface ITypeConvert { 8 | public Type getType(String type); 9 | 10 | public List getTypes(); 11 | 12 | public List getJavaTypes(); 13 | 14 | public List getFullTypes(); 15 | 16 | public List getDbTypes(); 17 | } 18 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/cn/setting.treeObj.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Objectsetting.treeObj

4 |

概述[ 依赖 jquery.ztree.core 核心 js ]

5 |
6 |

7 |
8 |

zTree 容器的 jQuery 对象,主要功能:便于操作。

9 |

请勿进行初始化 或 修改,属于内部参数。

10 |
11 |
12 | 13 |
14 |
-------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/html/dtd/html-component-1.0.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/ISettingService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service; 2 | 3 | 4 | /** 5 | * 6 | * All rights Reserved, Designed By www.jeeweb.cn 7 | * @title: ISettingService.java 8 | * @package cn.jeeweb.modules.sys.service 9 | * @description: 设置控制器 10 | * @author: 王存见 11 | * @date: 2017年5月9日 上午8:36:51 12 | * @version V1.0 13 | * @copyright: 2017 www.jeeweb.cn Inc. All rights reserved. 14 | * 15 | */ 16 | public interface ISettingService { 17 | 18 | } 19 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/codegen/codegenerator/generator/IGenerator.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.codegen.codegenerator.generator; 2 | 3 | import java.io.IOException; 4 | import java.util.Map; 5 | 6 | import cn.jeeweb.modules.codegen.codegenerator.data.GeneratorInfo; 7 | import cn.jeeweb.modules.codegen.codegenerator.exception.GenerationException; 8 | 9 | public interface IGenerator { 10 | void generate(GeneratorInfo generatorInfo,Map dataMap) throws IOException, 11 | GenerationException; 12 | } 13 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/RoleMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | 4 | import java.util.List; 5 | 6 | import com.baomidou.mybatisplus.mapper.BaseMapper; 7 | import cn.jeeweb.modules.sys.entity.Role; 8 | 9 | public interface RoleMapper extends BaseMapper { 10 | /** 11 | * 12 | * @title: findRoleByUserId 13 | * @description: 通过用户查找角色 14 | * @param userId 15 | * @return 16 | * @return: List 17 | */ 18 | List findRoleByUserId(String userId); 19 | } 20 | -------------------------------------------------------------------------------- /src/main/resources/mappings/modules/codegen/TableMapper.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/cn/setting.treeId.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Stringsetting.treeId

4 |

概述[ 依赖 jquery.ztree.core 核心 js ]

5 |
6 |

7 |
8 |

zTree 的唯一标识,初始化后,等于 用户定义的 zTree 容器的 id 属性值。

9 |

请勿进行初始化 或 修改,属于内部参数。

10 |
11 |
12 | 13 |
14 |
-------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/utils/ArrayUtils.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.utils; 2 | 3 | import java.util.ArrayList; 4 | import java.util.List; 5 | 6 | public class ArrayUtils extends org.apache.commons.lang3.ArrayUtils { 7 | public static List split(final String str, final String separatorChar) { 8 | List strList = new ArrayList(); 9 | String[] strs = StringUtils.split(str, separatorChar); 10 | for (String string : strs) { 11 | strList.add(string); 12 | } 13 | return strList; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /src/main/resources/email.properties: -------------------------------------------------------------------------------- 1 | #\u90ae\u4ef6\u53d1\u9001 2 | mail.smtp.host=smtp.exmail.qq.com 3 | mail.smtp.port=25 4 | mail.smtp.auth=true 5 | #\u8ba4\u8bc1\u7684\u5e10\u6237\u548c\u5bc6\u7801 6 | mail.auth.username=jeeweb@jeeweb.cn 7 | mail.auth.password=Jeeweb123456 8 | mail.sender.username=jeeweb@jeeweb.cn 9 | mail.sender.alias=Jeeweb\u654f\u6377\u5f00\u53d1\u5e73\u53f0 10 | #\u67d0\u4e9b\u90ae\u7bb1\u670d\u52a1\u5668\u8981\u6c42 SMTP \u8fde\u63a5\u9700\u8981\u4f7f\u7528 SSL \u5b89\u5168\u8ba4\u8bc1 11 | mail.smtp.open.ssl=true -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/security/shiro/authz/annotation/RolesAllowed.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.security.shiro.authz.annotation; 2 | 3 | import java.lang.annotation.Documented; 4 | import java.lang.annotation.ElementType; 5 | import java.lang.annotation.Retention; 6 | import java.lang.annotation.RetentionPolicy; 7 | import java.lang.annotation.Target; 8 | 9 | @Documented 10 | @Target({ ElementType.TYPE, ElementType.METHOD }) 11 | @Retention(RetentionPolicy.RUNTIME) 12 | public @interface RolesAllowed { 13 | String[] value(); 14 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/codegen/mapper/TableMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.codegen.mapper; 2 | 3 | import java.util.List; 4 | 5 | import com.baomidou.mybatisplus.mapper.BaseMapper; 6 | import cn.jeeweb.modules.codegen.entity.Table; 7 | 8 | public interface TableMapper extends BaseMapper { 9 | 10 | /** 11 | * 12 | * @title: findSubTables 13 | * @description:通过表名获得子表信息 14 | * @param userId 15 | * @return 16 | * @return: List 17 | */ 18 | List
findSubTables(String tablename); 19 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/LogMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import java.util.List; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import com.baomidou.mybatisplus.mapper.BaseMapper; 8 | import com.baomidou.mybatisplus.mapper.Wrapper; 9 | import com.baomidou.mybatisplus.plugins.Page; 10 | import cn.jeeweb.modules.sys.entity.Log; 11 | 12 | public interface LogMapper extends BaseMapper { 13 | 14 | List selectLogPage(Page page, @Param("ew") Wrapper wrapper); 15 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/IRoleService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service; 2 | 3 | import java.util.List; 4 | 5 | import cn.jeeweb.core.common.service.ICommonService; 6 | import cn.jeeweb.modules.sys.entity.Role; 7 | 8 | /** 9 | * @Title: 10 | * @Description: 11 | * @author jwcg 12 | * @date 2014-12-20 21:33:15 13 | * @version V1.0 14 | * 15 | */ 16 | public interface IRoleService extends ICommonService { 17 | /** 18 | * 通过用户ID查找角色 19 | */ 20 | public List findListByUserId(String userid); 21 | } 22 | -------------------------------------------------------------------------------- /src/main/resources/mapper/tags/html/theme-js-html-component.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | ]]> 11 | 12 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/font-awesome/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | 12 | } 13 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/cn/fn.zTree._z.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

JSON$.fn.zTree._z

4 |

概述[ 依赖 jquery.ztree.core 核心 js ]

5 |
6 |

7 |
8 |

zTree v3.x 内部的全部方法都可以通过 $.fn.zTree._z 进行调用,开放出来是为了更便于大家开发制作自己的 zTree 插件。

9 |

如无特殊需求请勿使用此对象,以及修改此对象内部的各个函数。

10 |
11 |
12 |
13 |
-------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/query/exception/InvalidQueryValueException.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.query.exception; 2 | 3 | @SuppressWarnings("serial") 4 | public final class InvalidQueryValueException extends QueryException { 5 | 6 | public InvalidQueryValueException(String property, Object value) { 7 | this(property, value, null); 8 | } 9 | 10 | public InvalidQueryValueException(String property, Object value, Throwable cause) { 11 | super("Invalid Query Value, queryProperty [" + property + "], value [" + value + "]", cause); 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/model/ValidJson.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.model; 2 | 3 | import java.io.Serializable; 4 | 5 | @SuppressWarnings("serial") 6 | public class ValidJson implements Serializable { 7 | private String status; 8 | private String info; 9 | 10 | public String getStatus() { 11 | return status; 12 | } 13 | 14 | public void setStatus(String status) { 15 | this.status = status; 16 | } 17 | 18 | public String getInfo() { 19 | return info; 20 | } 21 | 22 | public void setInfo(String info) { 23 | this.info = info; 24 | } 25 | 26 | } 27 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/Constants.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys; 2 | 3 | public class Constants { 4 | // 字典缓存KEY 5 | public static final String CACHE_DICT_MAP = "cacheDictMap"; 6 | public static final String CURRENT_USER = "systemuser"; 7 | public static final String CURRENT_USERNAME = "systemusername"; 8 | public static final String SESSION_FORCE_LOGOUT_KEY = "session.force.logout"; 9 | 10 | public static final String ERROR = "error"; 11 | public static final String SUCCESS = "error"; 12 | public static final String MESSAGE = "message"; 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/OrganizationMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import java.util.List; 4 | 5 | import cn.jeeweb.core.common.mapper.BaseTreeMapper; 6 | import cn.jeeweb.modules.sys.entity.Organization; 7 | 8 | public interface OrganizationMapper extends BaseTreeMapper { 9 | 10 | /** 11 | * 12 | * @title: findListByUserId 13 | * @description: 通过用户查找组织机构 14 | * @param userId 15 | * @return 16 | * @return: List 17 | */ 18 | List findListByUserId(String userId); 19 | } -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/codemirror/mode/ruby/test.js: -------------------------------------------------------------------------------- 1 | // CodeMirror, copyright (c) by Marijn Haverbeke and others 2 | // Distributed under an MIT license: http://codemirror.net/LICENSE 3 | 4 | (function() { 5 | var mode = CodeMirror.getMode({indentUnit: 2}, "ruby"); 6 | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } 7 | 8 | MT("divide_equal_operator", 9 | "[variable bar] [operator /=] [variable foo]"); 10 | 11 | MT("divide_equal_operator_no_spacing", 12 | "[variable foo][operator /=][number 42]"); 13 | 14 | })(); 15 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/security/shiro/authz/annotation/RequiresPathPermission.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.security.shiro.authz.annotation; 2 | 3 | import java.lang.annotation.ElementType; 4 | import java.lang.annotation.Retention; 5 | import java.lang.annotation.RetentionPolicy; 6 | import java.lang.annotation.Target; 7 | 8 | /** 9 | * 自定义权限注册 需要配合RequiresMethodPermissions 使用 10 | * 11 | * @author 王存见 12 | * 13 | */ 14 | @Target({ ElementType.TYPE }) 15 | @Retention(RetentionPolicy.RUNTIME) 16 | public @interface RequiresPathPermission { 17 | 18 | String value(); 19 | 20 | } 21 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/common/bean/ValidJson.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.common.bean; 2 | 3 | import java.io.Serializable; 4 | 5 | @SuppressWarnings("serial") 6 | public class ValidJson implements Serializable { 7 | private String status; 8 | private String info; 9 | 10 | public String getStatus() { 11 | return status; 12 | } 13 | 14 | public void setStatus(String status) { 15 | this.status = status; 16 | } 17 | 18 | public String getInfo() { 19 | return info; 20 | } 21 | 22 | public void setInfo(String info) { 23 | this.info = info; 24 | } 25 | 26 | } 27 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/webpage/decorators/form-theme.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%@include file="/WEB-INF/webpage/common/taglibs.jspf"%> 3 | <%@ taglib prefix="sitemesh" uri="http://www.opensymphony.com/sitemesh/decorator" %> 4 | 5 | 6 | 7 | 8 | <%@include file="./uadmin/form-theme.jsp" %> 9 | 10 | 11 | <%@include file="./default/form-theme.jsp" %> 12 | 13 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/webpage/decorators/grid-select.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%@include file="/WEB-INF/webpage/common/taglibs.jspf"%> 3 | <%@ taglib prefix="sitemesh" uri="http://www.opensymphony.com/sitemesh/decorator" %> 4 | 5 | 6 | 7 | 8 | <%@include file="./uadmin/grid-select.jsp" %> 9 | 10 | 11 | <%@include file="./default/list-theme.jsp" %> 12 | 13 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/webpage/decorators/list-theme.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%@include file="/WEB-INF/webpage/common/taglibs.jspf"%> 3 | <%@ taglib prefix="sitemesh" uri="http://www.opensymphony.com/sitemesh/decorator" %> 4 | 5 | 6 | 7 | 8 | <%@include file="./uadmin/list-theme.jsp" %> 9 | 10 | 11 | <%@include file="./default/list-theme.jsp" %> 12 | 13 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/UserOnlineMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import java.util.List; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import com.baomidou.mybatisplus.mapper.BaseMapper; 8 | import com.baomidou.mybatisplus.mapper.Wrapper; 9 | import com.baomidou.mybatisplus.plugins.Page; 10 | import cn.jeeweb.modules.sys.entity.UserOnline; 11 | 12 | public interface UserOnlineMapper extends BaseMapper { 13 | 14 | List selectUserOnlinePage(Page page, @Param("ew") Wrapper wrapper); 15 | } -------------------------------------------------------------------------------- /src/main/resources/codegen/template/code/xmlMapperTemplate.ftl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | <#list columns as column> 7 | t.${column.columnName}<#if !column.isBaseType> AS "${column.javaField}.id"<#if column_has_next>, 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/webpage/decorators/single-theme.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%@include file="/WEB-INF/webpage/common/taglibs.jspf"%> 3 | <%@ taglib prefix="sitemesh" uri="http://www.opensymphony.com/sitemesh/decorator" %> 4 | 5 | 6 | 7 | 8 | <%@include file="./uadmin/single-theme.jsp" %> 9 | 10 | 11 | <%@include file="./default/single-theme.jsp" %> 12 | 13 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables.less"; 7 | @import "mixins.less"; 8 | @import "path.less"; 9 | @import "core.less"; 10 | @import "larger.less"; 11 | @import "fixed-width.less"; 12 | @import "list.less"; 13 | @import "bordered-pulled.less"; 14 | @import "animated.less"; 15 | @import "rotated-flipped.less"; 16 | @import "stacked.less"; 17 | @import "icons.less"; 18 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/third-party/highcharts/modules/heatmap.js: -------------------------------------------------------------------------------- 1 | (function(b){var k=b.seriesTypes,l=b.each;k.heatmap=b.extendClass(k.map,{colorKey:"z",useMapGeometry:!1,pointArrayMap:["y","z"],translate:function(){var c=this,b=c.options,i=Number.MAX_VALUE,j=Number.MIN_VALUE;c.generatePoints();l(c.data,function(a){var e=a.x,f=a.y,d=a.z,g=(b.colsize||1)/2,h=(b.rowsize||1)/2;a.path=["M",e-g,f-h,"L",e+g,f-h,"L",e+g,f+h,"L",e-g,f+h,"Z"];a.shapeType="path";a.shapeArgs={d:c.translatePath(a.path)};typeof d==="number"&&(d>j?j=d:d { 17 | /** 18 | * 通过用户ID查找角色 19 | */ 20 | public List findListByUserId(String userid); 21 | } 22 | -------------------------------------------------------------------------------- /src/main/resources/codegen/template/code/onetomany/xmlMapperTemplate.ftl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | <#list columns as column> 7 | t.${column.columnName}<#if !column.isBaseType> AS "${column.javaField}.id"<#if column_has_next>, 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/codemirror/mode/tiki/tiki.css: -------------------------------------------------------------------------------- 1 | .cm-tw-syntaxerror { 2 | color: #FFF; 3 | background-color: #900; 4 | } 5 | 6 | .cm-tw-deleted { 7 | text-decoration: line-through; 8 | } 9 | 10 | .cm-tw-header5 { 11 | font-weight: bold; 12 | } 13 | .cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/ 14 | padding-left: 10px; 15 | } 16 | 17 | .cm-tw-box { 18 | border-top-width: 0px ! important; 19 | border-style: solid; 20 | border-width: 1px; 21 | border-color: inherit; 22 | } 23 | 24 | .cm-tw-underline { 25 | text-decoration: underline; 26 | } 27 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/cn/zTreeObj.setting.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

JSONzTreeObj.setting

4 |

概述[ 依赖 jquery.ztree.core 核心 js ]

5 |
6 |

7 |
8 |

zTree 对象使用的 setting 配置数据,详细请参考 “setting 配置详解”中的各个属性详细说明

9 |

v3.x 取消了原先操作 setting 的方法,让用户可以较自由的修改参数,但请注意,对于 zTree 初始化有影响的参数后期修改是不会起作用的,请对各个属性有较深入的了解以后再考虑进行修改。

10 |
11 |
12 |
13 |
-------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/common/service/ITreeCommonService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.common.service; 2 | 3 | import java.io.Serializable; 4 | import java.util.List; 5 | 6 | import com.baomidou.mybatisplus.mapper.Wrapper; 7 | 8 | import cn.jeeweb.core.common.entity.tree.TreeNode; 9 | import cn.jeeweb.core.query.data.Queryable; 10 | 11 | public interface ITreeCommonService, ID extends Serializable> 12 | extends ICommonService { 13 | public List selectTreeList(Wrapper wrapper); 14 | public List selectTreeList(Queryable queryable,Wrapper wrapper); 15 | } -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .@{fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .@{fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .@{fa-css-prefix}-inverse { color: @fa-inverse; } 21 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/cn/treeNode.diy.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

?treeNode.* DIY *

4 |

概述[ 依赖 jquery.ztree.core 核心 js ]

5 |
6 |

7 |
8 |

用于保存节点的其他自定义数据信息,不要与 zTree 使用的属性相同即可,用户可随意设定。

9 |
10 |
11 |

treeNode 举例

12 |

1. 设置节点的备用英文名称

13 |
var node = { "id":1, "name":"test1", "ename":"test eName"};
14 |
15 |
-------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/AttachmentMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import java.util.List; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | import com.baomidou.mybatisplus.mapper.BaseMapper; 7 | import com.baomidou.mybatisplus.mapper.Wrapper; 8 | import com.baomidou.mybatisplus.plugins.Page; 9 | 10 | import cn.jeeweb.modules.sys.entity.Attachment; 11 | 12 | /** 13 | * 附件数据库控制层接口 14 | */ 15 | public interface AttachmentMapper extends BaseMapper { 16 | List selectAttachmentPage(Page page, @Param("ew") Wrapper wrapper); 17 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/controller/MenuController.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.controller; 2 | 3 | import org.springframework.stereotype.Controller; 4 | import org.springframework.web.bind.annotation.RequestMapping; 5 | 6 | import cn.jeeweb.core.common.controller.BaseTreeController; 7 | import cn.jeeweb.core.security.shiro.authz.annotation.RequiresPathPermission; 8 | import cn.jeeweb.modules.sys.entity.Menu; 9 | 10 | @Controller 11 | @RequestMapping("${admin.url.prefix}/sys/menu") 12 | @RequiresPathPermission("sys:menu") 13 | public class MenuController extends BaseTreeController { 14 | 15 | } 16 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/demo/cn/asyncData/getNodesForBigData.php: -------------------------------------------------------------------------------- 1 | 2 | [] -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/disruptor/sms/SmsEventFactory.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.disruptor.sms; 2 | 3 | import com.lmax.disruptor.EventFactory; 4 | 5 | /** 6 | * 7 | * All rights Reserved, Designed By www.jeeweb.cn 8 | * 9 | * @title: LongEventFactory.java 10 | * @package cn.jeeweb.core.disruptor.sms 11 | * @description: 定义事件工厂 12 | * @author: 王存见 13 | * @date: 2017年6月7日 下午11:18:32 14 | * @version V1.0 15 | * @copyright: 2017 www.jeeweb.cn Inc. All rights reserved. 16 | * 17 | */ 18 | public class SmsEventFactory implements EventFactory { 19 | public SmsEvent newInstance() { 20 | return new SmsEvent(); 21 | } 22 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/security/shiro/ShiroConstants.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2005-2012 https://github.com/zhangkaitao 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | */ 6 | package cn.jeeweb.modules.sys.security.shiro; 7 | 8 | /** 9 | *

User: Zhang Kaitao 10 | *

Date: 13-3-22 上午7:44 11 | *

Version: 1.0 12 | */ 13 | public interface ShiroConstants { 14 | /** 15 | * 当前在线会话 16 | */ 17 | String ONLINE_SESSION = "online_session"; 18 | 19 | /** 20 | * 仅清空本地缓存 不情况数据库的 21 | */ 22 | String ONLY_CLEAR_CACHE = "online_session_only_clear_cache"; 23 | } 24 | -------------------------------------------------------------------------------- /src/main/resources/codegen/template/code/MapperTemplate.ftl: -------------------------------------------------------------------------------- 1 | package ${packageName}<#if moduleName?exists><#if moduleName!=''>.${moduleName}.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | import ${packageName}<#if moduleName?exists><#if moduleName!=''>.${moduleName}.entity.${entityName?cap_first}; 5 | 6 | /** 7 | * @Title: ${functionName}数据库控制层接口 8 | * @Description: ${functionDesc}数据库控制层接口 9 | * @author ${functionAuthor} 10 | * @date ${time} 11 | * @version V1.0 12 | * 13 | */ 14 | public interface ${entityName?cap_first}Mapper extends BaseMapper<${entityName?cap_first}> { 15 | 16 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/common/constant/DataBaseConstant.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.common.constant; 2 | 3 | /** 4 | * 5 | * All rights Reserved, Designed By www.jeeweb.cn 6 | * 7 | * @title: DataBaseConstant.java 8 | * @package cn.jeeweb.modules.common 9 | * @description: 常量 10 | * @author: 王存见 11 | * @date: 2017年5月29日 下午9:55:00 12 | * @version V1.0 13 | * @copyright: 2017 www.jeeweb.cn Inc. All rights reserved. 14 | * 15 | */ 16 | public interface DataBaseConstant { 17 | /** 18 | * 删除标记(0:正常;1:删除 ) 19 | */ 20 | public static final String DEL_FLAG_NORMAL = "0"; 21 | public static final String DEL_FLAG_DELETE = "1"; 22 | } 23 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/IUserRoleService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import cn.jeeweb.modules.sys.entity.UserRole; 5 | 6 | /** 7 | * 8 | * All rights Reserved, Designed By www.jeeweb.cn 9 | * 10 | * @title: IUserRoleService.java 11 | * @package cn.jeeweb.modules.sys.service 12 | * @description: 角色 13 | * @author: 王存见 14 | * @date: 2017年7月11日 下午9:21:20 15 | * @version V1.0 16 | * @copyright: 2017 www.jeeweb.cn Inc. All rights reserved. 17 | * 18 | */ 19 | public interface IUserRoleService extends ICommonService { 20 | 21 | } 22 | -------------------------------------------------------------------------------- /src/main/resources/codegen/template/code/IServiceTemplate.ftl: -------------------------------------------------------------------------------- 1 | package ${packageName}<#if moduleName?exists><#if moduleName!=''>.${moduleName}.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import ${packageName}<#if moduleName?exists><#if moduleName!=''>.${moduleName}.entity.${entityName?cap_first}; 5 | 6 | /** 7 | * @Title: ${functionName} 8 | * @Description: ${functionDesc} 9 | * @author ${functionAuthor} 10 | * @date ${time} 11 | * @version V1.0 12 | * 13 | */ 14 | public interface I${entityName?cap_first}Service extends ICommonService<${entityName?cap_first}> { 15 | 16 | } 17 | 18 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/decorators.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | /static/* 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/codegen/controller/ColumnController.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.codegen.controller; 2 | 3 | import org.springframework.stereotype.Controller; 4 | import org.springframework.web.bind.annotation.RequestMapping; 5 | 6 | import cn.jeeweb.core.common.controller.BaseCRUDController; 7 | import cn.jeeweb.core.security.shiro.authz.annotation.RequiresPathPermission; 8 | import cn.jeeweb.modules.codegen.entity.Column; 9 | @Controller 10 | @RequestMapping("${admin.url.prefix}/codegen/column") 11 | @RequiresPathPermission("codegen:column") 12 | public class ColumnController extends BaseCRUDController { 13 | 14 | } 15 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/DataSourceMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | import cn.jeeweb.modules.sys.entity.DataSource; 5 | 6 | /** 7 | * 8 | * All rights Reserved, Designed By www.jeeweb.cn 9 | * 10 | * @title: DataSourceMapper.java 11 | * @package cn.jeeweb.modules.sys.mapper 12 | * @description: 数据源数据库控制层接口 13 | * @author: 王存见 14 | * @date: 2017年7月14日 下午10:21:41 15 | * @version V1.0 16 | * @copyright: 2017 www.jeeweb.cn Inc. All rights reserved. 17 | * 18 | */ 19 | public interface DataSourceMapper extends BaseMapper { 20 | 21 | } 22 | -------------------------------------------------------------------------------- /src/main/resources/codegen/template/code/onetomany/MapperTemplate.ftl: -------------------------------------------------------------------------------- 1 | package ${packageName}<#if moduleName?exists><#if moduleName!=''>.${moduleName}.mapper; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | import ${packageName}<#if moduleName?exists><#if moduleName!=''>.${moduleName}.entity.${entityName?cap_first}; 5 | 6 | /** 7 | * @Title: ${functionName}数据库控制层接口 8 | * @Description: ${functionDesc}数据库控制层接口 9 | * @author ${functionAuthor} 10 | * @date ${time} 11 | * @version V1.0 12 | * 13 | */ 14 | public interface ${entityName?cap_first}Mapper extends BaseMapper<${entityName?cap_first}> { 15 | 16 | } -------------------------------------------------------------------------------- /src/main/resources/codegen/template/code/tree/MapperTemplate.ftl: -------------------------------------------------------------------------------- 1 | package ${packageName}<#if moduleName?exists><#if moduleName!=''>.${moduleName}.mapper; 2 | 3 | import cn.jeeweb.core.common.mapper.BaseTreeMapper; 4 | import ${packageName}<#if moduleName?exists><#if moduleName!=''>.${moduleName}.entity.${entityName?cap_first}; 5 | 6 | /** 7 | * @Title: ${functionName}数据库控制层接口 8 | * @Description: ${functionDesc}数据库控制层接口 9 | * @author ${functionAuthor} 10 | * @date ${time} 11 | * @version V1.0 12 | * 13 | */ 14 | public interface ${entityName?cap_first}Mapper extends BaseTreeMapper<${entityName?cap_first}> { 15 | 16 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/disruptor/email/EmailEventFactory.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.disruptor.email; 2 | 3 | import com.lmax.disruptor.EventFactory; 4 | 5 | /** 6 | * 7 | * All rights Reserved, Designed By www.jeeweb.cn 8 | * 9 | * @title: LongEventFactory.java 10 | * @package cn.jeeweb.core.disruptor.sms 11 | * @description: 定义事件工厂 12 | * @author: 王存见 13 | * @date: 2017年6月7日 下午11:18:32 14 | * @version V1.0 15 | * @copyright: 2017 www.jeeweb.cn Inc. All rights reserved. 16 | * 17 | */ 18 | public class EmailEventFactory implements EventFactory { 19 | public EmailEvent newInstance() { 20 | return new EmailEvent(); 21 | } 22 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/impl/RoleMenuServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service.impl; 2 | 3 | import cn.jeeweb.core.common.service.impl.CommonServiceImpl; 4 | import cn.jeeweb.modules.sys.entity.RoleMenu; 5 | import cn.jeeweb.modules.sys.mapper.RoleMenuMapper; 6 | import cn.jeeweb.modules.sys.service.IRoleMenuService; 7 | 8 | import org.springframework.stereotype.Service; 9 | import org.springframework.transaction.annotation.Transactional; 10 | 11 | @Transactional 12 | @Service("roleMenuService") 13 | public class RoleMenuServiceImpl extends CommonServiceImpl implements IRoleMenuService { 14 | 15 | } 16 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/impl/UserRoleServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service.impl; 2 | 3 | import cn.jeeweb.core.common.service.impl.CommonServiceImpl; 4 | import cn.jeeweb.modules.sys.entity.UserRole; 5 | import cn.jeeweb.modules.sys.mapper.UserRoleMapper; 6 | import cn.jeeweb.modules.sys.service.IUserRoleService; 7 | 8 | import org.springframework.stereotype.Service; 9 | import org.springframework.transaction.annotation.Transactional; 10 | 11 | @Transactional 12 | @Service("userRoleService") 13 | public class UserRoleServiceImpl extends CommonServiceImpl implements IUserRoleService { 14 | 15 | } 16 | -------------------------------------------------------------------------------- /src/main/resources/codegen/template/code/onetomany/IServiceTemplate.ftl: -------------------------------------------------------------------------------- 1 | package ${packageName}<#if moduleName?exists><#if moduleName!=''>.${moduleName}.service; 2 | 3 | import cn.jeeweb.core.common.service.ICommonService; 4 | import ${packageName}<#if moduleName?exists><#if moduleName!=''>.${moduleName}.entity.${entityName?cap_first}; 5 | 6 | /** 7 | * @Title: ${functionName} 8 | * @Description: ${functionDesc} 9 | * @author ${functionAuthor} 10 | * @date ${time} 11 | * @version V1.0 12 | * 13 | */ 14 | public interface I${entityName?cap_first}Service extends ICommonService<${entityName?cap_first}> { 15 | 16 | } 17 | 18 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/impl/DictGroupServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service.impl; 2 | 3 | import cn.jeeweb.core.common.service.impl.CommonServiceImpl; 4 | import cn.jeeweb.modules.sys.entity.DictGroup; 5 | import cn.jeeweb.modules.sys.mapper.DictGroupMapper; 6 | import cn.jeeweb.modules.sys.service.IDictGroupService; 7 | 8 | import org.springframework.stereotype.Service; 9 | import org.springframework.transaction.annotation.Transactional; 10 | 11 | @Transactional 12 | @Service("dictGroupService") 13 | public class DictGroupServiceImpl extends CommonServiceImpl implements IDictGroupService { 14 | } 15 | -------------------------------------------------------------------------------- /src/main/resources/codegen/template/code/tree/IServiceTemplate.ftl: -------------------------------------------------------------------------------- 1 | package ${packageName}<#if moduleName?exists><#if moduleName!=''>.${moduleName}.service; 2 | 3 | import cn.jeeweb.core.common.service.ITreeCommonService; 4 | import ${packageName}<#if moduleName?exists><#if moduleName!=''>.${moduleName}.entity.${entityName?cap_first}; 5 | 6 | /** 7 | * @Title: ${functionName} 8 | * @Description: ${functionDesc} 9 | * @author ${functionAuthor} 10 | * @date ${time} 11 | * @version V1.0 12 | * 13 | */ 14 | public interface I${entityName?cap_first}Service extends ITreeCommonService<${entityName?cap_first},String>{ 15 | 16 | } 17 | 18 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ydui/js/ydui.flexible.js: -------------------------------------------------------------------------------- 1 | !function(t){var e=750,i=t.document,n=i.documentElement,o="orientationchange"in t?"orientationchange":"resize",a=function t(){var i=n.getBoundingClientRect().width;return n.style.fontSize=5*Math.max(Math.min(20*(i/e),11.2),8.55)+"px",t}();n.setAttribute("data-dpr",t.navigator.appVersion.match(/iphone/gi)?t.devicePixelRatio:1),/iP(hone|od|ad)/.test(t.navigator.userAgent)&&(i.documentElement.classList.add("ios"),parseInt(t.navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/)[1],10)>=8&&i.documentElement.classList.add("hairline")),i.addEventListener&&(t.addEventListener(o,a,!1),i.addEventListener("DOMContentLoaded",a,!1))}(window); -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/webpage/decorators/default/form-theme.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8"%> 2 | 3 | 4 | 5 | <sitemesh:title/>-<spring:message code="platform.copyright" /> 6 | <%@include file="form-header.jsp" %> 7 | 8 | 9 | 10 | 11 |

12 | 13 |
14 | <%@include file="form-footer.jsp" %> 15 | 16 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/controller/OrganizationController.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.controller; 2 | 3 | import org.springframework.stereotype.Controller; 4 | import org.springframework.web.bind.annotation.RequestMapping; 5 | 6 | import cn.jeeweb.core.common.controller.BaseTreeController; 7 | import cn.jeeweb.core.security.shiro.authz.annotation.RequiresPathPermission; 8 | import cn.jeeweb.modules.sys.entity.Organization; 9 | 10 | @Controller 11 | @RequestMapping("${admin.url.prefix}/sys/organization") 12 | @RequiresPathPermission("sys:organization") 13 | public class OrganizationController extends BaseTreeController { 14 | 15 | } 16 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/task/task/TaskTest.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.task.task; 2 | 3 | 4 | import java.util.Date; 5 | import org.apache.log4j.Logger; 6 | import org.springframework.stereotype.Component; 7 | 8 | @Component 9 | public class TaskTest { 10 | public final Logger log = Logger.getLogger(this.getClass()); 11 | 12 | public void run() { 13 | for (int i = 0; i < 10; i++) { 14 | log.info(i+" run......................................" + (new Date())); 15 | } 16 | 17 | } 18 | 19 | public void run1() { 20 | for (int i = 0; i < 10; i++) { 21 | log.info(i+" run1......................................" + (new Date())); 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/security/shiro/authz/annotation/RequiresMethodPermissions.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.security.shiro.authz.annotation; 2 | 3 | import java.lang.annotation.ElementType; 4 | import java.lang.annotation.Retention; 5 | import java.lang.annotation.RetentionPolicy; 6 | import java.lang.annotation.Target; 7 | import org.apache.shiro.authz.annotation.Logical; 8 | 9 | /** 10 | * 自定义权限控制器 11 | * 12 | * 13 | * @author 王存见 14 | * 15 | */ 16 | @Target({ ElementType.METHOD }) 17 | @Retention(RetentionPolicy.RUNTIME) 18 | public @interface RequiresMethodPermissions { 19 | 20 | String[] value(); 21 | 22 | Logical logical() default Logical.AND; 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/webuploader/webuploader.css: -------------------------------------------------------------------------------- 1 | .webuploader-container { 2 | position: relative; 3 | } 4 | .webuploader-element-invisible { 5 | position: absolute !important; 6 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 7 | clip: rect(1px,1px,1px,1px); 8 | } 9 | .webuploader-pick { 10 | position: relative; 11 | display: inline-block; 12 | cursor: pointer; 13 | background: #00b7ee; 14 | padding: 10px 15px; 15 | color: #fff; 16 | text-align: center; 17 | border-radius: 3px; 18 | overflow: hidden; 19 | } 20 | .webuploader-pick-hover { 21 | background: #00a2d4; 22 | } 23 | 24 | .webuploader-pick-disable { 25 | opacity: 0.6; 26 | pointer-events:none; 27 | } 28 | 29 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/utils/MapUtils.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.utils; 2 | 3 | import java.util.Map; 4 | 5 | public class MapUtils extends org.apache.commons.collections.MapUtils { 6 | 7 | public static Boolean containsAndKeys(Map dataMap, String[] keys) { 8 | for (String key : keys) { 9 | if (!dataMap.containsKey(key)) { 10 | return Boolean.FALSE; 11 | } 12 | } 13 | return Boolean.TRUE; 14 | } 15 | 16 | public static Boolean containsOrKeys(Map dataMap, String[] keys) { 17 | for (String key : keys) { 18 | if (dataMap.containsKey(key)) { 19 | return Boolean.TRUE; 20 | } 21 | } 22 | return Boolean.FALSE; 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/ui-editors.js: -------------------------------------------------------------------------------- 1 | $(function () { 2 | //BEGIN BOOTSTRAP WYSIWYG5 3 | $('.wysihtml5').wysihtml5(); 4 | //END BOOTSTRAP WYSIWYG5 5 | 6 | //BEGIN CKEDITOR 7 | CKEDITOR.disableAutoInline = true; 8 | //END CKEDITOR 9 | 10 | //BEGIN SUMMERNOTE EDITOR 11 | $('#summernote-default').summernote(); 12 | $('#summernote-edit').click(function() { 13 | $('.click2edit').summernote({focus: true}); 14 | }); 15 | $('#summernote-save').click(function() { 16 | var aHTML = $('.click2edit').code(); //save HTML If you need(aHTML: array). 17 | $('.click2edit').destroy(); 18 | }); 19 | //END SUMMERNOTE EDITOR 20 | }); 21 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/IMenuService.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service; 2 | 3 | import java.util.List; 4 | 5 | import cn.jeeweb.core.common.service.ITreeCommonService; 6 | import cn.jeeweb.modules.sys.entity.Menu; 7 | 8 | /** 9 | * @Title: 10 | * @Description: 11 | * @author jwcg 12 | * @date 2014-12-20 21:33:32 13 | * @version V1.0 14 | * 15 | */ 16 | public interface IMenuService extends ITreeCommonService { 17 | 18 | /** 19 | * 通过用户ID查找菜单 20 | * 21 | * @return 22 | */ 23 | List findMenuByUserId(String userId); 24 | 25 | /** 26 | * 通过角色查找菜单 27 | * 28 | * @return 29 | */ 30 | List findMenuByRoleId(String roleId); 31 | } 32 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/cn/setting.data.key.name.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Stringsetting.data.key.name

4 |

概述[ 依赖 jquery.ztree.core 核心 js ]

5 |
6 |

7 |
8 |

zTree 节点数据保存节点名称的属性名称。

9 |

默认值:"name"

10 |
11 |
12 |

setting 举例

13 |

1. 设置 zTree 显示节点时,将 treeNode 的 ename 属性当做节点名称

14 |
var setting = {
15 | 	data: {
16 | 		key: {
17 | 			name: "ename"
18 | 		}
19 | 	}
20 | };
21 | ......
22 |
23 |
-------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/cn/treeNode.isHover.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

BooleantreeNode.isHover

4 |

概述[ 依赖 jquery.ztree.exedit 扩展 js ]

5 |
6 |

7 |
8 |

记录节点 的 hover 状态,主要用于 setting.view.addHoverDom / removeHoverDom 。

9 |

zTree 内部使用,请勿进行初始化 或 随意修改

10 |

默认值:false

11 |
12 |
13 |

Boolean 格式说明

14 |
15 |

true 表示节点处于 hover 状态

16 |

false 表示节点未处于 hover 状态

17 |
18 |
19 |
-------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/webpage/decorators/default/form-header.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java"%> 2 | 3 | 4 | 5 | "> 6 | "> 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/page-contact.js: -------------------------------------------------------------------------------- 1 | $(function () { 2 | var map; 3 | $(document).ready(function(){ 4 | 5 | // Create map 6 | var map = new GMaps({ 7 | div: '#gmaps', 8 | lat: -12.043333, 9 | lng: -77.028333 10 | }); 11 | 12 | var infoWindow = new google.maps.InfoWindow({ 13 | content: '

Loop, Inc.
7275 Crescent Canyon St

' 14 | }); 15 | 16 | map.addMarker({ 17 | lat: -12.043333, 18 | lng: -77.028333, 19 | title: 'Company', 20 | map: map.map, 21 | infoWindow: infoWindow 22 | }); 23 | 24 | }); 25 | 26 | }); -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/ueditor/third-party/webuploader/webuploader.css: -------------------------------------------------------------------------------- 1 | .webuploader-container { 2 | position: relative; 3 | } 4 | .webuploader-element-invisible { 5 | position: absolute !important; 6 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 7 | clip: rect(1px,1px,1px,1px); 8 | } 9 | .webuploader-pick { 10 | position: relative; 11 | display: inline-block; 12 | cursor: pointer; 13 | background: #00b7ee; 14 | padding: 10px 15px; 15 | color: #fff; 16 | text-align: center; 17 | border-radius: 3px; 18 | overflow: hidden; 19 | } 20 | .webuploader-pick-hover { 21 | background: #00a2d4; 22 | } 23 | 24 | .webuploader-pick-disable { 25 | opacity: 0.6; 26 | pointer-events:none; 27 | } 28 | 29 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ja.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Japanese translation for bootstrap-datetimepicker 3 | * Norio Suzuki 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['ja'] = { 7 | days: ["日曜", "月曜", "火曜", "水曜", "木曜", "金曜", "土曜", "日曜"], 8 | daysShort: ["日", "月", "火", "水", "木", "金", "土", "日"], 9 | daysMin: ["日", "月", "火", "水", "木", "金", "土", "日"], 10 | months: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], 11 | monthsShort: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], 12 | today: "今日", 13 | suffix: [], 14 | meridiem: [] 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/table-datatables.js: -------------------------------------------------------------------------------- 1 | // INIT DATATABLES 2 | $(function () { 3 | // Init 4 | var spinner = $( ".spinner" ).spinner(); 5 | var table = $('#table_id').dataTable( { 6 | "lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]] 7 | } ); 8 | 9 | var tableTools = new $.fn.dataTable.TableTools( table, { 10 | "sSwfPath": "../vendors/DataTables/extensions/TableTools/swf/copy_csv_xls_pdf.swf", 11 | "buttons": [ 12 | "copy", 13 | "csv", 14 | "xls", 15 | "pdf", 16 | { "type": "print", "buttonText": "Print me!" } 17 | ] 18 | } ); 19 | $(".DTTT_container").css("float","right"); 20 | }); 21 | 22 | 23 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/cn/setting.data.key.children.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Stringsetting.data.key.children

4 |

概述[ 依赖 jquery.ztree.core 核心 js ]

5 |
6 |

7 |
8 |

zTree 节点数据中保存子节点数据的属性名称。

9 |

默认值:"children"

10 |
11 |
12 |

setting 举例

13 |

1. 设置 zTree 显示节点时,将 treeNode 的 nodes 属性当做节点名称

14 |
var setting = {
15 | 	data: {
16 | 		key: {
17 | 			children: "nodes"
18 | 		}
19 | 	}
20 | };
21 | ......
22 |
23 |
-------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/UserMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import cn.jeeweb.modules.sys.entity.User; 4 | 5 | import java.util.List; 6 | 7 | import org.apache.ibatis.annotations.Param; 8 | 9 | import com.baomidou.mybatisplus.mapper.BaseMapper; 10 | import com.baomidou.mybatisplus.mapper.Wrapper; 11 | import com.baomidou.mybatisplus.plugins.pagination.Pagination; 12 | 13 | public interface UserMapper extends BaseMapper { 14 | 15 | /** 16 | * 17 | * @title: selectUserList 18 | * @description: 查找用户列表 19 | * @param wrapper 20 | * @return 21 | * @return: List 22 | */ 23 | List selectUserList(Pagination page, @Param("ew") Wrapper wrapper); 24 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/mapper/MenuMapper.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.mapper; 2 | 3 | import java.util.List; 4 | import cn.jeeweb.core.common.mapper.BaseTreeMapper; 5 | import cn.jeeweb.modules.sys.entity.Menu; 6 | 7 | public interface MenuMapper extends BaseTreeMapper { 8 | 9 | /** 10 | * 11 | * @title: findMenuByUserId 12 | * @description: 通过用户查找菜单 13 | * @param userId 14 | * @return 15 | * @return: List 16 | */ 17 | List findMenuByUserId(String userId); 18 | 19 | /** 20 | * 21 | * @title: findMenuByRoleId 22 | * @description: 通过角色查找菜单 23 | * @param userId 24 | * @return 25 | * @return: List 26 | */ 27 | List findMenuByRoleId(String roleId); 28 | } -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/cn/treeNode.editNameFlag.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

BooleantreeNode.editNameFlag

4 |

概述[ 依赖 jquery.ztree.exedit 扩展 js ]

5 |
6 |

7 |
8 |

用于记录节点是否处于编辑名称状态。[setting.edit.enable = true 时有效]

9 |

zTree 内部使用,请勿进行初始化 或 随意修改

10 |

默认值:false

11 |
12 |
13 |

Boolean 格式说明

14 |
15 |

true 表示节点处于编辑名称状态

16 |

false 表示节点未处于编辑名称状态

17 |
18 |
19 |
-------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/security/shiro/interceptor/RoleAllowsAnnotationMethodInterceptor.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.security.shiro.interceptor; 2 | 3 | import org.apache.shiro.aop.AnnotationResolver; 4 | import org.apache.shiro.authz.aop.AuthorizingAnnotationMethodInterceptor; 5 | 6 | /** 7 | * 注册注解拦截器 8 | * 9 | * @author 王存见 10 | * 11 | */ 12 | public class RoleAllowsAnnotationMethodInterceptor extends AuthorizingAnnotationMethodInterceptor { 13 | 14 | public RoleAllowsAnnotationMethodInterceptor() { 15 | super(new RolesAllowedAnnotationHandler()); 16 | } 17 | 18 | public RoleAllowsAnnotationMethodInterceptor(AnnotationResolver resolver) { 19 | super(new RolesAllowedAnnotationHandler(), resolver); 20 | } 21 | 22 | } -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/impl/UserOrganizationServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service.impl; 2 | 3 | import cn.jeeweb.core.common.service.impl.CommonServiceImpl; 4 | import cn.jeeweb.modules.sys.entity.UserOrganization; 5 | import cn.jeeweb.modules.sys.mapper.UserOrganizationMapper; 6 | import cn.jeeweb.modules.sys.service.IUserOrganizationService; 7 | import org.springframework.stereotype.Service; 8 | import org.springframework.transaction.annotation.Transactional; 9 | 10 | 11 | @Transactional 12 | @Service("userOrganizationService") 13 | public class UserOrganizationServiceImpl extends CommonServiceImpl 14 | implements IUserOrganizationService { 15 | 16 | } 17 | -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/form-validation.js: -------------------------------------------------------------------------------- 1 | $(function () { 2 | $(".form-validate").validate({ 3 | errorPlacement: function(error, element) 4 | { 5 | error.insertAfter(element); 6 | } 7 | }); 8 | $(".form-validate-signin").validate({ 9 | errorPlacement: function(error, element) 10 | { 11 | error.insertAfter(element); 12 | } 13 | }); 14 | $(".form-validate-signup").validate({ 15 | rules: { 16 | age: { 17 | range: [0,100] 18 | } 19 | }, 20 | errorPlacement: function(error, element) 21 | { 22 | error.insertAfter(element); 23 | } 24 | }); 25 | 26 | }); -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/query/annotation/RequestJsonParam.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.query.annotation; 2 | 3 | import java.lang.annotation.Documented; 4 | import java.lang.annotation.ElementType; 5 | import java.lang.annotation.Retention; 6 | import java.lang.annotation.RetentionPolicy; 7 | import java.lang.annotation.Target; 8 | 9 | /** 10 | * 11 | * 该注解用于绑定请求参数(JSON字符串) 12 | * 13 | * @author Zhang Kaitao 14 | * 15 | */ 16 | @Target(ElementType.PARAMETER) 17 | @Retention(RetentionPolicy.RUNTIME) 18 | @Documented 19 | public @interface RequestJsonParam { 20 | 21 | /** 22 | * 用于绑定的请求参数名字 23 | */ 24 | String value() default ""; 25 | 26 | /** 27 | * 是否必须,默认是 28 | */ 29 | boolean required() default true; 30 | 31 | } 32 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/utils/convert/StringConvertEditor.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.utils.convert; 2 | 3 | import java.beans.PropertyEditorSupport; 4 | 5 | import org.apache.commons.lang3.StringEscapeUtils; 6 | 7 | /** 8 | * 字符串处理类 String类型转换,将所有传递进来的String进行HTML编码,防止XSS攻击 9 | * 10 | * @author 王存见 11 | * @date 2016-12-21 12 | * @version V 1.0 13 | */ 14 | public class StringConvertEditor extends PropertyEditorSupport { 15 | 16 | @Override 17 | public void setAsText(String text) { 18 | setValue(text == null ? null : StringEscapeUtils.escapeHtml4(text.trim())); 19 | } 20 | 21 | @Override 22 | public String getAsText() { 23 | Object value = getValue(); 24 | return value != null ? value.toString() : ""; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/webpage/decorators/default/list-header.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java"%> 2 | 3 | 4 | 5 | "> 6 | "> 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/query/exception/InvlidOperatorException.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.query.exception; 2 | 3 | import cn.jeeweb.core.query.data.Condition.Operator; 4 | 5 | /** 6 | * 7 | * @author Administrator 8 | * 9 | */ 10 | @SuppressWarnings("serial") 11 | public final class InvlidOperatorException extends QueryException { 12 | 13 | public InvlidOperatorException(String property, String operatorStr) { 14 | this(property, operatorStr, null); 15 | } 16 | 17 | public InvlidOperatorException(String property, String operatorStr, Throwable cause) { 18 | super("Invalid Operator property [" + property + "], " + "operator [" + operatorStr + "], must be one of " 19 | + Operator.toStringAllOperator(), cause); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/core/tags/html/builder/NoneHtmlComponentBuilder.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.core.tags.html.builder; 2 | 3 | import java.io.IOException; 4 | import java.util.Map; 5 | 6 | import com.google.common.collect.Maps; 7 | 8 | public class NoneHtmlComponentBuilder implements HtmlComponentBuilder { 9 | 10 | @Override 11 | public Map getJsComponents() { 12 | return Maps.newHashMap(); 13 | } 14 | 15 | @Override 16 | public Map getCssComponents() { 17 | return Maps.newHashMap(); 18 | } 19 | 20 | @Override 21 | public void init() throws IOException { 22 | 23 | } 24 | 25 | @Override 26 | public Map getFragmentComponents() { 27 | return Maps.newHashMap(); 28 | } 29 | 30 | } 31 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/cn/treeNode.check_Focus.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

BooleantreeNode.check_Focus

4 |

概述[ 依赖 jquery.ztree.excheck 扩展 js ]

5 |
6 |

7 |
8 |

用于设置节点的 checkBox / radio 的 focus 状态。[setting.check.enable = true 时有效]

9 |

zTree 内部使用,请勿进行初始化 或 随意修改

10 |

默认值:false

11 |
12 |
13 |

Boolean 格式说明

14 |
15 |

true 表示当前鼠标移动到输入框内

16 |

false 表示当前鼠标移动到输入框外

17 |
18 |
19 |
-------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Simplified Chinese translation for bootstrap-datetimepicker 3 | * Yuan Cheung 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['zh-CN'] = { 7 | days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"], 8 | daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"], 9 | daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"], 10 | months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], 11 | monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], 12 | today: "今天", 13 | suffix: [], 14 | meridiem: ["上午", "下午"] 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.zh-TW.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Traditional Chinese translation for bootstrap-datetimepicker 3 | * Rung-Sheng Jang 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['zh-TW'] = { 7 | days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"], 8 | daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"], 9 | daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"], 10 | months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], 11 | monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], 12 | today: "今天", 13 | suffix: [], 14 | meridiem: ["上午", "下午"] 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .@{fa-css-prefix}-pull-left { float: left; } 11 | .@{fa-css-prefix}-pull-right { float: right; } 12 | 13 | .@{fa-css-prefix} { 14 | &.@{fa-css-prefix}-pull-left { margin-right: .3em; } 15 | &.@{fa-css-prefix}-pull-right { margin-left: .3em; } 16 | } 17 | 18 | /* Deprecated as of 4.4.0 */ 19 | .pull-right { float: right; } 20 | .pull-left { float: left; } 21 | 22 | .@{fa-css-prefix} { 23 | &.pull-left { margin-right: .3em; } 24 | &.pull-right { margin-left: .3em; } 25 | } 26 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .@{fa-css-prefix}-rotate-90, 15 | :root .@{fa-css-prefix}-rotate-180, 16 | :root .@{fa-css-prefix}-rotate-270, 17 | :root .@{fa-css-prefix}-flip-horizontal, 18 | :root .@{fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/cn/setting.view.showLine.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Booleansetting.view.showLine

4 |

概述[ 依赖 jquery.ztree.core 核心 js ]

5 |
6 |

7 |
8 |

设置 zTree 是否显示节点之间的连线。

9 |

默认值:true

10 |
11 |
12 |

Boolean 格式说明

13 |
14 |

true / false 分别表示 显示 / 不显示 连线

15 |
16 |

setting 举例

17 |

1. 设置 zTree 不显示节点之间的连线

18 |
var setting = {
19 | 	view: {
20 | 		showLine: false
21 | 	}
22 | };
23 | ......
24 |
25 |
-------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/impl/DictServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service.impl; 2 | 3 | import cn.jeeweb.core.common.service.impl.CommonServiceImpl; 4 | import cn.jeeweb.modules.sys.entity.Dict; 5 | import cn.jeeweb.modules.sys.mapper.DictMapper; 6 | import cn.jeeweb.modules.sys.service.IDictService; 7 | 8 | import java.util.List; 9 | 10 | import org.springframework.stereotype.Service; 11 | import org.springframework.transaction.annotation.Transactional; 12 | 13 | @Transactional 14 | @Service("dictService") 15 | public class DictServiceImpl extends CommonServiceImpl implements IDictService { 16 | 17 | @Override 18 | public List selectDictList() { 19 | return baseMapper.selectDictList(); 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/main/resources/spring-config-cache.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.hr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Croatian localisation 3 | */ 4 | ;(function($){ 5 | $.fn.datetimepicker.dates['hr'] = { 6 | days: ["Nedjelja", "Ponedjelja", "Utorak", "Srijeda", "Četrtak", "Petak", "Subota", "Nedjelja"], 7 | daysShort: ["Ned", "Pon", "Uto", "Srr", "Čet", "Pet", "Sub", "Ned"], 8 | daysMin: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su", "Ne"], 9 | months: ["Siječanj", "Veljača", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"], 10 | monthsShort: ["Sije", "Velj", "Ožu", "Tra", "Svi", "Lip", "Jul", "Kol", "Ruj", "Lis", "Stu", "Pro"], 11 | today: "Danas", 12 | suffix: [], 13 | meridiem: [] 14 | }; 15 | }(jQuery)); 16 | -------------------------------------------------------------------------------- /src/main/webapp/static/uadmin/js/email-inbox.js: -------------------------------------------------------------------------------- 1 | $(function () { 2 | 3 | $('.mail-box input[type="checkbox"]').on('ifChecked ifUnchecked', function(event){ 4 | if (event.type == 'ifUnchecked') { 5 | $(this).parent().parent().removeClass('active'); 6 | $('.checkall').parent().removeClass 7 | } else { 8 | $(this).parent().parent().addClass('active'); 9 | } 10 | }); 11 | $('.checkall').on('ifChecked ifUnchecked', function(event) { 12 | if (event.type == 'ifChecked') { 13 | $('.tab-pane.active.in .mail-box input[type="checkbox"]').iCheck('check'); 14 | } else { 15 | $('.tab-pane.active.in .mail-box input[type="checkbox"]').iCheck('uncheck'); 16 | } 17 | }); 18 | }); 19 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ko.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Korean translation for bootstrap-datetimepicker 3 | * Gu Youn 4 | * Baekjoon Choi 5 | */ 6 | ;(function($){ 7 | $.fn.datetimepicker.dates['ko'] = { 8 | days: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일", "일요일"], 9 | daysShort: ["일", "월", "화", "수", "목", "금", "토", "일"], 10 | daysMin: ["일", "월", "화", "수", "목", "금", "토", "일"], 11 | months: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"], 12 | monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"], 13 | suffix: [], 14 | meridiem: ["오전", "오후"], 15 | today: "오늘", 16 | }; 17 | }(jQuery)); 18 | -------------------------------------------------------------------------------- /src/main/webapp/static/vendors/jquery-ztree/3.5.12/api/cn/setting.check.enable.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Booleansetting.check.enable

4 |

概述[ 依赖 jquery.ztree.excheck 扩展 js ]

5 |
6 |

7 |
8 |

设置 zTree 的节点上是否显示 checkbox / radio

9 |

默认值: false

10 |
11 |
12 |

Boolean 格式说明

13 |
14 |

true / false 分别表示 显示 / 不显示 复选框或单选框

15 |
16 |

setting 举例

17 |

1. 需要显示 checkbox

18 |
var setting = {
19 | 	check: {
20 | 		enable: true
21 | 	}
22 | };
23 | ......
24 |
25 |
-------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/security/shiro/exception/RepeatAuthenticationException.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.security.shiro.exception; 2 | 3 | import org.apache.shiro.authc.AuthenticationException; 4 | 5 | /** 6 | * 重复认证异常 7 | * 8 | * @author 王存见 9 | * 10 | */ 11 | @SuppressWarnings("serial") 12 | public class RepeatAuthenticationException extends AuthenticationException { 13 | 14 | public RepeatAuthenticationException() { 15 | super(); 16 | } 17 | 18 | public RepeatAuthenticationException(String message) { 19 | super(message); 20 | } 21 | 22 | public RepeatAuthenticationException(Throwable cause) { 23 | super(cause); 24 | } 25 | 26 | public RepeatAuthenticationException(String message, Throwable cause) { 27 | super(message, cause); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /src/main/resources/jeeweb.properties: -------------------------------------------------------------------------------- 1 | #\u7cfb\u7edf\u8bbe\u7f6e 2 | admin.url.prefix=/admin 3 | 4 | admin.url.suffix=.html 5 | 6 | #\u9ed8\u8ba4\u540e\u53f0\u6a21\u677f 7 | admin.default.theme=uadmin 8 | 9 | 10 | #\u9759\u6001\u6587\u4ef6\u540e\u7f00 11 | web.staticFile=.css,.js,.png,.jpg,.gif,.jpeg,.bmp,.ico,.swf,.psd,.htc,.htm,.html,.crx,.xpi,.exe,.ipa,.apk 12 | 13 | #\u7f51\u7ad9URL\u540e\u7f00 14 | urlSuffix=.html 15 | 16 | #\u662f\u5426\u4e3a\u8c03\u8bd5\u6a21\u5f0f 17 | developMode=false 18 | 19 | #\u6f14\u793a\u6a21\u5f0f 20 | demoMode=false 21 | 22 | #\u662f\u5426\u5f00\u542f\u8bbf\u95ee\u65e5\u5fd7 23 | openAccessLog=true 24 | 25 | #\u914d\u7f6e\u6587\u4ef6\u91cd\u65b0\u52a0\u8f7d\u65f6\u95f4\uff0c\u6beb\u79d2\u4e3a\u5355\u4f4d 26 | reload.config.interval=60000 27 | 28 | 29 | -------------------------------------------------------------------------------- /src/main/java/cn/jeeweb/modules/sys/service/impl/RoleServiceImpl.java: -------------------------------------------------------------------------------- 1 | package cn.jeeweb.modules.sys.service.impl; 2 | 3 | import cn.jeeweb.core.common.service.impl.CommonServiceImpl; 4 | import cn.jeeweb.modules.sys.entity.Role; 5 | import cn.jeeweb.modules.sys.mapper.RoleMapper; 6 | import cn.jeeweb.modules.sys.service.IRoleService; 7 | 8 | import java.util.List; 9 | 10 | import org.springframework.stereotype.Service; 11 | import org.springframework.transaction.annotation.Transactional; 12 | 13 | @Transactional 14 | @Service("roleService") 15 | public class RoleServiceImpl extends CommonServiceImpl implements IRoleService { 16 | 17 | @Override 18 | public List findListByUserId(String userid) { 19 | return baseMapper.findRoleByUserId(userid); 20 | } 21 | 22 | } 23 | --------------------------------------------------------------------------------