├── src └── main │ ├── resources │ ├── static │ │ ├── img │ │ │ ├── a1.jpg │ │ │ ├── a2.jpg │ │ │ ├── a3.jpg │ │ │ ├── a4.jpg │ │ │ ├── a5.jpg │ │ │ ├── a6.jpg │ │ │ ├── a7.jpg │ │ │ ├── a8.jpg │ │ │ ├── a9.jpg │ │ │ ├── bg.png │ │ │ ├── p1.jpg │ │ │ ├── p2.jpg │ │ │ ├── p3.jpg │ │ │ ├── user.png │ │ │ ├── backg01.jpg │ │ │ ├── backg02.jpg │ │ │ ├── browser.png │ │ │ ├── browser.psd │ │ │ ├── court.jpg │ │ │ ├── icons.png │ │ │ ├── index.jpg │ │ │ ├── index_4.jpg │ │ │ ├── loading.gif │ │ │ ├── locked.png │ │ │ ├── logo1.png │ │ │ ├── logo2.png │ │ │ ├── p_big1.jpg │ │ │ ├── p_big2.jpg │ │ │ ├── p_big3.jpg │ │ │ ├── photo_s.jpg │ │ │ ├── post-bg.jpg │ │ │ ├── profile.jpg │ │ │ ├── qr_code.png │ │ │ ├── success.png │ │ │ ├── login_qq.png │ │ │ ├── progress.png │ │ │ ├── blog │ │ │ │ ├── home-bg.jpg │ │ │ │ ├── post-bg.jpg │ │ │ │ ├── about-bg.jpg │ │ │ │ ├── qqbootdo.png │ │ │ │ ├── contact-bg.jpg │ │ │ │ └── post-sample-image.jpg │ │ │ ├── login_wechat.png │ │ │ ├── profile_big.jpg │ │ │ ├── webuploader.png │ │ │ ├── wenku_logo.png │ │ │ ├── iconfont-logo.png │ │ │ ├── loading-upload.gif │ │ │ ├── profile_small.jpg │ │ │ ├── background-login.jpg │ │ │ ├── background_login.jpg │ │ │ ├── login-background.jpg │ │ │ └── sprite-skin-flat.png │ │ ├── favicon.ico │ │ ├── editor-app │ │ │ ├── libs │ │ │ │ ├── es5-shim-15.3.4.5 │ │ │ │ │ ├── tests │ │ │ │ │ │ ├── helpers │ │ │ │ │ │ │ ├── h.js │ │ │ │ │ │ │ └── h-matchers.js │ │ │ │ │ │ ├── lib │ │ │ │ │ │ │ └── jasmine_favicon.png │ │ │ │ │ │ └── spec │ │ │ │ │ │ │ └── s-number.js │ │ │ │ │ └── .bower.json │ │ │ │ ├── bootstrap_3.1.1 │ │ │ │ │ └── fonts │ │ │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ │ │ └── glyphicons-halflings-regular.woff │ │ │ │ ├── angular-translate-storage-cookie │ │ │ │ │ ├── angular-translate-storage-cookie.min.js │ │ │ │ │ ├── angular-translate-storage-cookie.js │ │ │ │ │ └── .bower.json │ │ │ │ ├── angular-translate-loader-static-files │ │ │ │ │ ├── angular-translate-loader-static-files.min.js │ │ │ │ │ └── .bower.json │ │ │ │ └── angular-cookies_1.2.13 │ │ │ │ │ └── angular-cookies.min.js │ │ │ ├── images │ │ │ │ ├── logo.png │ │ │ │ ├── delete.png │ │ │ │ ├── loading.gif │ │ │ │ ├── logo-2x.png │ │ │ │ ├── wrench.png │ │ │ │ ├── bpmn-error.png │ │ │ │ ├── bpmn-warning.png │ │ │ │ ├── datadefinition.png │ │ │ │ ├── nw-handle-dark.gif │ │ │ │ ├── se-handle-dark.gif │ │ │ │ └── shapemenu_highlight.png │ │ │ ├── fonts │ │ │ │ ├── activiti-admin-webfont.eot │ │ │ │ ├── activiti-admin-webfont.ttf │ │ │ │ ├── activiti-admin-webfont.woff │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ └── glyphicons-halflings-regular.woff │ │ │ ├── popups │ │ │ │ ├── icon-template.html │ │ │ │ ├── select-shape.html │ │ │ │ └── unsaved-changes.html │ │ │ ├── stencilsets │ │ │ │ └── bpmn2.0 │ │ │ │ │ └── icons │ │ │ │ │ ├── diagram.png │ │ │ │ │ ├── activity │ │ │ │ │ ├── task.png │ │ │ │ │ ├── subprocess.png │ │ │ │ │ ├── list │ │ │ │ │ │ ├── type.camel.png │ │ │ │ │ │ ├── type.mule.png │ │ │ │ │ │ ├── type.send.png │ │ │ │ │ │ ├── type.shell.png │ │ │ │ │ │ ├── type.user.png │ │ │ │ │ │ ├── type.manual.png │ │ │ │ │ │ ├── type.receive.png │ │ │ │ │ │ ├── type.script.png │ │ │ │ │ │ ├── type.service.png │ │ │ │ │ │ └── type.business.rule.png │ │ │ │ │ ├── event.subprocess.png │ │ │ │ │ ├── expanded.subprocess.png │ │ │ │ │ └── event.subprocess.collapsed.png │ │ │ │ │ ├── catching │ │ │ │ │ ├── error.png │ │ │ │ │ ├── timer.png │ │ │ │ │ ├── cancel.png │ │ │ │ │ ├── message.png │ │ │ │ │ ├── signal.png │ │ │ │ │ └── compensation.png │ │ │ │ │ ├── endevent │ │ │ │ │ ├── error.png │ │ │ │ │ ├── none.png │ │ │ │ │ ├── cancel.png │ │ │ │ │ └── terminate.png │ │ │ │ │ ├── swimlane │ │ │ │ │ ├── lane.png │ │ │ │ │ └── pool.png │ │ │ │ │ ├── throwing │ │ │ │ │ ├── none.png │ │ │ │ │ └── signal.png │ │ │ │ │ ├── gateway │ │ │ │ │ ├── parallel.png │ │ │ │ │ ├── eventbased.png │ │ │ │ │ ├── inclusive.png │ │ │ │ │ └── exclusive.databased.png │ │ │ │ │ ├── startevent │ │ │ │ │ ├── error.png │ │ │ │ │ ├── none.png │ │ │ │ │ ├── timer.png │ │ │ │ │ ├── message.png │ │ │ │ │ └── signal.png │ │ │ │ │ ├── connector │ │ │ │ │ ├── messageflow.png │ │ │ │ │ ├── sequenceflow.png │ │ │ │ │ ├── association.undirected.png │ │ │ │ │ └── association.unidirectional.png │ │ │ │ │ ├── dataobject │ │ │ │ │ └── data.store.png │ │ │ │ │ └── artifact │ │ │ │ │ └── text.annotation.png │ │ │ ├── configuration │ │ │ │ ├── properties │ │ │ │ │ ├── boolean-property-template.html │ │ │ │ │ ├── fields-write-template.html │ │ │ │ │ ├── assignment-write-template.html │ │ │ │ │ ├── in-parameters-write-template.html │ │ │ │ │ ├── out-parameters-write-template.html │ │ │ │ │ ├── task-listeners-write-template.html │ │ │ │ │ ├── text-property-write-template.html │ │ │ │ │ ├── event-listeners-write-template.html │ │ │ │ │ ├── form-properties-write-template.html │ │ │ │ │ ├── execution-listeners-write-template.html │ │ │ │ │ ├── fields-display-template.html │ │ │ │ │ ├── message-definitions-write-template.html │ │ │ │ │ ├── sequenceflow-order-write-template.html │ │ │ │ │ ├── signal-definitions-write-template.html │ │ │ │ │ ├── condition-expression-write-template.html │ │ │ │ │ ├── condition-expression-display-template.html │ │ │ │ │ ├── sequenceflow-order-display-template.html │ │ │ │ │ ├── subprocess-reference-display-template.html │ │ │ │ │ ├── subprocess-reference-write-template.html │ │ │ │ │ ├── in-parameters-display-template.html │ │ │ │ │ ├── message-definitions-display-template.html │ │ │ │ │ ├── out-parameters-display-template.html │ │ │ │ │ ├── signal-definitions-display-template.html │ │ │ │ │ ├── task-listeners-display-template.html │ │ │ │ │ ├── form-properties-display-template.html │ │ │ │ │ ├── event-listeners-display-template.html │ │ │ │ │ ├── execution-listeners-display-template.html │ │ │ │ │ ├── default-value-display-template.html │ │ │ │ │ ├── multiinstance-property-write-template.html │ │ │ │ │ ├── string-property-write-mode-template.html │ │ │ │ │ ├── signal-property-write-template.html │ │ │ │ │ ├── message-property-write-template.html │ │ │ │ │ ├── text-popup.html │ │ │ │ │ ├── assignment-display-template.html │ │ │ │ │ └── feedback-popup.html │ │ │ │ ├── toolbar-custom-actions.js │ │ │ │ └── properties-custom-controllers.js │ │ │ ├── partials │ │ │ │ └── root-stencil-item-template.html │ │ │ └── app-cfg.js │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── icomoon │ │ │ │ ├── icomoon.eot │ │ │ │ ├── icomoon.ttf │ │ │ │ └── icomoon.woff │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ ├── fontawesome-webfont.woff2 │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── css │ │ │ ├── login │ │ │ │ └── login-logo.png │ │ │ ├── patterns │ │ │ │ ├── shattered.png │ │ │ │ ├── header-profile.png │ │ │ │ ├── header-profile-skin-1.png │ │ │ │ └── header-profile-skin-3.png │ │ │ └── plugins │ │ │ │ ├── jsTree │ │ │ │ ├── 32px.png │ │ │ │ └── throbber.gif │ │ │ │ ├── iCheck │ │ │ │ ├── green.png │ │ │ │ └── green@2x.png │ │ │ │ ├── images │ │ │ │ ├── sort_asc.png │ │ │ │ ├── sort_desc.png │ │ │ │ ├── spritemap.png │ │ │ │ ├── spritemap@2x.png │ │ │ │ └── sprite-skin-flat.png │ │ │ │ ├── blueimp │ │ │ │ ├── img │ │ │ │ │ ├── error.png │ │ │ │ │ ├── loading.gif │ │ │ │ │ ├── play-pause.png │ │ │ │ │ ├── video-play.png │ │ │ │ │ ├── video-play.svg │ │ │ │ │ ├── error.svg │ │ │ │ │ └── play-pause.svg │ │ │ │ └── css │ │ │ │ │ └── demo.css │ │ │ │ ├── chosen │ │ │ │ ├── chosen-sprite.png │ │ │ │ └── chosen-sprite@2x.png │ │ │ │ ├── footable │ │ │ │ └── fonts │ │ │ │ │ ├── footable.eot │ │ │ │ │ ├── footable.ttf │ │ │ │ │ └── footable.woff │ │ │ │ ├── zTree │ │ │ │ └── metroStyle │ │ │ │ │ └── img │ │ │ │ │ ├── 32px.png │ │ │ │ │ ├── metro.gif │ │ │ │ │ ├── metro.png │ │ │ │ │ ├── loading.gif │ │ │ │ │ └── line_conn.png │ │ │ │ ├── summernote │ │ │ │ └── font │ │ │ │ │ └── summernote.woff │ │ │ │ ├── jQueryUI │ │ │ │ └── images │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ └── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── colorpicker │ │ │ │ └── img │ │ │ │ │ └── bootstrap-colorpicker │ │ │ │ │ ├── hue.png │ │ │ │ │ ├── alpha.png │ │ │ │ │ ├── saturation.png │ │ │ │ │ ├── alpha-horizontal.png │ │ │ │ │ └── hue-horizontal.png │ │ │ │ ├── jqTreeGrid │ │ │ │ └── jquery.treegrid.css │ │ │ │ ├── morris │ │ │ │ └── morris-0.4.3.min.css │ │ │ │ ├── webuploader │ │ │ │ └── webuploader.css │ │ │ │ ├── switchery │ │ │ │ └── switchery.css │ │ │ │ └── fullcalendar │ │ │ │ └── fullcalendar.print.css │ │ └── js │ │ │ ├── plugins │ │ │ ├── fancybox │ │ │ │ ├── blank.gif │ │ │ │ ├── fancybox_loading.gif │ │ │ │ ├── fancybox_overlay.png │ │ │ │ ├── fancybox_sprite.png │ │ │ │ ├── fancybox_sprite@2x.png │ │ │ │ └── fancybox_loading@2x.gif │ │ │ ├── layer │ │ │ │ ├── layim │ │ │ │ │ ├── loading.gif │ │ │ │ │ └── data │ │ │ │ │ │ └── chatlog.json │ │ │ │ ├── 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 │ │ │ │ ├── theme │ │ │ │ │ └── default │ │ │ │ │ │ ├── icon.png │ │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ │ └── loading-2.gif │ │ │ │ └── laydate │ │ │ │ │ └── skins │ │ │ │ │ └── default │ │ │ │ │ └── icon.png │ │ │ ├── webuploader │ │ │ │ ├── Uploader.swf │ │ │ │ ├── webuploader.css │ │ │ │ └── README.md │ │ │ ├── gritter │ │ │ │ └── images │ │ │ │ │ ├── gritter.png │ │ │ │ │ ├── ie-spacer.gif │ │ │ │ │ └── gritter-light.png │ │ │ ├── jqTreeGrid │ │ │ │ └── jquery.treegrid.bootstrap3.js │ │ │ ├── codemirror │ │ │ │ └── mode │ │ │ │ │ ├── tiddlywiki │ │ │ │ │ └── tiddlywiki.css │ │ │ │ │ ├── ruby │ │ │ │ │ └── test.js │ │ │ │ │ └── tiki │ │ │ │ │ └── tiki.css │ │ │ ├── bootstrap-table │ │ │ │ └── locale │ │ │ │ │ └── bootstrap-table-zh-CN.min.js │ │ │ └── markdown │ │ │ │ └── bootstrap-markdown.zh.js │ │ │ ├── lay │ │ │ ├── all-mobile.js │ │ │ ├── modules │ │ │ │ ├── mobile │ │ │ │ │ └── layim-mobile-open.js │ │ │ │ └── mobile.js │ │ │ └── all.js │ │ │ ├── demo │ │ │ ├── table_base.json │ │ │ └── peity-demo.js │ │ │ ├── welcome.js │ │ │ └── appjs │ │ │ ├── common │ │ │ ├── job │ │ │ │ ├── add.js │ │ │ │ └── edit.js │ │ │ └── dict │ │ │ │ └── add.js │ │ │ ├── demo │ │ │ └── demoBase │ │ │ │ ├── add.js │ │ │ │ └── edit.js │ │ │ ├── ifast │ │ │ └── demoBase │ │ │ │ ├── add.js │ │ │ │ └── edit.js │ │ │ └── sys │ │ │ └── dept │ │ │ └── add.js │ ├── docker │ │ ├── run │ │ └── Dockerfile │ ├── public │ │ └── diagram-viewer │ │ │ ├── images │ │ │ ├── bg.png │ │ │ ├── breadcrumbs.png │ │ │ ├── checker-bg.png │ │ │ └── deployer │ │ │ │ ├── send.png │ │ │ │ ├── timer.png │ │ │ │ ├── user.png │ │ │ │ ├── manual.png │ │ │ │ ├── receive.png │ │ │ │ ├── script.png │ │ │ │ ├── service.png │ │ │ │ ├── error_catch.png │ │ │ │ ├── error_throw.png │ │ │ │ ├── signal_catch.png │ │ │ │ ├── signal_throw.png │ │ │ │ ├── business_rule.png │ │ │ │ ├── message_catch.png │ │ │ │ ├── message_throw.png │ │ │ │ └── blue │ │ │ │ └── message_catch.png │ │ │ └── js │ │ │ ├── Polyline.js │ │ │ ├── ProcessDiagramGenerator.js │ │ │ └── jstools.js │ ├── mapper │ │ ├── demo │ │ │ └── DemoDao.xml │ │ ├── common │ │ │ ├── LogMapper.xml │ │ │ ├── FileMapper.xml │ │ │ ├── TaskMapper.xml │ │ │ ├── ConfigMapper.xml │ │ │ └── DictMapper.xml │ │ ├── sys │ │ │ ├── RoleMapper.xml │ │ │ ├── UserMapper.xml │ │ │ ├── DeptMapper.xml │ │ │ ├── RoleMenuMapper.xml │ │ │ └── MenuMapper.xml │ │ ├── ifast │ │ │ └── DemoBaseMapper.xml │ │ └── wxmp │ │ │ ├── MpFansMapper.xml │ │ │ ├── MpMenuMapper.xml │ │ │ ├── MpArticleMapper.xml │ │ │ └── MpConfigMapper.xml │ ├── templates │ │ └── common │ │ │ └── generator │ │ │ ├── Mapper.xml.vm │ │ │ ├── Dao.java.vm │ │ │ ├── Service.java.vm │ │ │ ├── Mapper.java.vm │ │ │ ├── ServiceImpl.java.vm │ │ │ ├── domain.java.vm │ │ │ └── list.html │ └── config │ │ ├── banner.txt │ │ └── ehcache.xml │ └── java │ └── com │ └── ifast │ ├── wxmp │ ├── handler │ │ ├── ScanHandler.java │ │ ├── AbstractHandler.java │ │ ├── NullHandler.java │ │ ├── StoreCheckNotifyHandler.java │ │ └── KfSessionHandler.java │ ├── dao │ │ ├── MpFansDao.java │ │ ├── MpConfigDao.java │ │ ├── MpMenuDao.java │ │ └── MpArticleDao.java │ ├── service │ │ ├── MpArticleService.java │ │ ├── MpConfigService.java │ │ ├── MpMenuService.java │ │ ├── impl │ │ │ ├── MpArticleServiceImpl.java │ │ │ └── MpConfigServiceImpl.java │ │ └── MpFansService.java │ ├── builder │ │ ├── AbstractBuilder.java │ │ ├── TextBuilder.java │ │ └── ImageBuilder.java │ └── pojo │ │ └── dto │ │ └── WxMenuKey.java │ ├── api │ ├── pojo │ │ ├── dto │ │ │ ├── UserRegDTO.java │ │ │ ├── UserLoginDTO.java │ │ │ └── UserLogoutDTO.java │ │ └── vo │ │ │ └── TokenVO.java │ ├── service │ │ └── AppUserService.java │ ├── shiro │ │ └── JWTAuthenticationTokenToken.java │ ├── config │ │ └── JWTConfigProperties.java │ └── exception │ │ └── IFastApiException.java │ ├── common │ ├── component │ │ ├── sms │ │ │ ├── support │ │ │ │ ├── SceneRepository.java │ │ │ │ ├── CodeGenerator.java │ │ │ │ ├── DefaultCodeGenerator.java │ │ │ │ ├── SmsVerify.java │ │ │ │ ├── aliyun │ │ │ │ │ └── AliyunProperties.java │ │ │ │ ├── SmsSender.java │ │ │ │ ├── zhutong │ │ │ │ │ └── ZhuTongProperties.java │ │ │ │ └── MapSceneRepository.java │ │ │ ├── dto │ │ │ │ ├── SendDTO.java │ │ │ │ └── VerifyDTO.java │ │ │ └── config │ │ │ │ └── SmsBasicProperties.java │ │ └── oss │ │ │ └── support │ │ │ ├── UploadServer.java │ │ │ ├── aliyun │ │ │ └── AliyunOSSProperties.java │ │ │ ├── OSSManager.java │ │ │ ├── qiniu │ │ │ └── QiNiuOSSProperties.java │ │ │ └── local │ │ │ └── LocalUploadProperties.java │ ├── base │ │ ├── BaseDao.java │ │ └── BaseDO.java │ ├── dao │ │ ├── LogDao.java │ │ ├── ConfigDao.java │ │ └── DictDao.java │ ├── validation │ │ └── ValidForm.java │ ├── annotation │ │ └── Log.java │ ├── service │ │ ├── LogService.java │ │ ├── impl │ │ │ └── LogServiceImpl.java │ │ ├── ConfigService.java │ │ └── DictService.java │ ├── tags │ │ ├── vo │ │ │ └── ValueVO.java │ │ └── IftgDialectEntrance.java │ ├── shiro │ │ ├── config │ │ │ └── ShiroProperties.java │ │ ├── session │ │ │ └── RedisSessionDAO.java │ │ ├── cache │ │ │ └── SpringCacheManagerWrapper.java │ │ └── controller │ │ │ └── ShiroController.java │ ├── utils │ │ ├── UUIDUtils.java │ │ ├── CodecUtils.java │ │ ├── PasswdUtils.java │ │ ├── CaptchaUtils.java │ │ ├── ScheduleJobUtils.java │ │ ├── ShiroUtils.java │ │ ├── DateUtils.java │ │ └── HttpContextUtils.java │ ├── exception │ │ ├── MainsiteErrorController.java │ │ └── IFastException.java │ ├── config │ │ ├── IFastProperties.java │ │ └── Constant.java │ ├── type │ │ └── EnumCommon.java │ └── domain │ │ └── ConfigDO.java │ ├── sys │ ├── dao │ │ ├── RoleDao.java │ │ ├── UserDao.java │ │ ├── DeptDao.java │ │ ├── MenuDao.java │ │ ├── RoleMenuDao.java │ │ └── UserRoleDao.java │ ├── service │ │ ├── DeptService.java │ │ ├── SessionService.java │ │ ├── RoleService.java │ │ └── MenuService.java │ ├── vo │ │ └── UserVO.java │ ├── config │ │ ├── SwaggerProperties.java │ │ └── BDSessionListener.java │ └── domain │ │ └── RoleMenuDO.java │ ├── job │ ├── dao │ │ └── TaskDao.java │ ├── service │ │ └── JobService.java │ ├── jobs │ │ └── TestJob.java │ ├── quartz │ │ └── JobFactory.java │ └── listenner │ │ └── ScheduleJobInitListener.java │ ├── demo │ ├── dao │ │ └── DemoDao.java │ ├── service │ │ ├── DemoService.java │ │ └── impl │ │ │ └── DemoServiceImpl.java │ ├── dto │ │ └── TestValidDTO.java │ └── domain │ │ └── DemoDO.java │ ├── oss │ ├── dao │ │ └── FileDao.java │ └── service │ │ └── FileService.java │ └── generator │ ├── service │ └── GeneratorService.java │ └── type │ └── EnumGen.java ├── .gitignore └── bin ├── shutdown.sh └── startup.sh /src/main/resources/static/img/a1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/a1.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/a2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/a2.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/a3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/a3.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/a4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/a4.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/a5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/a5.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/a6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/a6.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/a7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/a7.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/a8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/a8.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/a9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/a9.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/bg.png -------------------------------------------------------------------------------- /src/main/resources/static/img/p1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/p1.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/p2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/p2.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/p3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/p3.jpg -------------------------------------------------------------------------------- /src/main/resources/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/favicon.ico -------------------------------------------------------------------------------- /src/main/resources/static/img/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/user.png -------------------------------------------------------------------------------- /src/main/resources/static/img/backg01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/backg01.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/backg02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/backg02.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/browser.png -------------------------------------------------------------------------------- /src/main/resources/static/img/browser.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/browser.psd -------------------------------------------------------------------------------- /src/main/resources/static/img/court.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/court.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/icons.png -------------------------------------------------------------------------------- /src/main/resources/static/img/index.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/index.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/index_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/index_4.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/loading.gif -------------------------------------------------------------------------------- /src/main/resources/static/img/locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/locked.png -------------------------------------------------------------------------------- /src/main/resources/static/img/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/logo1.png -------------------------------------------------------------------------------- /src/main/resources/static/img/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/logo2.png -------------------------------------------------------------------------------- /src/main/resources/static/img/p_big1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/p_big1.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/p_big2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/p_big2.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/p_big3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/p_big3.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/photo_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/photo_s.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/post-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/post-bg.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/profile.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/qr_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/qr_code.png -------------------------------------------------------------------------------- /src/main/resources/static/img/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/success.png -------------------------------------------------------------------------------- /src/main/resources/static/img/login_qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/login_qq.png -------------------------------------------------------------------------------- /src/main/resources/static/img/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/progress.png -------------------------------------------------------------------------------- /src/main/resources/docker/run: -------------------------------------------------------------------------------- 1 | docker run \ 2 | --rm \ 3 | -d \ 4 | -p 8088:8088 \ 5 | -m 512m \ 6 | 127.0.0.1:5000/com.aron/ifast:1.0.0 -------------------------------------------------------------------------------- /src/main/resources/static/img/blog/home-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/blog/home-bg.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/blog/post-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/blog/post-bg.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/login_wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/login_wechat.png -------------------------------------------------------------------------------- /src/main/resources/static/img/profile_big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/profile_big.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/webuploader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/webuploader.png -------------------------------------------------------------------------------- /src/main/resources/static/img/wenku_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/wenku_logo.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/libs/es5-shim-15.3.4.5/tests/helpers/h.js: -------------------------------------------------------------------------------- 1 | function implement() { 2 | throw 'Not implemented'; 3 | } -------------------------------------------------------------------------------- /src/main/resources/static/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /src/main/resources/static/img/blog/about-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/blog/about-bg.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/blog/qqbootdo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/blog/qqbootdo.png -------------------------------------------------------------------------------- /src/main/resources/static/img/iconfont-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/iconfont-logo.png -------------------------------------------------------------------------------- /src/main/resources/static/img/loading-upload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/loading-upload.gif -------------------------------------------------------------------------------- /src/main/resources/static/img/profile_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/profile_small.jpg -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /target 2 | .classpath 3 | .project 4 | .factorypath 5 | /.DS_Store 6 | /ifast.iml 7 | 8 | .yml 9 | 10 | .idea 11 | 12 | *.iml -------------------------------------------------------------------------------- /src/main/resources/static/css/login/login-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/login/login-logo.png -------------------------------------------------------------------------------- /src/main/resources/static/fonts/icomoon/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/fonts/icomoon/icomoon.eot -------------------------------------------------------------------------------- /src/main/resources/static/fonts/icomoon/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/fonts/icomoon/icomoon.ttf -------------------------------------------------------------------------------- /src/main/resources/static/img/background-login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/background-login.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/background_login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/background_login.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/blog/contact-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/blog/contact-bg.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/login-background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/login-background.jpg -------------------------------------------------------------------------------- /src/main/resources/static/img/sprite-skin-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/sprite-skin-flat.png -------------------------------------------------------------------------------- /src/main/resources/static/css/patterns/shattered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/patterns/shattered.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/jsTree/32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/jsTree/32px.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/images/logo.png -------------------------------------------------------------------------------- /src/main/resources/static/fonts/icomoon/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/fonts/icomoon/icomoon.woff -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/bg.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/js/Polyline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/js/Polyline.js -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/iCheck/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/iCheck/green.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/images/delete.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/images/loading.gif -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/logo-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/images/logo-2x.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/images/wrench.png -------------------------------------------------------------------------------- /src/main/resources/static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/main/resources/static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/main/resources/static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/main/resources/static/img/blog/post-sample-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/img/blog/post-sample-image.jpg -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/fancybox/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/fancybox/blank.gif -------------------------------------------------------------------------------- /src/main/resources/static/css/patterns/header-profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/patterns/header-profile.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/iCheck/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/iCheck/green@2x.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/images/sort_asc.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/images/sort_desc.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/images/spritemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/images/spritemap.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/jsTree/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/jsTree/throbber.gif -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/bpmn-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/images/bpmn-error.png -------------------------------------------------------------------------------- /src/main/resources/static/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/blueimp/img/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/blueimp/img/error.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/blueimp/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/blueimp/img/loading.gif -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/images/spritemap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/images/spritemap@2x.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/bpmn-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/images/bpmn-warning.png -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/layim/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/layim/loading.gif -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/webuploader/Uploader.swf -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/breadcrumbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/breadcrumbs.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/checker-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/checker-bg.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/chosen/chosen-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/chosen/chosen-sprite.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/datadefinition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/images/datadefinition.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/nw-handle-dark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/images/nw-handle-dark.gif -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/se-handle-dark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/images/se-handle-dark.gif -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/gritter/images/gritter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/gritter/images/gritter.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/deployer/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/deployer/send.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/deployer/timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/deployer/timer.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/deployer/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/deployer/user.png -------------------------------------------------------------------------------- /src/main/resources/static/css/patterns/header-profile-skin-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/patterns/header-profile-skin-1.png -------------------------------------------------------------------------------- /src/main/resources/static/css/patterns/header-profile-skin-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/patterns/header-profile-skin-3.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/blueimp/img/play-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/blueimp/img/play-pause.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/blueimp/img/video-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/blueimp/img/video-play.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/chosen/chosen-sprite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/chosen/chosen-sprite@2x.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/footable/fonts/footable.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/footable/fonts/footable.eot -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/footable/fonts/footable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/footable/fonts/footable.ttf -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/footable/fonts/footable.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/footable/fonts/footable.woff -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/images/sprite-skin-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/images/sprite-skin-flat.png -------------------------------------------------------------------------------- /src/main/resources/static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /src/main/resources/static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /src/main/resources/static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /src/main/resources/static/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/fancybox/fancybox_loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/fancybox/fancybox_loading.gif -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/fancybox/fancybox_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/fancybox/fancybox_overlay.png -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/fancybox/fancybox_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/fancybox/fancybox_sprite.png -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/gritter/images/ie-spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/gritter/images/ie-spacer.gif -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/skin/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/skin/default/icon.png -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/skin/default/textbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/skin/default/textbg.png -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/skin/moon/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/skin/moon/default.png -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/theme/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/theme/default/icon.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/deployer/manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/deployer/manual.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/deployer/receive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/deployer/receive.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/deployer/script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/deployer/script.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/deployer/service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/deployer/service.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/zTree/metroStyle/img/32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/zTree/metroStyle/img/32px.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/zTree/metroStyle/img/metro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/zTree/metroStyle/img/metro.gif -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/zTree/metroStyle/img/metro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/zTree/metroStyle/img/metro.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/shapemenu_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/images/shapemenu_highlight.png -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/fancybox/fancybox_sprite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/fancybox/fancybox_sprite@2x.png -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/skin/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/skin/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/skin/default/icon_ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/skin/default/icon_ext.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/js/ProcessDiagramGenerator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/js/ProcessDiagramGenerator.js -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/summernote/font/summernote.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/summernote/font/summernote.woff -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/zTree/metroStyle/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/zTree/metroStyle/img/loading.gif -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/fonts/activiti-admin-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/fonts/activiti-admin-webfont.eot -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/fonts/activiti-admin-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/fonts/activiti-admin-webfont.ttf -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/fonts/activiti-admin-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/editor-app/fonts/activiti-admin-webfont.woff -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/fancybox/fancybox_loading@2x.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/fancybox/fancybox_loading@2x.gif -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/gritter/images/gritter-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/gritter/images/gritter-light.png -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/skin/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/skin/default/loading-0.gif -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/skin/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/skin/default/loading-1.gif -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/skin/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/skin/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/skin/default/xubox_ico0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/skin/default/xubox_ico0.png -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/theme/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/theme/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/theme/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/theme/default/loading-0.gif -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/theme/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/theme/default/loading-1.gif -------------------------------------------------------------------------------- /src/main/resources/static/js/plugins/layer/theme/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/js/plugins/layer/theme/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/deployer/error_catch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/deployer/error_catch.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/deployer/error_throw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/deployer/error_throw.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/deployer/signal_catch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/deployer/signal_catch.png -------------------------------------------------------------------------------- /src/main/resources/public/diagram-viewer/images/deployer/signal_throw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/public/diagram-viewer/images/deployer/signal_throw.png -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/zTree/metroStyle/img/line_conn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcqtt/ifast/dev/src/main/resources/static/css/plugins/zTree/metroStyle/img/line_conn.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/popups/icon-template.html: -------------------------------------------------------------------------------- 1 |
6 | *7 | * 8 | * 2018年6月13日 | Aron 9 | */ 10 | public abstract class ScanHandler extends AbstractHandler { 11 | 12 | } 13 | -------------------------------------------------------------------------------- /src/main/resources/mapper/common/ConfigMapper.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
7 | * 8 | *9 | * 2019-05-05 11:40 | Aron 10 | */ 11 | @Data 12 | public class UserRegDTO { 13 | private String mobile; 14 | } 15 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/execution-listeners-display-template.html: -------------------------------------------------------------------------------- 1 | 2 | {{'PROPERTY.EXECUTIONLISTENERS.DISPLAY' | translate:property.value.executionListeners}} 3 | PROPERTY.EXECUTIONLISTENERS.EMPTY -------------------------------------------------------------------------------- /src/main/java/com/ifast/common/component/sms/support/SceneRepository.java: -------------------------------------------------------------------------------- 1 | package com.ifast.common.component.sms.support; 2 | 3 | /** 4 | *
5 | * 6 | *7 | * 2018/10/10 15:10 | Aron 8 | */ 9 | public interface SceneRepository { 10 | 11 | String getContent(String scene); 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/com/ifast/api/pojo/dto/UserLoginDTO.java: -------------------------------------------------------------------------------- 1 | package com.ifast.api.pojo.dto; 2 | 3 | import lombok.Data; 4 | 5 | /** 6 | *
7 | *8 | * 9 | * 2018年4月26日 | Aron 10 | */ 11 | @Data 12 | public class UserLoginDTO { 13 | private String uname; 14 | private String passwd; 15 | } 16 | -------------------------------------------------------------------------------- /src/main/java/com/ifast/common/base/BaseDao.java: -------------------------------------------------------------------------------- 1 | package com.ifast.common.base; 2 | 3 | import com.baomidou.mybatisplus.mapper.BaseMapper; 4 | 5 | /** 6 | * 7 | *
8 | *9 | * 2018年2月25日 | Aron 10 | * @param
5 | * 短信验证码生成器 6 | *7 | * 8 | * 2018/10/10 15:03 | Aron 9 | * 10 | */ 11 | public interface CodeGenerator { 12 | 13 | String getCode(); 14 | 15 | } 16 | -------------------------------------------------------------------------------- /src/main/java/com/ifast/sys/dao/RoleDao.java: -------------------------------------------------------------------------------- 1 | package com.ifast.sys.dao; 2 | 3 | import com.ifast.common.base.BaseDao; 4 | import com.ifast.sys.domain.RoleDO; 5 | 6 | /** 7 | *
8 | * 角色 9 | *10 | * 2018年3月23日 | Aron 11 | */ 12 | public interface RoleDao extends BaseDao
7 | * 8 | *9 | * 2018/8/28 11:04 | Aron 10 | */ 11 | @Data 12 | public class UserLogoutDTO { 13 | private String token; 14 | private String refreshToken; 15 | } 16 | -------------------------------------------------------------------------------- /src/main/java/com/ifast/common/component/oss/support/UploadServer.java: -------------------------------------------------------------------------------- 1 | package com.ifast.common.component.oss.support; 2 | 3 | /** 4 | *
5 | * 上传服务 6 | *7 | * 2018/9/11 11:46 | Aron 8 | */ 9 | public interface UploadServer { 10 | 11 | String upload(byte[] uploadBytes, String fileName); 12 | 13 | } 14 | -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/blueimp/img/video-play.svg: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /src/main/java/com/ifast/common/component/sms/dto/SendDTO.java: -------------------------------------------------------------------------------- 1 | package com.ifast.common.component.sms.dto; 2 | 3 | import lombok.Data; 4 | 5 | /** 6 | *
7 | * 8 | *9 | * 2018/8/30 21:25 | Aron 10 | */ 11 | @Data 12 | public class SendDTO { 13 | private String scene; 14 | private String mobile; 15 | } 16 | -------------------------------------------------------------------------------- /src/main/java/com/ifast/common/component/sms/dto/VerifyDTO.java: -------------------------------------------------------------------------------- 1 | package com.ifast.common.component.sms.dto; 2 | 3 | import lombok.Data; 4 | 5 | /** 6 | *
7 | * 8 | *9 | * 2018/8/30 21:25 | Aron 10 | */ 11 | @Data 12 | public class VerifyDTO { 13 | private String mobile; 14 | private String code; 15 | } 16 | -------------------------------------------------------------------------------- /src/main/java/com/ifast/job/dao/TaskDao.java: -------------------------------------------------------------------------------- 1 | package com.ifast.job.dao; 2 | 3 | import com.ifast.common.base.BaseDao; 4 | import com.ifast.job.domain.TaskDO; 5 | 6 | /** 7 | * 8 | * @author chglee 9 | * @email 1992lcg@163.com 10 | * @date 2017-10-03 15:45:42 11 | */ 12 | public interface TaskDao extends BaseDao
9 | * 基础表 10 | *11 | * 2018-07-27 23:38:24 | Aron 12 | */ 13 | public interface DemoDao extends BaseDao
8 | *9 | * 2018年3月23日 | Aron 10 | */ 11 | public interface UserDao extends BaseDao
8 | * 微信粉丝表 9 | *10 | * 2018-04-11 23:27:06 | Aron 11 | */ 12 | public interface MpFansDao extends BaseDao
8 | * 微信配置表 9 | *10 | * 2018-04-11 23:27:06 | Aron 11 | */ 12 | public interface MpConfigDao extends BaseDao
9 | * 微信菜单表 10 | *11 | * 2018-10-19 15:47:16 | Aron 12 | */ 13 | public interface MpMenuDao extends BaseDao
9 | * 10 | *11 | * 2018-10-18 21:21:36 | Aron 12 | */ 13 | public interface MpArticleDao extends BaseDao
7 | * 自动表单验注解 8 | *9 | * 2018/9/4 12:00 | Aron 10 | */ 11 | @Target(ElementType.TYPE) 12 | @Retention(RetentionPolicy.RUNTIME) 13 | @Inherited 14 | public @interface ValidForm { 15 | } 16 | -------------------------------------------------------------------------------- /src/main/resources/config/banner.txt: -------------------------------------------------------------------------------- 1 | 2 | _____________ _____ 3 | ___(_)__ __/_____ _________ /_ 4 | __ /__ /_ _ __ `/_ ___/ __/ v1.4.0 5 | _ / _ __/ / /_/ /_(__ )/ /_ 6 | /_/ /_/ \__,_/ /____/ \__/ 2018-09-04 7 | 8 | -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/blueimp/img/error.svg: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/message-property-write-template.html: -------------------------------------------------------------------------------- 1 |
9 | * 基础表 10 | *11 | * 2018-07-27 23:38:24 | Aron 12 | */ 13 | public interface DemoService extends CoreService
9 | * ${comments}
10 | *
11 | * ${datetime} | ${author}
12 | */
13 | public interface ${className}Dao extends BaseDao<${className}DO> {
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/src/main/java/com/ifast/wxmp/service/MpArticleService.java:
--------------------------------------------------------------------------------
1 | package com.ifast.wxmp.service;
2 |
3 | import com.ifast.common.base.CoreService;
4 | import com.ifast.wxmp.domain.MpArticleDO;
5 |
6 | /**
7 | *
8 | * 9 | * 10 | *11 | * 2018-10-18 21:21:36 | Aron 12 | */ 13 | public interface MpArticleService extends CoreService
9 | * 微信配置表 10 | *11 | * 2018-04-11 23:27:06 | Aron 12 | */ 13 | public interface MpConfigService extends CoreService
7 | *8 | * 9 | * 2018年4月27日 | Aron 10 | */ 11 | @Data 12 | public class TokenVO { 13 | private String token; 14 | private Long tokenExpire; 15 | private String refleshToken; 16 | private Long refreshTokenExpire; 17 | 18 | } 19 | -------------------------------------------------------------------------------- /src/main/java/com/ifast/common/annotation/Log.java: -------------------------------------------------------------------------------- 1 | package com.ifast.common.annotation; 2 | 3 | import java.lang.annotation.*; 4 | 5 | /** 6 | *
7 | * 系统日志注解 8 | *9 | * 2018年3月22日 | Aron 10 | */ 11 | @Target(ElementType.METHOD) 12 | @Retention(RetentionPolicy.RUNTIME) 13 | @Inherited 14 | public @interface Log { 15 | String value() default ""; 16 | } 17 | -------------------------------------------------------------------------------- /src/main/resources/templates/common/generator/Service.java.vm: -------------------------------------------------------------------------------- 1 | package ${package}.service; 2 | 3 | import ${package}.domain.${className}DO; 4 | import com.ifast.common.base.CoreService; 5 | 6 | /** 7 | * 8 | *
9 | * ${comments}
10 | *
11 | * ${datetime} | ${author}
12 | */
13 | public interface ${className}Service extends CoreService<${className}DO> {
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/src/main/java/com/ifast/sys/dao/DeptDao.java:
--------------------------------------------------------------------------------
1 | package com.ifast.sys.dao;
2 |
3 | import com.ifast.common.base.BaseDao;
4 | import com.ifast.sys.domain.DeptDO;
5 |
6 | /**
7 | * 8 | * 部门管理 9 | *10 | * 2018年3月23日 | Aron 11 | */ 12 | public interface DeptDao extends BaseDao
10 | *11 | * 2018年3月22日 | Aron 12 | */ 13 | @Service 14 | public interface LogService extends CoreService
10 | * 菜单管理 11 | *12 | * 2018年3月23日 | Aron 13 | */ 14 | public interface MenuDao extends BaseDao
12 | * ${comments}
13 | *
14 | * ${datetime} | ${author}
15 | */
16 | public interface ${className}Mapper extends BaseMapper<${className}> {
17 |
18 | }
19 |
--------------------------------------------------------------------------------
/src/main/java/com/ifast/sys/service/DeptService.java:
--------------------------------------------------------------------------------
1 | package com.ifast.sys.service;
2 |
3 | import com.ifast.common.base.CoreService;
4 | import com.ifast.common.domain.Tree;
5 | import com.ifast.sys.domain.DeptDO;
6 |
7 | /**
8 | * 9 | * 部门管理 10 | *11 | * 2018年3月23日 | Aron 12 | */ 13 | public interface DeptService extends CoreService
7 | * 短信验证码生成器 8 | *9 | * 10 | * 2018/10/10 15:03 | Aron 11 | */ 12 | public class DefaultCodeGenerator implements CodeGenerator{ 13 | 14 | @Override 15 | public String getCode() { 16 | return new Random().nextInt(8999) + 1000 + ""; 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /src/main/java/com/ifast/wxmp/handler/AbstractHandler.java: -------------------------------------------------------------------------------- 1 | package com.ifast.wxmp.handler; 2 | 3 | import me.chanjar.weixin.mp.api.WxMpMessageHandler; 4 | import org.slf4j.Logger; 5 | import org.slf4j.LoggerFactory; 6 | 7 | /** 8 | * 9 | *
10 | *11 | * 12 | * 2018年6月13日 | Aron 13 | */ 14 | public abstract class AbstractHandler implements WxMpMessageHandler { 15 | 16 | protected Logger logger = LoggerFactory.getLogger(getClass()); 17 | 18 | } 19 | -------------------------------------------------------------------------------- /src/main/java/com/ifast/common/component/sms/support/SmsVerify.java: -------------------------------------------------------------------------------- 1 | package com.ifast.common.component.sms.support; 2 | 3 | /** 4 | *
5 | * 6 | *7 | * 2018/8/31 11:48 | Aron 8 | */ 9 | public interface SmsVerify { 10 | 11 | /** 12 | *
13 | * 校验验证码 14 | *15 | * 2018/8/30 19:14 | Aron 16 | * @param phone 手机号码 17 | * @param code 验证码 18 | */ 19 | void verify(String phone, String code); 20 | } 21 | -------------------------------------------------------------------------------- /src/main/resources/static/css/plugins/morris/morris-0.4.3.min.css: -------------------------------------------------------------------------------- 1 | .morris-hover{position:absolute;z-index:1000;}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255, 255, 255, 0.8);border:solid 2px rgba(230, 230, 230, 0.8);font-family:sans-serif;font-size:12px;text-align:center;}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0;} 2 | .morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0;} 3 | -------------------------------------------------------------------------------- /src/main/java/com/ifast/sys/vo/UserVO.java: -------------------------------------------------------------------------------- 1 | package com.ifast.sys.vo; 2 | 3 | import com.ifast.sys.domain.UserDO; 4 | import lombok.Data; 5 | 6 | /** 7 | *
8 | *9 | * 2018年3月23日 | Aron 10 | */ 11 | @Data 12 | public class UserVO { 13 | /** 14 | * 更新的用户对象 15 | */ 16 | private UserDO userDO = new UserDO(); 17 | /** 18 | * 旧密码 19 | */ 20 | private String pwdOld; 21 | /** 22 | * 新密码 23 | */ 24 | private String pwdNew; 25 | } 26 | -------------------------------------------------------------------------------- /src/main/java/com/ifast/wxmp/service/MpMenuService.java: -------------------------------------------------------------------------------- 1 | package com.ifast.wxmp.service; 2 | 3 | import com.ifast.common.domain.Tree; 4 | import com.ifast.wxmp.domain.MpMenuDO; 5 | import com.ifast.common.base.CoreService; 6 | 7 | /** 8 | * 9 | *
10 | * 微信菜单表 11 | *12 | * 2018-10-19 15:47:16 | Aron 13 | */ 14 | public interface MpMenuService extends CoreService