├── src └── main │ ├── resources │ ├── static │ │ ├── component │ │ │ ├── pear │ │ │ │ ├── css │ │ │ │ │ ├── pear-module │ │ │ │ │ │ ├── label.css │ │ │ │ │ │ ├── iconPicker.css │ │ │ │ │ │ ├── topBar.css │ │ │ │ │ │ ├── layer.css │ │ │ │ │ │ ├── icon │ │ │ │ │ │ │ ├── icon.png │ │ │ │ │ │ │ ├── iconfont.eot │ │ │ │ │ │ │ ├── iconfont.ttf │ │ │ │ │ │ │ ├── iconfont.woff │ │ │ │ │ │ │ └── iconfont.woff2 │ │ │ │ │ │ ├── code.css │ │ │ │ │ │ ├── dtree │ │ │ │ │ │ │ └── font │ │ │ │ │ │ │ │ ├── dtreefont.eot │ │ │ │ │ │ │ │ ├── dtreefont.ttf │ │ │ │ │ │ │ │ └── dtreefont.woff │ │ │ │ │ │ ├── link.css │ │ │ │ │ │ ├── treetable.css │ │ │ │ │ │ └── message.css │ │ │ │ │ ├── pear.css │ │ │ │ │ └── pear.all.css │ │ │ │ ├── module │ │ │ │ │ ├── tinymce │ │ │ │ │ │ └── tinymce │ │ │ │ │ │ │ ├── langs │ │ │ │ │ │ │ └── readme.md │ │ │ │ │ │ │ ├── skins │ │ │ │ │ │ │ ├── ui │ │ │ │ │ │ │ │ ├── oxide │ │ │ │ │ │ │ │ │ ├── fonts │ │ │ │ │ │ │ │ │ │ └── tinymce-mobile.woff │ │ │ │ │ │ │ │ │ ├── content.mobile.min.css │ │ │ │ │ │ │ │ │ ├── content.mobile.css │ │ │ │ │ │ │ │ │ └── content.mobile.min.css.map │ │ │ │ │ │ │ │ └── oxide-dark │ │ │ │ │ │ │ │ │ ├── fonts │ │ │ │ │ │ │ │ │ └── tinymce-mobile.woff │ │ │ │ │ │ │ │ │ ├── content.mobile.min.css │ │ │ │ │ │ │ │ │ ├── content.mobile.css │ │ │ │ │ │ │ │ │ └── content.mobile.min.css.map │ │ │ │ │ │ │ └── content │ │ │ │ │ │ │ │ ├── default │ │ │ │ │ │ │ │ └── content.min.css │ │ │ │ │ │ │ │ ├── writer │ │ │ │ │ │ │ │ └── content.min.css │ │ │ │ │ │ │ │ ├── document │ │ │ │ │ │ │ │ └── content.min.css │ │ │ │ │ │ │ │ └── dark │ │ │ │ │ │ │ │ └── content.min.css │ │ │ │ │ │ │ └── plugins │ │ │ │ │ │ │ ├── textcolor │ │ │ │ │ │ │ ├── plugin.min.js │ │ │ │ │ │ │ └── plugin.js │ │ │ │ │ │ │ ├── colorpicker │ │ │ │ │ │ │ ├── plugin.min.js │ │ │ │ │ │ │ └── plugin.js │ │ │ │ │ │ │ ├── contextmenu │ │ │ │ │ │ │ ├── plugin.min.js │ │ │ │ │ │ │ └── plugin.js │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ └── plugin.min.js │ │ │ │ │ │ │ ├── print │ │ │ │ │ │ │ └── plugin.min.js │ │ │ │ │ │ │ └── code │ │ │ │ │ │ │ └── plugin.min.js │ │ │ │ │ ├── document.js │ │ │ │ │ ├── topBar.js │ │ │ │ │ ├── count.js │ │ │ │ │ ├── button.js │ │ │ │ │ └── popup.js │ │ │ │ ├── pear.all.js │ │ │ │ └── pear.js │ │ │ ├── layui │ │ │ │ ├── font │ │ │ │ │ ├── iconfont.eot │ │ │ │ │ ├── iconfont.ttf │ │ │ │ │ ├── iconfont.woff │ │ │ │ │ └── iconfont.woff2 │ │ │ │ ├── images │ │ │ │ │ └── face │ │ │ │ │ │ ├── 0.gif │ │ │ │ │ │ ├── 1.gif │ │ │ │ │ │ ├── 10.gif │ │ │ │ │ │ ├── 11.gif │ │ │ │ │ │ ├── 12.gif │ │ │ │ │ │ ├── 13.gif │ │ │ │ │ │ ├── 14.gif │ │ │ │ │ │ ├── 15.gif │ │ │ │ │ │ ├── 16.gif │ │ │ │ │ │ ├── 17.gif │ │ │ │ │ │ ├── 18.gif │ │ │ │ │ │ ├── 19.gif │ │ │ │ │ │ ├── 2.gif │ │ │ │ │ │ ├── 20.gif │ │ │ │ │ │ ├── 21.gif │ │ │ │ │ │ ├── 22.gif │ │ │ │ │ │ ├── 23.gif │ │ │ │ │ │ ├── 24.gif │ │ │ │ │ │ ├── 25.gif │ │ │ │ │ │ ├── 26.gif │ │ │ │ │ │ ├── 27.gif │ │ │ │ │ │ ├── 28.gif │ │ │ │ │ │ ├── 29.gif │ │ │ │ │ │ ├── 3.gif │ │ │ │ │ │ ├── 30.gif │ │ │ │ │ │ ├── 31.gif │ │ │ │ │ │ ├── 32.gif │ │ │ │ │ │ ├── 33.gif │ │ │ │ │ │ ├── 34.gif │ │ │ │ │ │ ├── 35.gif │ │ │ │ │ │ ├── 36.gif │ │ │ │ │ │ ├── 37.gif │ │ │ │ │ │ ├── 38.gif │ │ │ │ │ │ ├── 39.gif │ │ │ │ │ │ ├── 4.gif │ │ │ │ │ │ ├── 40.gif │ │ │ │ │ │ ├── 41.gif │ │ │ │ │ │ ├── 42.gif │ │ │ │ │ │ ├── 43.gif │ │ │ │ │ │ ├── 44.gif │ │ │ │ │ │ ├── 45.gif │ │ │ │ │ │ ├── 46.gif │ │ │ │ │ │ ├── 47.gif │ │ │ │ │ │ ├── 48.gif │ │ │ │ │ │ ├── 49.gif │ │ │ │ │ │ ├── 5.gif │ │ │ │ │ │ ├── 50.gif │ │ │ │ │ │ ├── 51.gif │ │ │ │ │ │ ├── 52.gif │ │ │ │ │ │ ├── 53.gif │ │ │ │ │ │ ├── 54.gif │ │ │ │ │ │ ├── 55.gif │ │ │ │ │ │ ├── 56.gif │ │ │ │ │ │ ├── 57.gif │ │ │ │ │ │ ├── 58.gif │ │ │ │ │ │ ├── 59.gif │ │ │ │ │ │ ├── 6.gif │ │ │ │ │ │ ├── 60.gif │ │ │ │ │ │ ├── 61.gif │ │ │ │ │ │ ├── 62.gif │ │ │ │ │ │ ├── 63.gif │ │ │ │ │ │ ├── 64.gif │ │ │ │ │ │ ├── 65.gif │ │ │ │ │ │ ├── 66.gif │ │ │ │ │ │ ├── 67.gif │ │ │ │ │ │ ├── 68.gif │ │ │ │ │ │ ├── 69.gif │ │ │ │ │ │ ├── 7.gif │ │ │ │ │ │ ├── 70.gif │ │ │ │ │ │ ├── 71.gif │ │ │ │ │ │ ├── 8.gif │ │ │ │ │ │ └── 9.gif │ │ │ │ ├── css │ │ │ │ │ └── modules │ │ │ │ │ │ ├── layer │ │ │ │ │ │ └── default │ │ │ │ │ │ │ ├── icon.png │ │ │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ │ │ └── loading-2.gif │ │ │ │ │ │ └── code.css │ │ │ │ └── lay │ │ │ │ │ └── modules │ │ │ │ │ └── code.js │ │ │ ├── highlight │ │ │ │ └── styles │ │ │ │ │ ├── pojoaque.jpg │ │ │ │ │ ├── brown-papersq.png │ │ │ │ │ ├── school-book.png │ │ │ │ │ ├── vs.css │ │ │ │ │ └── zenburn.css │ │ │ └── code │ │ │ │ └── css │ │ │ │ └── style.css │ │ ├── editor-app │ │ │ ├── libs │ │ │ │ ├── es5-shim-15.3.4.5 │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── tests │ │ │ │ │ │ ├── helpers │ │ │ │ │ │ │ ├── h.js │ │ │ │ │ │ │ └── h-matchers.js │ │ │ │ │ │ ├── lib │ │ │ │ │ │ │ └── jasmine_favicon.png │ │ │ │ │ │ └── spec │ │ │ │ │ │ │ └── s-number.js │ │ │ │ │ ├── .bower.json │ │ │ │ │ ├── LICENSE │ │ │ │ │ └── package.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-translate-loader-static-files.js │ │ │ │ ├── angular-cookies_1.2.13 │ │ │ │ │ └── angular-cookies.min.js │ │ │ │ └── json3_3.2.6 │ │ │ │ │ └── LICENSE │ │ │ ├── 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 │ │ │ ├── popups │ │ │ │ ├── icon-template.html │ │ │ │ ├── select-shape.html │ │ │ │ └── unsaved-changes.html │ │ │ ├── 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 │ │ │ ├── stencilsets │ │ │ │ └── bpmn2.0 │ │ │ │ │ └── icons │ │ │ │ │ ├── diagram.png │ │ │ │ │ ├── activity │ │ │ │ │ ├── task.png │ │ │ │ │ ├── subprocess.png │ │ │ │ │ ├── list │ │ │ │ │ │ ├── type.mule.png │ │ │ │ │ │ ├── type.send.png │ │ │ │ │ │ ├── type.user.png │ │ │ │ │ │ ├── type.camel.png │ │ │ │ │ │ ├── type.manual.png │ │ │ │ │ │ ├── type.script.png │ │ │ │ │ │ ├── type.shell.png │ │ │ │ │ │ ├── type.receive.png │ │ │ │ │ │ ├── type.service.png │ │ │ │ │ │ └── type.business.rule.png │ │ │ │ │ ├── event.subprocess.png │ │ │ │ │ ├── expanded.subprocess.png │ │ │ │ │ └── event.subprocess.collapsed.png │ │ │ │ │ ├── endevent │ │ │ │ │ ├── none.png │ │ │ │ │ ├── cancel.png │ │ │ │ │ ├── error.png │ │ │ │ │ └── terminate.png │ │ │ │ │ ├── swimlane │ │ │ │ │ ├── lane.png │ │ │ │ │ └── pool.png │ │ │ │ │ ├── throwing │ │ │ │ │ ├── none.png │ │ │ │ │ └── signal.png │ │ │ │ │ ├── catching │ │ │ │ │ ├── cancel.png │ │ │ │ │ ├── error.png │ │ │ │ │ ├── signal.png │ │ │ │ │ ├── timer.png │ │ │ │ │ ├── message.png │ │ │ │ │ └── compensation.png │ │ │ │ │ ├── startevent │ │ │ │ │ ├── none.png │ │ │ │ │ ├── error.png │ │ │ │ │ ├── message.png │ │ │ │ │ ├── signal.png │ │ │ │ │ └── timer.png │ │ │ │ │ ├── gateway │ │ │ │ │ ├── eventbased.png │ │ │ │ │ ├── inclusive.png │ │ │ │ │ ├── parallel.png │ │ │ │ │ └── exclusive.databased.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 │ │ │ │ │ └── condition-expression-popup.html │ │ │ │ ├── toolbar-custom-actions.js │ │ │ │ └── properties-custom-controllers.js │ │ │ ├── partials │ │ │ │ ├── root-stencil-item-template.html │ │ │ │ └── stencil-item-template.html │ │ │ ├── app-cfg.js │ │ │ └── editor-config.js │ │ ├── admin │ │ │ ├── images │ │ │ │ ├── act.jpg │ │ │ │ ├── logo.png │ │ │ │ ├── avatar.jpg │ │ │ │ └── notice.png │ │ │ ├── css │ │ │ │ └── other │ │ │ │ │ ├── department.css │ │ │ │ │ ├── generate.css │ │ │ │ │ ├── generator.css │ │ │ │ │ ├── result.css │ │ │ │ │ ├── error.css │ │ │ │ │ └── user.css │ │ │ └── js │ │ │ │ └── headImg.js │ │ └── diagram-viewer │ │ │ ├── images │ │ │ ├── bg.png │ │ │ ├── checker-bg.png │ │ │ ├── breadcrumbs.png │ │ │ └── deployer │ │ │ │ ├── send.png │ │ │ │ ├── user.png │ │ │ │ ├── manual.png │ │ │ │ ├── script.png │ │ │ │ ├── timer.png │ │ │ │ ├── receive.png │ │ │ │ ├── service.png │ │ │ │ ├── error_catch.png │ │ │ │ ├── error_throw.png │ │ │ │ ├── business_rule.png │ │ │ │ ├── message_catch.png │ │ │ │ ├── message_throw.png │ │ │ │ ├── signal_catch.png │ │ │ │ ├── signal_throw.png │ │ │ │ └── blue │ │ │ │ └── message_catch.png │ │ │ └── js │ │ │ ├── Polyline.js │ │ │ └── jstools.js │ ├── generator │ │ └── MyBatisGenerator │ │ │ ├── 1.bat │ │ │ ├── mysqldriver.jar │ │ │ ├── mybatis-generator-core-1.3.2.jar │ │ │ └── mybatis-generator-core-1.3.7.jar │ ├── auto_code │ │ ├── 说明.txt.vm │ │ ├── auto_code_config.properties │ │ └── sql │ │ │ └── menu.sql.vm │ ├── mybatis │ │ └── custom │ │ │ ├── SysUtilMapper.xml │ │ │ └── TsysRoleMapper.xml │ ├── templates │ │ ├── error │ │ │ ├── 500.html │ │ │ ├── 403.html │ │ │ └── 404.html │ │ ├── index.html │ │ └── include.html │ └── banner.txt │ └── java │ └── com │ └── fc │ ├── v2 │ ├── common │ │ ├── dataSources │ │ │ ├── DataSourceType.java │ │ │ ├── DataSource.java │ │ │ └── DynamicDataSource.java │ │ ├── conf │ │ │ ├── PutFilter.java │ │ │ ├── oss │ │ │ │ └── OssConfig.java │ │ │ ├── FileConfig.java │ │ │ ├── xss │ │ │ │ ├── XssUtil.java │ │ │ │ └── XssStringJsonDeserializer.java │ │ │ └── PageHelperConf.java │ │ ├── exception │ │ │ ├── demo │ │ │ │ └── DemoModeException.java │ │ │ └── file │ │ │ │ └── FileNameLengthLimitExceededException.java │ │ ├── quartz │ │ │ ├── QuartzJobExecution.java │ │ │ ├── QuartzDisallowConcurrentExecution.java │ │ │ ├── QuartzConfig.java │ │ │ └── task │ │ │ │ └── V2Task.java │ │ ├── log │ │ │ └── Log.java │ │ └── base │ │ │ └── BaseService.java │ ├── mapper │ │ ├── custom │ │ │ ├── RoleDao.java │ │ │ ├── TsysUserDao.java │ │ │ ├── SysUtilDao.java │ │ │ └── PermissionDao.java │ │ └── auto │ │ │ ├── SysFileMapper.java │ │ │ ├── SysAreaMapper.java │ │ │ ├── SysCityMapper.java │ │ │ ├── TsysRoleMapper.java │ │ │ ├── TsysUserMapper.java │ │ │ ├── TSysEmailMapper.java │ │ │ ├── TsysOperLogMapper.java │ │ │ ├── SysProvinceMapper.java │ │ │ ├── TSysRoleUserMapper.java │ │ │ ├── GeneratorMapper.java │ │ │ ├── TSysDictDataMapper.java │ │ │ ├── TsysPermissionMapper.java │ │ │ ├── TsysPermissionRoleMapper.java │ │ │ ├── TSysDictTypeMapper.java │ │ │ ├── SysInterUrlMapper.java │ │ │ ├── SysNoticeMapper.java │ │ │ ├── SysPositionMapper.java │ │ │ ├── SysNoticeUserMapper.java │ │ │ ├── SysStreetMapper.java │ │ │ ├── SysDepartmentMapper.java │ │ │ └── SysQuartzJobMapper.java │ ├── model │ │ ├── custom │ │ │ ├── SQLAdapter.java │ │ │ ├── RoleVo.java │ │ │ ├── email │ │ │ │ └── MyAuthenticator.java │ │ │ ├── autocode │ │ │ │ ├── AutoDictType.java │ │ │ │ └── AutoCodeConfig.java │ │ │ ├── Msg.java │ │ │ ├── Tablepar.java │ │ │ ├── PermissionTreeModelVo.java │ │ │ └── Ueditor.java │ │ └── auto │ │ │ ├── TsysRole.java │ │ │ ├── TSysRoleUser.java │ │ │ └── TsysPermissionRole.java │ ├── service │ │ └── SysUtilService.java │ ├── util │ │ └── MD5Util.java │ ├── controller │ │ └── IndexController.java │ └── satoken │ │ ├── dialect │ │ └── SaTokenDialect.java │ │ └── SaTokenUtil.java │ └── V2WebInitializer.java ├── .settings └── org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs └── .gitignore /src/main/resources/static/component/pear/css/pear-module/label.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/libs/es5-shim-15.3.4.5/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /src/main/resources/generator/MyBatisGenerator/1.bat: -------------------------------------------------------------------------------- 1 | java -jar mybatis-generator-core-1.3.7.jar -configfile generator.xml -overwrite -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/iconPicker.css: -------------------------------------------------------------------------------- 1 | .layui-iconpicker .layui-anim{ 2 | width: 300px!important; 3 | } -------------------------------------------------------------------------------- /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/admin/images/act.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/admin/images/act.jpg -------------------------------------------------------------------------------- /src/main/resources/static/admin/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/admin/images/logo.png -------------------------------------------------------------------------------- /src/main/resources/static/admin/images/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/admin/images/avatar.jpg -------------------------------------------------------------------------------- /src/main/resources/static/admin/images/notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/admin/images/notice.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/images/logo.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/bg.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/js/Polyline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/js/Polyline.js -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/images/delete.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/images/loading.gif -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/logo-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/images/logo-2x.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/images/wrench.png -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/font/iconfont.eot -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/font/iconfont.woff -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/0.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/1.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/10.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/11.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/12.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/13.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/14.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/15.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/16.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/17.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/18.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/19.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/2.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/20.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/21.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/22.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/23.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/24.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/25.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/26.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/27.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/28.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/29.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/3.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/30.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/31.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/32.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/33.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/34.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/35.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/36.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/37.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/38.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/39.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/4.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/40.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/41.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/42.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/43.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/44.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/45.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/46.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/47.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/48.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/49.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/5.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/50.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/51.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/52.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/53.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/54.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/55.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/56.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/57.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/58.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/59.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/6.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/60.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/61.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/62.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/63.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/64.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/65.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/66.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/67.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/68.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/69.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/7.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/70.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/71.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/8.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/images/face/9.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/topBar.css: -------------------------------------------------------------------------------- 1 | .layui-fixbar li{ 2 | border-radius: 4px; 3 | background-color: #5FB878; 4 | color: white; 5 | } -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/bpmn-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/images/bpmn-error.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/bpmn-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/images/bpmn-warning.png -------------------------------------------------------------------------------- /src/main/resources/generator/MyBatisGenerator/mysqldriver.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/generator/MyBatisGenerator/mysqldriver.jar -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/font/iconfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/font/iconfont.woff2 -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/checker-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/checker-bg.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/datadefinition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/images/datadefinition.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/nw-handle-dark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/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/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/images/se-handle-dark.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/highlight/styles/pojoaque.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/highlight/styles/pojoaque.jpg -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/breadcrumbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/breadcrumbs.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/send.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/user.png -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/layer.css: -------------------------------------------------------------------------------- 1 | .layui-layer-msg{ 2 | border-color: transparent!important; 3 | box-shadow: 2px 0 6px rgb(0 21 41 / 0.05)!important; 4 | } -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/manual.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/script.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/timer.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/images/shapemenu_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/images/shapemenu_highlight.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/popups/icon-template.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
-------------------------------------------------------------------------------- /.settings/org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs: -------------------------------------------------------------------------------- 1 | XDOCLETBUILDERACTIVE=false 2 | XDOCLETHOME= 3 | XDOCLETUSEGLOBAL=false 4 | XDOCLETVERSION=1.2.1 5 | eclipse.preferences.version=1 6 | -------------------------------------------------------------------------------- /src/main/resources/static/component/highlight/styles/brown-papersq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/highlight/styles/brown-papersq.png -------------------------------------------------------------------------------- /src/main/resources/static/component/highlight/styles/school-book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/highlight/styles/school-book.png -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/icon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/pear/css/pear-module/icon/icon.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/receive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/receive.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/service.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/fonts/activiti-admin-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/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/fuce1314/Springboot_v2/HEAD/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/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/fonts/activiti-admin-webfont.woff -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/error_catch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/error_catch.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/error_throw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/error_throw.png -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/icon/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/pear/css/pear-module/icon/iconfont.eot -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/icon/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/pear/css/pear-module/icon/iconfont.ttf -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/icon/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/pear/css/pear-module/icon/iconfont.woff -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/business_rule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/business_rule.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/message_catch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/message_catch.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/message_throw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/message_throw.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/signal_catch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/signal_catch.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/signal_throw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/signal_throw.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/diagram.png -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/icon/iconfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/pear/css/pear-module/icon/iconfont.woff2 -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /src/main/resources/generator/MyBatisGenerator/mybatis-generator-core-1.3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/generator/MyBatisGenerator/mybatis-generator-core-1.3.2.jar -------------------------------------------------------------------------------- /src/main/resources/generator/MyBatisGenerator/mybatis-generator-core-1.3.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/generator/MyBatisGenerator/mybatis-generator-core-1.3.7.jar -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/images/deployer/blue/message_catch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/diagram-viewer/images/deployer/blue/message_catch.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/task.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/endevent/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/endevent/none.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/swimlane/lane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/swimlane/lane.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/swimlane/pool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/swimlane/pool.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/throwing/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/throwing/none.png -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/css/modules/layer/default/loading-0.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/css/modules/layer/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/css/modules/layer/default/loading-1.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/layui/css/modules/layer/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/code.css: -------------------------------------------------------------------------------- 1 | .layui-colla-content{ 2 | padding: 0px; 3 | } 4 | .layui-code-view{ 5 | margin: 0px!important; 6 | } 7 | .layui-code-h3{ 8 | display: none!important; 9 | } -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/dtree/font/dtreefont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/pear/css/pear-module/dtree/font/dtreefont.eot -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/dtree/font/dtreefont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/pear/css/pear-module/dtree/font/dtreefont.ttf -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/dtree/font/dtreefont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/pear/css/pear-module/dtree/font/dtreefont.woff -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/catching/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/catching/cancel.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/catching/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/catching/error.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/catching/signal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/catching/signal.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/catching/timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/catching/timer.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/endevent/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/endevent/cancel.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/endevent/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/endevent/error.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/startevent/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/startevent/none.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/throwing/signal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/throwing/signal.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/catching/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/catching/message.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/endevent/terminate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/endevent/terminate.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/gateway/eventbased.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/gateway/eventbased.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/gateway/inclusive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/gateway/inclusive.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/gateway/parallel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/gateway/parallel.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/startevent/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/startevent/error.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/startevent/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/startevent/message.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/startevent/signal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/startevent/signal.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/startevent/timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/startevent/timer.png -------------------------------------------------------------------------------- /src/main/resources/static/admin/css/other/department.css: -------------------------------------------------------------------------------- 1 | .organizationTree { 2 | width: 100% !important; 3 | height: -webkit-calc(100vh - 130px); 4 | height: -moz-calc(100vh - 130px); 5 | height: calc(100vh - 130px); 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/subprocess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/subprocess.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/libs/es5-shim-15.3.4.5/tests/lib/jasmine_favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/libs/es5-shim-15.3.4.5/tests/lib/jasmine_favicon.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.mule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.mule.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.send.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.user.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/catching/compensation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/catching/compensation.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/connector/messageflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/connector/messageflow.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/connector/sequenceflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/connector/sequenceflow.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/dataobject/data.store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/dataobject/data.store.png -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/module/tinymce/tinymce/langs/readme.md: -------------------------------------------------------------------------------- 1 | This is where language files should be placed. 2 | 3 | Please DO NOT translate these directly use this service: https://www.transifex.com/projects/p/tinymce/ 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/boolean-property-template.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 |
-------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/event.subprocess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/event.subprocess.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.camel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.camel.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.manual.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.script.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.shell.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/artifact/text.annotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/artifact/text.annotation.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/fields-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/expanded.subprocess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/expanded.subprocess.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.receive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.receive.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.service.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/gateway/exclusive.databased.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/gateway/exclusive.databased.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/libs/bootstrap_3.1.1/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/libs/bootstrap_3.1.1/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/libs/bootstrap_3.1.1/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/libs/bootstrap_3.1.1/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/libs/bootstrap_3.1.1/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/libs/bootstrap_3.1.1/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/assignment-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.business.rule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/list/type.business.rule.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/connector/association.undirected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/connector/association.undirected.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/in-parameters-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/out-parameters-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/task-listeners-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/text-property-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/event.subprocess.collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/activity/event.subprocess.collapsed.png -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/module/tinymce/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/pear/module/tinymce/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/event-listeners-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/form-properties-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/connector/association.unidirectional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/editor-app/stencilsets/bpmn2.0/icons/connector/association.unidirectional.png -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/execution-listeners-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/fields-display-template.html: -------------------------------------------------------------------------------- 1 | 2 | {{'PROPERTY.FIELDS' | translate:property.value.fields}} 3 | {{'PROPERTY.FIELDS.EMPTY' | translate}} -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/message-definitions-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/sequenceflow-order-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/signal-definitions-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/module/tinymce/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuce1314/Springboot_v2/HEAD/src/main/resources/static/component/pear/module/tinymce/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/condition-expression-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/condition-expression-display-template.html: -------------------------------------------------------------------------------- 1 | {{property.value|limitTo:20}} 2 | {{'PROPERTY.SEQUENCEFLOW.CONDITION.NO-CONDITION-DISPLAY' | translate}} -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/sequenceflow-order-display-template.html: -------------------------------------------------------------------------------- 1 | 2 | PROPERTY.SEQUENCEFLOW.ORDER.NOT.EMPTY 3 | PROPERTY.SEQUENCEFLOW.ORDER.EMPTY -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/subprocess-reference-display-template.html: -------------------------------------------------------------------------------- 1 | 2 | {{property.value.name}} 3 | PROPERTY.SUBPROCESSREFERENCE.EMPTY 4 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/subprocess-reference-write-template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/common/dataSources/DataSourceType.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.common.dataSources; 2 | 3 | /** 4 | * 列出所有数据源 5 | * @ClassName: DataSourceType 6 | * @author fuce 7 | * @date 2019-12-06 21:02 8 | */ 9 | public enum DataSourceType { 10 | MASTER, 11 | SLAVE 12 | } -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/in-parameters-display-template.html: -------------------------------------------------------------------------------- 1 | 2 | {{'PROPERTY.INPARAMETERS.VALUE' | translate:property.value.inParameters}} 3 | PROPERTY.INPARAMETERS.EMPTY -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/message-definitions-display-template.html: -------------------------------------------------------------------------------- 1 | {{'PROPERTY.MESSAGEDEFINITIONS.DISPLAY' | translate:property.value}} 2 | PROPERTY.MESSAGEDEFINITIONS.EMPTY -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/out-parameters-display-template.html: -------------------------------------------------------------------------------- 1 | 2 | {{'PROPERTY.OUTPARAMETERS.VALUE' | translate:property.value.outParameters}} 3 | PROPERTY.OUTPARAMETERS.EMPTY -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/signal-definitions-display-template.html: -------------------------------------------------------------------------------- 1 | 2 | {{'PROPERTY.SIGNALDEFINITIONS.DISPLAY' | translate:property.value}} 3 | PROPERTY.SIGNALDEFINITIONS.EMPTY -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/task-listeners-display-template.html: -------------------------------------------------------------------------------- 1 | 2 | {{'PROPERTY.TASKLISTENERS.VALUE' | translate:property.value.taskListeners}} 3 | PROPERTY.TASKLISTENERS.EMPTY -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/form-properties-display-template.html: -------------------------------------------------------------------------------- 1 | 2 | {{'PROPERTY.FORMPROPERTIES.VALUE' | translate:property.value.formProperties}} 3 | PROPERTY.FORMPROPERTIES.EMPTY -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/event-listeners-display-template.html: -------------------------------------------------------------------------------- 1 | 2 | {{'PROPERTY.EVENTLISTENERS.DISPLAY' | translate:property.value.eventListeners}} 3 | PROPERTY.EVENTLISTENERS.EMPTY -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/module/document.js: -------------------------------------------------------------------------------- 1 | layui.define(['jquery', 'element'], function(exports) { 2 | "use strict"; 3 | 4 | var MOD_NAME = 'document'; 5 | 6 | var document = function(opt) { 7 | this.option = opt; 8 | }; 9 | 10 | exports(MOD_NAME, new document()); 11 | }) 12 | -------------------------------------------------------------------------------- /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/fc/v2/common/conf/PutFilter.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.common.conf; 2 | 3 | import org.springframework.stereotype.Component; 4 | import org.springframework.web.filter.FormContentFilter; 5 | 6 | /** 7 | * 让put能获取到参数 8 | */ 9 | @Component 10 | public class PutFilter extends FormContentFilter { 11 | } -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.class 2 | **/target 3 | **/webapp/userfiles 4 | **/WEB-INF/classes 5 | **/logs/log*.log 6 | 7 | .classpath 8 | .project 9 | 10 | .idea 11 | *.ipr 12 | *.iml 13 | *.iws 14 | *.lic 15 | rebel.xml 16 | /.factorypath 17 | /.springBeans 18 | /target/ 19 | /.apt_generated/ 20 | /bin/ 21 | /.apt_generated_tests/ 22 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/default-value-display-template.html: -------------------------------------------------------------------------------- 1 | 2 | {{property.value|limitTo:20}} 3 | ... 4 | PROPERTY.EMPTY -------------------------------------------------------------------------------- /src/main/resources/auto_code/说明.txt.vm: -------------------------------------------------------------------------------- 1 | templates为 html代码 生成的文件请放入SpringBoot_v2\src\main\resources\templates 下面 2 | main为java代码 生成的文件请放入SpringBoot_v2\src\main\ 3 | mybatis 为 xml代码 生成的文件请放入SpringBoot_v2\src\main\resources\mybatis 4 | 5 | 界面点击覆盖只需要 执行sql文件 6 | 7 | 8 | menu.sql mysql 控制台执行 9 | 需要注意 pid 在页面的权限列表里面选择一个 -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/multiinstance-property-write-template.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 8 |
-------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/string-property-write-mode-template.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 8 |
-------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/signal-property-write-template.html: -------------------------------------------------------------------------------- 1 |
2 | 4 |
-------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/link.css: -------------------------------------------------------------------------------- 1 | .pear-link{ 2 | font-size: 15px!important; 3 | } 4 | 5 | .pear-link.pear-link-primary{ 6 | color : #5FB878 ; 7 | } 8 | 9 | .pear-link.pear-link-success{ 10 | color : #5FB878 ; 11 | } 12 | 13 | .pear-link .pear-link-warming{ 14 | 15 | 16 | } 17 | 18 | .pear-link .pear-link-danger{ 19 | 20 | } -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/module/topBar.js: -------------------------------------------------------------------------------- 1 | layui.define(['jquery', 'element','util'], function(exports) { 2 | "use strict"; 3 | 4 | var MOD_NAME = 'topBar', 5 | $ = layui.jquery, 6 | util = layui.util, 7 | element = layui.element; 8 | 9 | var topBar = new function() { 10 | 11 | util.fixbar({}); 12 | } 13 | exports(MOD_NAME,topBar); 14 | }); -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/message-property-write-template.html: -------------------------------------------------------------------------------- 1 |
2 | 4 |
-------------------------------------------------------------------------------- /src/main/resources/mybatis/custom/SysUtilMapper.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ${sql} 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/common/conf/oss/OssConfig.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.common.conf.oss; 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 | @Target({ElementType.METHOD}) 9 | @Retention(RetentionPolicy.RUNTIME) 10 | public @interface OssConfig { 11 | 12 | String value() default ""; 13 | } 14 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/common/exception/demo/DemoModeException.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.common.exception.demo; 2 | 3 | /** 4 | * 演示模式异常 5 | * @ClassName: DemoModeException 6 | * @author fuce 7 | * @date 2019-11-08 15:45 8 | * 9 | */ 10 | public class DemoModeException extends RuntimeException 11 | { 12 | private static final long serialVersionUID = 1L; 13 | 14 | public DemoModeException() 15 | { 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/libs/angular-translate-storage-cookie/angular-translate-storage-cookie.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * angular-translate - v2.4.2 - 2014-10-21 3 | * http://github.com/angular-translate/angular-translate 4 | * Copyright (c) 2014 ; Licensed MIT 5 | */ 6 | angular.module("pascalprecht.translate").factory("$translateCookieStorage",["$cookieStore",function(a){var b={get:function(b){return a.get(b)},set:function(b,c){a.put(b,c)}};return b}]); -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/libs/es5-shim-15.3.4.5/.bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "es5-shim", 3 | "homepage": "https://github.com/es-shims/es5-shim", 4 | "version": "2.1.0", 5 | "_release": "2.1.0", 6 | "_resolution": { 7 | "type": "version", 8 | "tag": "v2.1.0", 9 | "commit": "07da727ff7db2a3a25d6bc25d13e374b3bbc99c2" 10 | }, 11 | "_source": "git://github.com/es-shims/es5-shim.git", 12 | "_target": "~2.1.0", 13 | "_originalSource": "es5-shim" 14 | } -------------------------------------------------------------------------------- /src/main/resources/static/component/code/css/style.css: -------------------------------------------------------------------------------- 1 | html,body{background-color: whitesmoke} 2 | .layui-fluid{margin-top: 15px;} 3 | .content{min-height: 796px;} 4 | .nav{text-align: center;} 5 | .nav button{margin-bottom: 3px;width: 100%;margin-top: 3px;margin-bottom: 3px;border-radius: 1px;} 6 | .nav button:hover{background-color: #5FB878;border: 1px solid #5FB878;color: white;} 7 | .layui-card-body .layui-btn+.layui-btn{margin-left: 0px;} 8 | .code-show{min-height: 454px;} 9 | .js-show{min-height: 200px;} -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/css/pear-module/treetable.css: -------------------------------------------------------------------------------- 1 | .treeTable-icon i:last-child{ 2 | display: none!important; 3 | } 4 | 5 | .treeTable-empty{ 6 | margin-left: -3px; 7 | } 8 | .treeTable-empty { 9 | width: 20px; 10 | display: inline-block; 11 | } 12 | 13 | .treeTable-icon { 14 | cursor: pointer; 15 | } 16 | 17 | .treeTable-icon .layui-icon-triangle-d:before { 18 | content: "\e623"; 19 | } 20 | 21 | .treeTable-icon.open .layui-icon-triangle-d:before { 22 | content: "\e625"; 23 | background-color: transparent; 24 | } 25 | 26 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/partials/root-stencil-item-template.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | {{group.name}} 11 | -------------------------------------------------------------------------------- /src/main/resources/templates/error/500.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 |
11 |

500

12 |

抱歉,服务器出错了

13 | 14 |
15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/templates/error/403.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 |
11 |

403

12 |

抱歉,你无权访问该页面

13 | 14 |
15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/templates/error/404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 |
11 |

404

12 |

抱歉,你访问的页面不存在或仍在开发中

13 | 14 |
15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/mapper/custom/RoleDao.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.mapper.custom; 2 | 3 | import com.fc.v2.model.auto.TsysRole; 4 | import java.util.List; 5 | 6 | /** 7 | * 角色Dao 8 | * @ClassName: RoleDao 9 | * @author fuce 10 | * @date 2018年8月25日 11 | * 12 | */ 13 | public interface RoleDao { 14 | /** 15 | * 根据用户id查询角色 16 | * @param userid 17 | * @return 18 | */ 19 | public List queryUserRole(String userid); 20 | 21 | /** 22 | * 根据用户id查询角色id 23 | * @param userid 24 | * @return 25 | */ 26 | public List queryUserRoleId(String userid); 27 | 28 | } 29 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/model/custom/SQLAdapter.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.model.custom; 2 | 3 | /** 4 | * 通用sql 5 | * @ClassName: SQLAdapter 6 | * @author fuce 7 | * @date 2019-09-02 01:10 8 | * 9 | */ 10 | public class SQLAdapter { 11 | private String sql; 12 | 13 | public String getSql() { 14 | return sql; 15 | } 16 | 17 | public void setSql(String sql) { 18 | this.sql = sql; 19 | } 20 | 21 | /** 22 | * @param sql 23 | * @author fuce 24 | * @Date 2019年8月31日 下午7:25:22 25 | */ 26 | public SQLAdapter(String sql) { 27 | super(); 28 | this.sql = sql; 29 | } 30 | 31 | } 32 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/common/quartz/QuartzJobExecution.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.common.quartz; 2 | 3 | import com.fc.v2.common.quartz.utils.JobInvokeUtil; 4 | import com.fc.v2.model.auto.SysQuartzJob; 5 | 6 | import org.quartz.JobExecutionContext; 7 | 8 | /** 9 | * 定时任务处理(允许并发执行) 10 | * 11 | * @author jan 橙寂 12 | * 13 | */ 14 | public class QuartzJobExecution extends AbstractQuartzJob 15 | { 16 | @Override 17 | protected void doExecute(JobExecutionContext context, SysQuartzJob sysJob) throws Exception { 18 | JobInvokeUtil.invokeMethod(sysJob); 19 | } 20 | 21 | 22 | } 23 | -------------------------------------------------------------------------------- /src/main/java/com/fc/V2WebInitializer.java: -------------------------------------------------------------------------------- 1 | package com.fc; 2 | 3 | import org.springframework.boot.builder.SpringApplicationBuilder; 4 | import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; 5 | 6 | /** 7 | * @ClassName: SpringbootWebInitializer 8 | * @Description: web容器中进行部署 9 | * @author fuce 10 | * @date 2018年8月18日 11 | * 12 | */ 13 | public class V2WebInitializer extends SpringBootServletInitializer{ 14 | @Override 15 | protected SpringApplicationBuilder configure(SpringApplicationBuilder application) 16 | { 17 | return application.sources(V2Application.class); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/common/dataSources/DataSource.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.common.dataSources; 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 | * 自定义注解,用于类或方法上,优先级:方法>类 10 | * @ClassName: DataSource 11 | * @author fuce 12 | * @date 2019-12-06 21:15 13 | */ 14 | @Target({ElementType.METHOD}) 15 | @Retention(RetentionPolicy.RUNTIME) 16 | public @interface DataSource { 17 | /** 18 | * 切换数据源名称 19 | */ 20 | DataSourceType value() default DataSourceType.MASTER; 21 | } 22 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/libs/es5-shim-15.3.4.5/tests/spec/s-number.js: -------------------------------------------------------------------------------- 1 | describe('Number', function () { 2 | 'use strict'; 3 | 4 | describe('toFixed', function () { 5 | it('should convert numbers correctly', function () { 6 | expect((0.00008).toFixed(3)).toBe('0.000'); 7 | expect((0.9).toFixed(0)).toBe('1'); 8 | expect((1.255).toFixed(2)).toBe('1.25'); 9 | expect((1843654265.0774949).toFixed(5)).toBe('1843654265.07749'); 10 | expect((1000000000000000128).toFixed(0)).toBe('1000000000000000128'); 11 | }); 12 | }); 13 | 14 | }); 15 | -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/module/tinymce/tinymce/plugins/textcolor/plugin.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) Tiny Technologies, Inc. All rights reserved. 3 | * Licensed under the LGPL or a commercial license. 4 | * For LGPL see License.txt in the project root for license information. 5 | * For commercial licenses see https://www.tiny.cloud/ 6 | * 7 | * Version: 5.0.16 (2019-09-24) 8 | */ 9 | !function(o){"use strict";var i=tinymce.util.Tools.resolve("tinymce.PluginManager");!function n(){i.add("textcolor",function(){o.console.warn("Text color plugin is now built in to the core editor, please remove it from your editor configuration")})}()}(window); -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/module/tinymce/tinymce/plugins/colorpicker/plugin.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) Tiny Technologies, Inc. All rights reserved. 3 | * Licensed under the LGPL or a commercial license. 4 | * For LGPL see License.txt in the project root for license information. 5 | * For commercial licenses see https://www.tiny.cloud/ 6 | * 7 | * Version: 5.0.16 (2019-09-24) 8 | */ 9 | !function(o){"use strict";var i=tinymce.util.Tools.resolve("tinymce.PluginManager");!function n(){i.add("colorpicker",function(){o.console.warn("Color picker plugin is now built in to the core editor, please remove it from your editor configuration")})}()}(window); -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/module/tinymce/tinymce/plugins/contextmenu/plugin.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) Tiny Technologies, Inc. All rights reserved. 3 | * Licensed under the LGPL or a commercial license. 4 | * For LGPL see License.txt in the project root for license information. 5 | * For commercial licenses see https://www.tiny.cloud/ 6 | * 7 | * Version: 5.0.16 (2019-09-24) 8 | */ 9 | !function(n){"use strict";var o=tinymce.util.Tools.resolve("tinymce.PluginManager");!function e(){o.add("contextmenu",function(){n.console.warn("Context menu plugin is now built in to the core editor, please remove it from your editor configuration")})}()}(window); -------------------------------------------------------------------------------- /src/main/resources/static/diagram-viewer/js/jstools.js: -------------------------------------------------------------------------------- 1 | if (typeof(console) == "undefined") { 2 | var console = { 3 | info: function(){}, 4 | warn: function(){}, 5 | error: function(){}, 6 | log: function(){}, 7 | time: function(){}, 8 | timeEnd: function(){} 9 | }; 10 | } 11 | 12 | if(!Array.isArray) { 13 | Array.isArray = function (vArg) { 14 | return Object.prototype.toString.call(vArg) === "[object Array]"; 15 | }; 16 | } 17 | 18 | if (!Object.isSVGElement) { 19 | Object.isSVGElement = function(vArg) { 20 | var str = Object.prototype.toString.call(vArg); 21 | return (str.indexOf("[object SVG") == 0); 22 | }; 23 | } 24 | -------------------------------------------------------------------------------- /src/main/resources/templates/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 前端展示 6 | 7 | 8 | 9 | 点我跳转到后台 10 | 11 | 12 | 13 |
14 | 15 | 这儿写前台html,如果你是只有后台的程序,请自行修改 IndexController 16 |
17 | 18 | 19 | 28 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/mapper/custom/TsysUserDao.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.mapper.custom; 2 | 3 | import com.fc.v2.model.auto.TsysUser; 4 | 5 | import java.util.List; 6 | 7 | /** 8 | * @ClassName: TsysUserDao 9 | * @author fuce 10 | * @date 2018年8月25日 11 | * 12 | */ 13 | public interface TsysUserDao { 14 | /** 15 | * 根据用户名字查询用户 16 | * @param username 17 | * @return 18 | */ 19 | public TsysUser queryUserName(String username); 20 | 21 | /** 22 | * 查询用户详情 23 | * String name 如果没用 注解@Param("") 它到mapper里面为_parameter 24 | * @return 25 | * @author fuce 26 | * @Date 2020年12月6日 下午9:02:20 27 | */ 28 | public List queryUserInfo(String username); 29 | } 30 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/model/custom/RoleVo.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.model.custom; 2 | 3 | import com.fc.v2.model.auto.TsysRole; 4 | 5 | /** 6 | * 角色自定义数据 7 | * @author fuce 8 | * @date: 2018年9月8日 上午12:18:59 9 | */ 10 | public class RoleVo extends TsysRole{ 11 | private static final long serialVersionUID = 1L; 12 | private boolean ischeck;//判断是否又这个权限 13 | 14 | public boolean isIscheck() { 15 | return ischeck; 16 | } 17 | public void setIscheck(boolean ischeck) { 18 | this.ischeck = ischeck; 19 | } 20 | 21 | public RoleVo() { 22 | super(); 23 | } 24 | public RoleVo(String id, String name,Boolean ischeck) { 25 | super(id, name); 26 | this.ischeck=ischeck; 27 | } 28 | 29 | } 30 | -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/module/tinymce/tinymce/skins/ui/oxide/content.mobile.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) Tiny Technologies, Inc. All rights reserved. 3 | * Licensed under the LGPL or a commercial license. 4 | * For LGPL see License.txt in the project root for license information. 5 | * For commercial licenses see https://www.tiny.cloud/ 6 | */ 7 | .tinymce-mobile-unfocused-selections .tinymce-mobile-unfocused-selection{background-color:green;display:inline-block;opacity:.5;position:absolute}body{-webkit-text-size-adjust:none}body img{max-width:96vw}body table img{max-width:95%}body{font-family:sans-serif}table{border-collapse:collapse} 8 | /*# sourceMappingURL=content.mobile.min.css.map */ 9 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/common/quartz/QuartzDisallowConcurrentExecution.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.common.quartz; 2 | 3 | import com.fc.v2.common.quartz.utils.JobInvokeUtil; 4 | import com.fc.v2.model.auto.SysQuartzJob; 5 | 6 | import org.quartz.DisallowConcurrentExecution; 7 | import org.quartz.JobExecutionContext; 8 | 9 | /** 10 | * 定时任务处理(禁止并发执行) 11 | * 12 | * @author jan 橙寂 13 | * 14 | */ 15 | @DisallowConcurrentExecution 16 | public class QuartzDisallowConcurrentExecution extends AbstractQuartzJob 17 | { 18 | @Override 19 | protected void doExecute(JobExecutionContext context, SysQuartzJob sysJob) throws Exception 20 | { 21 | JobInvokeUtil.invokeMethod(sysJob); 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/module/tinymce/tinymce/skins/ui/oxide-dark/content.mobile.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) Tiny Technologies, Inc. All rights reserved. 3 | * Licensed under the LGPL or a commercial license. 4 | * For LGPL see License.txt in the project root for license information. 5 | * For commercial licenses see https://www.tiny.cloud/ 6 | */ 7 | .tinymce-mobile-unfocused-selections .tinymce-mobile-unfocused-selection{background-color:green;display:inline-block;opacity:.5;position:absolute}body{-webkit-text-size-adjust:none}body img{max-width:96vw}body table img{max-width:95%}body{font-family:sans-serif}table{border-collapse:collapse} 8 | /*# sourceMappingURL=content.mobile.min.css.map */ 9 | -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/libs/angular-translate-storage-cookie/angular-translate-storage-cookie.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * angular-translate - v2.4.2 - 2014-10-21 3 | * http://github.com/angular-translate/angular-translate 4 | * Copyright (c) 2014 ; Licensed MIT 5 | */ 6 | angular.module('pascalprecht.translate').factory('$translateCookieStorage', [ 7 | '$cookieStore', 8 | function ($cookieStore) { 9 | var $translateCookieStorage = { 10 | get: function (name) { 11 | return $cookieStore.get(name); 12 | }, 13 | set: function (name, value) { 14 | $cookieStore.put(name, value); 15 | } 16 | }; 17 | return $translateCookieStorage; 18 | } 19 | ]); -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/libs/angular-translate-loader-static-files/angular-translate-loader-static-files.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * angular-translate - v2.4.2 - 2014-10-21 3 | * http://github.com/angular-translate/angular-translate 4 | * Copyright (c) 2014 ; Licensed MIT 5 | */ 6 | angular.module("pascalprecht.translate").factory("$translateStaticFilesLoader",["$q","$http",function(a,b){return function(c){if(!c||!angular.isString(c.prefix)||!angular.isString(c.suffix))throw new Error("Couldn't load static files, no prefix or suffix specified!");var d=a.defer();return b(angular.extend({url:[c.prefix,c.key,c.suffix].join(""),method:"GET",params:""},c.$http)).success(function(a){d.resolve(a)}).error(function(){d.reject(c.key)}),d.promise}}]); -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/common/conf/FileConfig.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.common.conf; 2 | 3 | import org.springframework.boot.context.properties.ConfigurationProperties; 4 | import org.springframework.stereotype.Component; 5 | 6 | /** 7 | * 读取项目相关配置 8 | * 9 | * @author fuce 10 | */ 11 | @Component 12 | @ConfigurationProperties(prefix = "spring.servlet.multipart") 13 | public class FileConfig 14 | { 15 | /**单个文件大小*/ 16 | private static String maxFileSize; 17 | 18 | public static String getMaxFileSize() { 19 | maxFileSize=maxFileSize.replace("MB", ""); 20 | return maxFileSize; 21 | } 22 | 23 | public void setMaxFileSize(String maxFileSize) { 24 | FileConfig.maxFileSize = maxFileSize; 25 | } 26 | 27 | 28 | 29 | 30 | } 31 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/mapper/custom/SysUtilDao.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.mapper.custom; 2 | 3 | import com.fc.v2.model.custom.SQLAdapter; 4 | 5 | import java.util.List; 6 | import java.util.Map; 7 | 8 | 9 | /** 10 | * 通用dao 11 | * @ClassName: SysUtilDao 12 | * @author fuce 13 | * @date 2019-08-31 18:11 14 | * 15 | */ 16 | public interface SysUtilDao { 17 | 18 | /** 19 | * 执行sql 20 | * @param sql 21 | * @return 22 | * @author fuce 23 | * @Date 2019年8月31日 下午6:15:08 24 | */ 25 | public int executeSQL(SQLAdapter sql); 26 | 27 | 28 | /** 29 | * 查询sql 30 | * @param sql 31 | * @return 32 | * @author fuce 33 | * @Date 2020年4月10日 下午11:43:16 34 | */ 35 | public List> SelectExecuteSQL(SQLAdapter sql); 36 | } 37 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/common/conf/xss/XssUtil.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.common.conf.xss; 2 | 3 | import java.util.Objects; 4 | 5 | /** 6 | * Created by wjy on 2020/11/5. 7 | * xss工具类 8 | */ 9 | public class XssUtil { 10 | 11 | public static String cleanXSS(String value) { 12 | if (Objects.isNull(value)) { 13 | return value; 14 | } 15 | //在这里自定义需要过滤的字符 16 | value = value.replaceAll("<", "& lt;").replaceAll(">", "& gt;"); 17 | value = value.replaceAll("\\(", "& #40;").replaceAll("\\)", "& #41;"); 18 | value = value.replaceAll("'", "& #39;"); 19 | value = value.replaceAll("eval\\((.*)\\)", ""); 20 | value = value.replaceAll("[\\\"\\\'][\\s]*javascript:(.*)[\\\"\\\']", "\"\""); 21 | value = value.replaceAll(" 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/common/base/BaseService.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.common.base; 2 | 3 | import java.util.List; 4 | import org.apache.ibatis.annotations.Param; 5 | /** 6 | * 抽象类BaseService 7 | * @ClassName: BaseService 8 | * @Description: Service实现这个 9 | * @author fuce 10 | * @date 2018年6月3日 11 | * 12 | */ 13 | public interface BaseService { 14 | 15 | int deleteByPrimaryKey(String id); 16 | 17 | int insertSelective(T record); 18 | 19 | T selectByPrimaryKey(String id); 20 | 21 | int updateByPrimaryKeySelective(T record); 22 | 23 | int updateByExampleSelective(@Param("record") T record, @Param("example") T2 example); 24 | 25 | int updateByExample(@Param("record") T record, @Param("example") T2 example); 26 | 27 | List selectByExample(T2 example); 28 | 29 | long countByExample(T2 example); 30 | 31 | int deleteByExample(T2 example); 32 | 33 | } 34 | -------------------------------------------------------------------------------- /src/main/java/com/fc/v2/common/quartz/QuartzConfig.java: -------------------------------------------------------------------------------- 1 | package com.fc.v2.common.quartz; 2 | 3 | import org.quartz.Scheduler; 4 | import org.quartz.SchedulerException; 5 | import org.quartz.SchedulerFactory; 6 | import org.quartz.impl.StdSchedulerFactory; 7 | import org.springframework.context.annotation.Bean; 8 | import org.springframework.context.annotation.Configuration; 9 | 10 | /** 11 | * @CLASSNAME QuartzConfig 12 | * @Description Quartz配置类 13 | * @Auther Jan 橙寂 14 | * @DATE 2019/9/2 0002 15:21 15 | */ 16 | @Configuration 17 | public class QuartzConfig { 18 | 19 | /** 20 | * 初始注入scheduler 21 | * @return 22 | * @throws SchedulerException 23 | */ 24 | @Bean 25 | public Scheduler scheduler() throws SchedulerException{ 26 | SchedulerFactory schedulerFactoryBean = new StdSchedulerFactory(); 27 | return schedulerFactoryBean.getScheduler(); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /src/main/resources/static/component/pear/module/tinymce/tinymce/plugins/hr/plugin.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) Tiny Technologies, Inc. All rights reserved. 3 | * Licensed under the LGPL or a commercial license. 4 | * For LGPL see License.txt in the project root for license information. 5 | * For commercial licenses see https://www.tiny.cloud/ 6 | * 7 | * Version: 5.0.16 (2019-09-24) 8 | */ 9 | !function(){"use strict";var n=tinymce.util.Tools.resolve("tinymce.PluginManager"),o=function(n){n.addCommand("InsertHorizontalRule",function(){n.execCommand("mceInsertContent",!1,"
")})},t=function(n){n.ui.registry.addButton("hr",{icon:"horizontal-rule",tooltip:"Horizontal line",onAction:function(){return n.execCommand("InsertHorizontalRule")}}),n.ui.registry.addMenuItem("hr",{icon:"horizontal-rule",text:"Horizontal line",onAction:function(){return n.execCommand("InsertHorizontalRule")}})};!function e(){n.add("hr",function(n){o(n),t(n)})}()}(); -------------------------------------------------------------------------------- /src/main/resources/static/editor-app/configuration/properties/feedback-popup.html: -------------------------------------------------------------------------------- 1 | 2 |