首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

基于SpringBoot人事管理系统-课程设计-idea-MySQL

后端 38.42MB 14 需要积分: 1
立即下载

资源介绍:

摘 要 为了提高*****区商贸酒店办公效率,现需开发一套专业化、自动化、智能化、规范化的职工人事管理系统。该职工人事管理系统可以对员工信息进行管理,对部门和部门岗位管理,以及招聘管理、培训管理、奖惩管理、薪资管理等功能。该系统界面简洁大方,美观易使用。具有查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等优点。将功能性强与技术性完美结合,以便在为用户带来便利的同时节省时间成本。 本系统采用基于Java语言的Springboot框架开发,MySQL作为数据库,MyBatis为持久框架,以及Layui-mini后台框架。通过功能测试、性能测试和压力测算,可以满足该*****区商贸酒店办公的基本需求,实现了预期的设计目标。 职工人事管理是所有单位或企业内每一个人事部都必须面对的工作,但目前仍有少部分单位或企业等仍在使用传统的人工方式管理人事资料。该方式有很多不足之处,例如效率低、保密性低、比较繁琐、比较麻烦。另外,随着单位或企业内员工的増加,与之对应的工作量也将大大增加。这必将增加人事管理者的工作量和劳动强度,这会给员工资料信息的查找、更新和维护都带来很多困难。
``# 人事管理系统 #### 系统介绍 本系统为职工人事管理系统毕业设计作品,系统分为七大模块:职工管理,部门管理,岗位管理,招聘管理,奖惩管理,薪资管理,培训管理 系统默认有两个个角色:管理员,普通用户 - 管理员(admin/admin123):可以操作所有功能、增加用户 - 普通用户(test/test):只可查看记录、无法修改 #### 主要技术 Springboot+MyBatis+MySQL+Layui-mini后台框架 使用Shiro进行基于角色权限控制,使用又拍云OSS存储图片 #### 使用说明 1. 使用Navicat或者其它工具,在mysql中创建对应名称的数据库,并导入项目的sql文件 2. 使用IDEA/Eclipse/MyEclipse导入项目 3. 将项目中resources/application-dev.yml配置文件中的数据库地址、又拍云oss配置改为自己的配置(又拍云oss作用:上传、储存图片,没有可以不配置) 4. 启动后端项目 5. 部署前端项目(ehr-admin目录)配置nginx部署;或者导入vs code,使用Live Server插件启动 6. 运行成功后,在浏览器中输入地址进行访问:http://localhost:8080/login.html 管理员账号: admin 密码: admin123 普通用户:test 密码:test #### 系统演示视频 https://image.timelost.cn/系统演示视频.mp4 #### 演示地址 http://ehr.timelost.cn/ #### 系统截图 ![系统截图](https://ae03.alicdn.com/kf/H6c3c4065cc6d46ed8791d399822ad72fV.png) #### 问题联系 ![问题联系](https://ae02.alicdn.com/kf/Hc2f08f3dd83346a989d1cc49c42c8cd9k.png)

资源文件列表:

SpringBoot人事管理系统.zip 大约有485个文件
  1. springboot-ehr-master/.gitignore 395B
  2. springboot-ehr-master/.idea/.gitignore
  3. springboot-ehr-master/.idea/compiler.xml 861B
  4. springboot-ehr-master/.idea/encodings.xml 191B
  5. springboot-ehr-master/.idea/jarRepositories.xml 1.54KB
  6. springboot-ehr-master/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml 658B
  7. springboot-ehr-master/.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml 637B
  8. springboot-ehr-master/.idea/libraries/Maven__cn_hutool_hutool_all_5_5_8.xml 603B
  9. springboot-ehr-master/.idea/libraries/Maven__com_auth0_java_jwt_3_9_0.xml 589B
  10. springboot-ehr-master/.idea/libraries/Maven__com_fasterxml_classmate_1_5_1.xml 612B
  11. springboot-ehr-master/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_11_4.xml 741B
  12. springboot-ehr-master/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_11_4.xml 692B
  13. springboot-ehr-master/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_11_4.xml 720B
  14. springboot-ehr-master/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_11_4.xml 771B
  15. springboot-ehr-master/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_11_4.xml 785B
  16. springboot-ehr-master/.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_11_4.xml 826B
  17. springboot-ehr-master/.idea/libraries/Maven__com_github_jsqlparser_jsqlparser_3_2.xml 637B
  18. springboot-ehr-master/.idea/libraries/Maven__com_github_pagehelper_pagehelper_5_2_0.xml 651B
  19. springboot-ehr-master/.idea/libraries/Maven__com_github_pagehelper_pagehelper_spring_boot_autoconfigure_1_3_0.xml 833B
  20. springboot-ehr-master/.idea/libraries/Maven__com_github_pagehelper_pagehelper_spring_boot_starter_1_3_0.xml 791B
  21. springboot-ehr-master/.idea/libraries/Maven__com_jayway_jsonpath_json_path_2_4_0.xml 636B
  22. springboot-ehr-master/.idea/libraries/Maven__com_squareup_okhttp3_okhttp_3_14_9.xml 626B
  23. springboot-ehr-master/.idea/libraries/Maven__com_squareup_okio_okio_1_17_2.xml 600B
  24. springboot-ehr-master/.idea/libraries/Maven__com_upyun_java_sdk_4_2_1.xml 589B
  25. springboot-ehr-master/.idea/libraries/Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml 790B
  26. springboot-ehr-master/.idea/libraries/Maven__com_zaxxer_HikariCP_3_4_5.xml 593B
  27. springboot-ehr-master/.idea/libraries/Maven__commons_beanutils_commons_beanutils_1_9_4.xml 684B
  28. springboot-ehr-master/.idea/libraries/Maven__commons_codec_commons_codec_1_15.xml 633B
  29. springboot-ehr-master/.idea/libraries/Maven__commons_collections_commons_collections_3_2_2.xml 706B
  30. springboot-ehr-master/.idea/libraries/Maven__jakarta_activation_jakarta_activation_api_1_2_2.xml 723B
  31. springboot-ehr-master/.idea/libraries/Maven__jakarta_annotation_jakarta_annotation_api_1_3_5.xml 723B
  32. springboot-ehr-master/.idea/libraries/Maven__jakarta_xml_bind_jakarta_xml_bind_api_2_3_3.xml 701B
  33. springboot-ehr-master/.idea/libraries/Maven__javax_validation_validation_api_2_0_1_Final.xml 701B
  34. springboot-ehr-master/.idea/libraries/Maven__junit_junit_4_13_1.xml 559B
  35. springboot-ehr-master/.idea/libraries/Maven__mysql_mysql_connector_java_8_0_22.xml 664B
  36. springboot-ehr-master/.idea/libraries/Maven__net_bytebuddy_byte_buddy_1_10_19.xml 633B
  37. springboot-ehr-master/.idea/libraries/Maven__net_bytebuddy_byte_buddy_agent_1_10_19.xml 675B
  38. springboot-ehr-master/.idea/libraries/Maven__net_minidev_accessors_smart_1_2.xml 632B
  39. springboot-ehr-master/.idea/libraries/Maven__net_minidev_json_smart_2_3.xml 597B
  40. springboot-ehr-master/.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_13_3.xml 663B
  41. springboot-ehr-master/.idea/libraries/Maven__org_apache_logging_log4j_log4j_to_slf4j_2_13_3.xml 698B
  42. springboot-ehr-master/.idea/libraries/Maven__org_apache_shiro_shiro_cache_1_7_0.xml 638B
  43. springboot-ehr-master/.idea/libraries/Maven__org_apache_shiro_shiro_config_core_1_7_0.xml 680B
  44. springboot-ehr-master/.idea/libraries/Maven__org_apache_shiro_shiro_config_ogdl_1_7_0.xml 680B
  45. springboot-ehr-master/.idea/libraries/Maven__org_apache_shiro_shiro_core_1_7_0.xml 631B
  46. springboot-ehr-master/.idea/libraries/Maven__org_apache_shiro_shiro_crypto_cipher_1_7_0.xml 694B
  47. springboot-ehr-master/.idea/libraries/Maven__org_apache_shiro_shiro_crypto_core_1_7_0.xml 680B
  48. springboot-ehr-master/.idea/libraries/Maven__org_apache_shiro_shiro_crypto_hash_1_7_0.xml 680B
  49. springboot-ehr-master/.idea/libraries/Maven__org_apache_shiro_shiro_event_1_7_0.xml 638B
  50. springboot-ehr-master/.idea/libraries/Maven__org_apache_shiro_shiro_lang_1_7_0.xml 631B
  51. springboot-ehr-master/.idea/libraries/Maven__org_apache_shiro_shiro_spring_1_7_0.xml 645B
  52. springboot-ehr-master/.idea/libraries/Maven__org_apache_shiro_shiro_web_1_7_0.xml 624B
  53. springboot-ehr-master/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_41.xml 715B
  54. springboot-ehr-master/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_41.xml 750B
  55. springboot-ehr-master/.idea/libraries/Maven__org_apiguardian_apiguardian_api_1_1_0.xml 662B
  56. springboot-ehr-master/.idea/libraries/Maven__org_assertj_assertj_core_3_18_1.xml 632B
  57. springboot-ehr-master/.idea/libraries/Maven__org_glassfish_jakarta_el_3_0_3.xml 619B
  58. springboot-ehr-master/.idea/libraries/Maven__org_hamcrest_hamcrest_2_2.xml 587B
  59. springboot-ehr-master/.idea/libraries/Maven__org_hamcrest_hamcrest_core_2_2.xml 622B
  60. springboot-ehr-master/.idea/libraries/Maven__org_hibernate_hibernate_validator_5_4_1_Final.xml 724B
  61. springboot-ehr-master/.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_4_1_Final.xml 698B
  62. springboot-ehr-master/.idea/libraries/Maven__org_json_json_20160212.xml 578B
  63. springboot-ehr-master/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_5_7_0.xml 656B
  64. springboot-ehr-master/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_7_0.xml 684B
  65. springboot-ehr-master/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_engine_5_7_0.xml 705B
  66. springboot-ehr-master/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_params_5_7_0.xml 705B
  67. springboot-ehr-master/.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_7_0.xml 723B
  68. springboot-ehr-master/.idea/libraries/Maven__org_junit_platform_junit_platform_engine_1_7_0.xml 716B
  69. springboot-ehr-master/.idea/libraries/Maven__org_mockito_mockito_core_3_6_28.xml 632B
  70. springboot-ehr-master/.idea/libraries/Maven__org_mockito_mockito_junit_jupiter_3_6_28.xml 695B
  71. springboot-ehr-master/.idea/libraries/Maven__org_mybatis_mybatis_3_5_6.xml 590B
  72. springboot-ehr-master/.idea/libraries/Maven__org_mybatis_mybatis_spring_2_0_6.xml 639B
  73. springboot-ehr-master/.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_autoconfigure_2_1_4.xml 820B
  74. springboot-ehr-master/.idea/libraries/Maven__org_mybatis_spring_boot_mybatis_spring_boot_starter_2_1_4.xml 778B
  75. springboot-ehr-master/.idea/libraries/Maven__org_objenesis_objenesis_3_1.xml 598B
  76. springboot-ehr-master/.idea/libraries/Maven__org_opentest4j_opentest4j_1_2_0.xml 623B
  77. springboot-ehr-master/.idea/libraries/Maven__org_ow2_asm_asm_5_0_4.xml 562B
  78. springboot-ehr-master/.idea/libraries/Maven__org_owasp_encoder_encoder_1_2_2.xml 614B
  79. springboot-ehr-master/.idea/libraries/Maven__org_projectlombok_lombok_1_18_16.xml 621B
  80. springboot-ehr-master/.idea/libraries/Maven__org_skyscreamer_jsonassert_1_5_0.xml 627B
  81. springboot-ehr-master/.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_30.xml 624B
  82. springboot-ehr-master/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_30.xml 603B
  83. springboot-ehr-master/.idea/libraries/Maven__org_springframework_boot_spring_boot_2_4_2.xml 670B
  84. springboot-ehr-master/.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_2_4_2.xml 768B
  85. springboot-ehr-master/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_2_4_2.xml 726B
  86. springboot-ehr-master/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_jdbc_2_4_2.xml 761B
  87. springboot-ehr-master/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_json_2_4_2.xml 761B
  88. springboot-ehr-master/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_2_4_2.xml 782B
  89. springboot-ehr-master/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_test_2_4_2.xml 761B
  90. springboot-ehr-master/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_2_4_2.xml 775B
  91. springboot-ehr-master/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_2_4_2.xml 754B
  92. springboot-ehr-master/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_2_4_2.xml 705B
  93. springboot-ehr-master/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_4_2.xml 803B
  94. springboot-ehr-master/.idea/libraries/Maven__org_springframework_spring_aop_5_3_3.xml 643B
  95. springboot-ehr-master/.idea/libraries/Maven__org_springframework_spring_beans_5_3_3.xml 657B
  96. springboot-ehr-master/.idea/libraries/Maven__org_springframework_spring_context_5_3_3.xml 671B
  97. springboot-ehr-master/.idea/libraries/Maven__org_springframework_spring_core_5_3_3.xml 650B
  98. springboot-ehr-master/.idea/libraries/Maven__org_springframework_spring_expression_5_3_3.xml 692B
  99. springboot-ehr-master/.idea/libraries/Maven__org_springframework_spring_jcl_5_3_3.xml 643B
  100. springboot-ehr-master/.idea/libraries/Maven__org_springframework_spring_jdbc_5_3_3.xml 650B
  101. springboot-ehr-master/.idea/libraries/Maven__org_springframework_spring_test_5_3_3.xml 650B
  102. springboot-ehr-master/.idea/libraries/Maven__org_springframework_spring_tx_5_3_3.xml 636B
  103. springboot-ehr-master/.idea/libraries/Maven__org_springframework_spring_web_5_3_3.xml 643B
  104. springboot-ehr-master/.idea/libraries/Maven__org_springframework_spring_webmvc_5_3_3.xml 664B
  105. springboot-ehr-master/.idea/libraries/Maven__org_xmlunit_xmlunit_core_2_7_0.xml 625B
  106. springboot-ehr-master/.idea/libraries/Maven__org_yaml_snakeyaml_1_27.xml 585B
  107. springboot-ehr-master/.idea/misc.xml 390B
  108. springboot-ehr-master/.idea/modules.xml 251B
  109. springboot-ehr-master/.idea/workspace.xml 8.61KB
  110. springboot-ehr-master/ehr-admin/index.html 6.7KB
  111. springboot-ehr-master/ehr-admin/layuimini/api/init.json 1.7KB
  112. springboot-ehr-master/ehr-admin/layuimini/css/layuimini.css 20.13KB
  113. springboot-ehr-master/ehr-admin/layuimini/css/public.css 1.35KB
  114. springboot-ehr-master/ehr-admin/layuimini/css/themes/default.css 4.09KB
  115. springboot-ehr-master/ehr-admin/layuimini/images/logo.png 74.4KB
  116. springboot-ehr-master/ehr-admin/layuimini/js/lay-config.js 1.21KB
  117. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/common/common.js 2.53KB
  118. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/echarts/echarts.js 427.4KB
  119. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/echarts/echartsTheme.js 14.94KB
  120. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/excel/excel.min.js 492.15KB
  121. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/iconPicker/iconPickerFa.js 16.73KB
  122. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/layarea/layarea.js 133.48KB
  123. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/layuimini/miniAdmin.js 14.01KB
  124. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/layuimini/miniMenu.js 11.22KB
  125. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/layuimini/miniTab.js 22.74KB
  126. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/layuimini/miniTheme.js 30.13KB
  127. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/layuimini/miniTongji.js 1.11KB
  128. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/step-lay/step.css 1.28KB
  129. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/step-lay/step.js 3.56KB
  130. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/tableSelect/tableSelect.js 11.8KB
  131. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/treetable-lay/treetable.css 294B
  132. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/treetable-lay/treetable.js 7.48KB
  133. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/wangEditor/fonts/w-e-icon.woff 6.08KB
  134. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/wangEditor/wangEditor.css 16.87KB
  135. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/wangEditor/wangEditor.js 156.81KB
  136. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/wangEditor/wangEditor.min.css 15.19KB
  137. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/wangEditor/wangEditor.min.js 64.46KB
  138. springboot-ehr-master/ehr-admin/layuimini/js/lay-module/wangEditor/wangEditor.min.js.map 215.08KB
  139. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/css/font-awesome.css 36.54KB
  140. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/css/font-awesome.min.css 30.27KB
  141. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/fonts/FontAwesome.otf 131.65KB
  142. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/fonts/fontawesome-webfont.eot 161.86KB
  143. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/fonts/fontawesome-webfont.svg 433.96KB
  144. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf 161.67KB
  145. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/fonts/fontawesome-webfont.woff 95.73KB
  146. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2 75.35KB
  147. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/HELP-US-OUT.txt 323B
  148. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/animated.less 713B
  149. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/bordered-pulled.less 585B
  150. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/core.less 452B
  151. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/fixed-width.less 119B
  152. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/font-awesome.less 495B
  153. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/icons.less 48.55KB
  154. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/larger.less 370B
  155. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/list.less 377B
  156. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/mixins.less 1.57KB
  157. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/path.less 771B
  158. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/rotated-flipped.less 622B
  159. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/screen-reader.less 118B
  160. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/stacked.less 476B
  161. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/less/variables.less 22.03KB
  162. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_animated.scss 715B
  163. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_bordered-pulled.scss 592B
  164. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_core.scss 459B
  165. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_fixed-width.scss 120B
  166. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_icons.scss 49.31KB
  167. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_larger.scss 375B
  168. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_list.scss 378B
  169. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_mixins.scss 1.6KB
  170. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_path.scss 783B
  171. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_rotated-flipped.scss 672B
  172. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_screen-reader.scss 134B
  173. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_stacked.scss 482B
  174. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/_variables.scss 22.11KB
  175. springboot-ehr-master/ehr-admin/layuimini/lib/font-awesome-4.7.0/scss/font-awesome.scss 430B
  176. springboot-ehr-master/ehr-admin/layuimini/lib/jq-module/jquery.particleground.min.js 10.18KB
  177. springboot-ehr-master/ehr-admin/layuimini/lib/jq-module/paigusu.min.js 14.26KB
  178. springboot-ehr-master/ehr-admin/layuimini/lib/jq-module/zyupload/zyupload-1.0.0.min.css 8.85KB
  179. springboot-ehr-master/ehr-admin/layuimini/lib/jq-module/zyupload/zyupload-1.0.0.min.js 33.53KB
  180. springboot-ehr-master/ehr-admin/layuimini/lib/jquery-3.4.1/jquery-3.4.1.min.js 86.08KB
  181. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/css/layui.css 71.2KB
  182. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/css/layui.mobile.css 9.65KB
  183. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/css/modules/code.css 1.04KB
  184. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/css/modules/laydate/default/laydate.css 7.36KB
  185. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/css/modules/layer/default/icon.png 11.22KB
  186. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/css/modules/layer/default/icon-ext.png 5.77KB
  187. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/css/modules/layer/default/layer.css 14.09KB
  188. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/css/modules/layer/default/loading-0.gif 5.66KB
  189. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/css/modules/layer/default/loading-1.gif 701B
  190. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/css/modules/layer/default/loading-2.gif 1.75KB
  191. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/font/iconfont.eot 40.73KB
  192. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/font/iconfont.svg 276.67KB
  193. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/font/iconfont.ttf 40.56KB
  194. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/font/iconfont.woff 26.62KB
  195. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/font/iconfont.woff2 22.6KB
  196. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/0.gif 2.63KB
  197. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/1.gif 5.38KB
  198. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/10.gif 2.73KB
  199. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/11.gif 4.02KB
  200. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/12.gif 3.28KB
  201. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/13.gif 7.25KB
  202. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/14.gif 2.32KB
  203. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/15.gif 1.75KB
  204. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/16.gif 6.56KB
  205. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/17.gif 4.33KB
  206. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/18.gif 2.95KB
  207. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/19.gif 2.97KB
  208. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/2.gif 3.15KB
  209. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/20.gif 5.02KB
  210. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/21.gif 5.07KB
  211. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/22.gif 9.59KB
  212. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/23.gif 3.7KB
  213. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/24.gif 7.91KB
  214. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/25.gif 3.05KB
  215. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/26.gif 3.21KB
  216. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/27.gif 4.27KB
  217. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/28.gif 2.73KB
  218. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/29.gif 4.74KB
  219. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/3.gif 3.92KB
  220. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/30.gif 2.5KB
  221. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/31.gif 1.96KB
  222. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/32.gif 3.4KB
  223. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/33.gif 2.4KB
  224. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/34.gif 3.61KB
  225. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/35.gif 1.76KB
  226. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/36.gif 2.28KB
  227. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/37.gif 1.48KB
  228. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/38.gif 3.53KB
  229. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/39.gif 6.34KB
  230. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/4.gif 5.56KB
  231. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/40.gif 3.08KB
  232. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/41.gif 3.56KB
  233. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/42.gif 5.18KB
  234. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/43.gif 2.61KB
  235. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/44.gif 4.03KB
  236. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/45.gif 3.34KB
  237. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/46.gif 2.94KB
  238. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/47.gif 2.28KB
  239. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/48.gif 2.63KB
  240. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/49.gif 2.26KB
  241. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/5.gif 4.46KB
  242. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/50.gif 5.73KB
  243. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/51.gif 2.72KB
  244. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/52.gif 777B
  245. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/53.gif 2.08KB
  246. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/54.gif 2.14KB
  247. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/55.gif 1.92KB
  248. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/56.gif 1.99KB
  249. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/57.gif 2.64KB
  250. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/58.gif 2.21KB
  251. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/59.gif 10.07KB
  252. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/6.gif 2.16KB
  253. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/60.gif 3.17KB
  254. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/61.gif 2.44KB
  255. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/62.gif 1.97KB
  256. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/63.gif 5.73KB
  257. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/64.gif 6.3KB
  258. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/65.gif 3.49KB
  259. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/66.gif 2.96KB
  260. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/67.gif 2.64KB
  261. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/68.gif 1.39KB
  262. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/69.gif 2.37KB
  263. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/7.gif 3.32KB
  264. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/70.gif 4.48KB
  265. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/71.gif 5.18KB
  266. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/8.gif 3.96KB
  267. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/images/face/9.gif 4.12KB
  268. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/carousel.js 3.77KB
  269. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/code.js 1.15KB
  270. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/colorpicker.js 11.46KB
  271. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/element.js 7.09KB
  272. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/flow.js 1.97KB
  273. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/form.js 9.24KB
  274. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/jquery.js 95.36KB
  275. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/laydate.js 26.74KB
  276. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/layedit.js 12.34KB
  277. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/layer.js 21.52KB
  278. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/laypage.js 4.37KB
  279. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/laytpl.js 1.79KB
  280. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/mobile.js 30.65KB
  281. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/rate.js 2.69KB
  282. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/slider.js 6.88KB
  283. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/table.js 30.68KB
  284. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/transfer.js 6.18KB
  285. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/tree.js 11.27KB
  286. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/upload.js 7.27KB
  287. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/lay/modules/util.js 3.54KB
  288. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/layui.all.js 270.85KB
  289. springboot-ehr-master/ehr-admin/layuimini/lib/layui-v2.5.5/layui.js 6.52KB
  290. springboot-ehr-master/ehr-admin/login.html 7.27KB
  291. springboot-ehr-master/ehr-admin/page/department.html 14.12KB
  292. springboot-ehr-master/ehr-admin/page/personal.html 27.35KB
  293. springboot-ehr-master/ehr-admin/page/personalReward.html 19.82KB
  294. springboot-ehr-master/ehr-admin/page/personalSalary.html 21.7KB
  295. springboot-ehr-master/ehr-admin/page/personalTrain.html 20.75KB
  296. springboot-ehr-master/ehr-admin/page/position.html 15.94KB
  297. springboot-ehr-master/ehr-admin/page/recruitment.html 23.49KB
  298. springboot-ehr-master/ehr-admin/page/userList.html 10.95KB
  299. springboot-ehr-master/ehr-admin/page/welcome.html 605B
  300. springboot-ehr-master/hr.iml 12.03KB
  301. springboot-ehr-master/LICENSE 9.49KB
  302. springboot-ehr-master/pom.xml 4.01KB
  303. springboot-ehr-master/README.en.md 846B
  304. springboot-ehr-master/README.md 1.54KB
  305. springboot-ehr-master/src/main/java/cn/timelost/hr/Application.java 464B
  306. springboot-ehr-master/src/main/java/cn/timelost/hr/config/CorsConfig.java 895B
  307. springboot-ehr-master/src/main/java/cn/timelost/hr/config/JWTFilter.java 4.02KB
  308. springboot-ehr-master/src/main/java/cn/timelost/hr/config/JWTToken.java 452B
  309. springboot-ehr-master/src/main/java/cn/timelost/hr/config/realm/UserRealm.java 2.22KB
  310. springboot-ehr-master/src/main/java/cn/timelost/hr/config/ResponseControllerAdvice.java 1.98KB
  311. springboot-ehr-master/src/main/java/cn/timelost/hr/config/ShiroConfig.java 3.85KB
  312. springboot-ehr-master/src/main/java/cn/timelost/hr/config/UpYunConfig.java 431B
  313. springboot-ehr-master/src/main/java/cn/timelost/hr/config/utils/JWTUtils.java 3.01KB
  314. springboot-ehr-master/src/main/java/cn/timelost/hr/controller/DepartmentController.java 3.05KB
  315. springboot-ehr-master/src/main/java/cn/timelost/hr/controller/ImageController.java 2.08KB
  316. springboot-ehr-master/src/main/java/cn/timelost/hr/controller/PersonalController.java 2.58KB
  317. springboot-ehr-master/src/main/java/cn/timelost/hr/controller/PersonalRewardController.java 2.68KB
  318. springboot-ehr-master/src/main/java/cn/timelost/hr/controller/PersonalSalaryController.java 2.6KB
  319. springboot-ehr-master/src/main/java/cn/timelost/hr/controller/PersonalTrainController.java 2.79KB
  320. springboot-ehr-master/src/main/java/cn/timelost/hr/controller/PositionController.java 2.64KB
  321. springboot-ehr-master/src/main/java/cn/timelost/hr/controller/RecruitmentController.java 2.31KB
  322. springboot-ehr-master/src/main/java/cn/timelost/hr/controller/UserController.java 5.35KB
  323. springboot-ehr-master/src/main/java/cn/timelost/hr/dao/DepartmentDao.java 1.02KB
  324. springboot-ehr-master/src/main/java/cn/timelost/hr/dao/PersonalDao.java 1002B
  325. springboot-ehr-master/src/main/java/cn/timelost/hr/dao/PersonalRewardDao.java 1.04KB
  326. springboot-ehr-master/src/main/java/cn/timelost/hr/dao/PersonalSalaryDao.java 1.06KB
  327. springboot-ehr-master/src/main/java/cn/timelost/hr/dao/PersonalTrainDao.java 1.09KB
  328. springboot-ehr-master/src/main/java/cn/timelost/hr/dao/PositionDao.java 1.08KB
  329. springboot-ehr-master/src/main/java/cn/timelost/hr/dao/RecruitmentDao.java 958B
  330. springboot-ehr-master/src/main/java/cn/timelost/hr/dao/RoleDao.java 821B
  331. springboot-ehr-master/src/main/java/cn/timelost/hr/dao/UserDao.java 1.04KB
  332. springboot-ehr-master/src/main/java/cn/timelost/hr/enums/ResultEnum.java 1.17KB
  333. springboot-ehr-master/src/main/java/cn/timelost/hr/exception/BaseException.java 624B
  334. springboot-ehr-master/src/main/java/cn/timelost/hr/exception/MyExceptionHandler.java 2.61KB
  335. springboot-ehr-master/src/main/java/cn/timelost/hr/pojo/Department.java 1.06KB
  336. springboot-ehr-master/src/main/java/cn/timelost/hr/pojo/Personal.java 2.33KB
  337. springboot-ehr-master/src/main/java/cn/timelost/hr/pojo/PersonalReward.java 1.55KB
  338. springboot-ehr-master/src/main/java/cn/timelost/hr/pojo/PersonalSalary.java 1.94KB
  339. springboot-ehr-master/src/main/java/cn/timelost/hr/pojo/PersonalTrain.java 2.03KB
  340. springboot-ehr-master/src/main/java/cn/timelost/hr/pojo/Position.java 1.13KB
  341. springboot-ehr-master/src/main/java/cn/timelost/hr/pojo/Recruitment.java 1.54KB
  342. springboot-ehr-master/src/main/java/cn/timelost/hr/pojo/Role.java 806B
  343. springboot-ehr-master/src/main/java/cn/timelost/hr/pojo/User.java 1.01KB
  344. springboot-ehr-master/src/main/java/cn/timelost/hr/service/DepartmentService.java 838B
  345. springboot-ehr-master/src/main/java/cn/timelost/hr/service/impl/DepartmentServiceImpl.java 3.87KB
  346. springboot-ehr-master/src/main/java/cn/timelost/hr/service/impl/PersonalRewardServiceImpl.java 4.07KB
  347. springboot-ehr-master/src/main/java/cn/timelost/hr/service/impl/PersonalSalaryServiceImpl.java 5.05KB
  348. springboot-ehr-master/src/main/java/cn/timelost/hr/service/impl/PersonalServiceImpl.java 4.22KB
  349. springboot-ehr-master/src/main/java/cn/timelost/hr/service/impl/PersonalTrainServiceImpl.java 4.28KB
  350. springboot-ehr-master/src/main/java/cn/timelost/hr/service/impl/PositionServiceImpl.java 3.98KB
  351. springboot-ehr-master/src/main/java/cn/timelost/hr/service/impl/RecruitmentServiceImpl.java 3.28KB
  352. springboot-ehr-master/src/main/java/cn/timelost/hr/service/impl/UserServiceImpl.java 1.94KB
  353. springboot-ehr-master/src/main/java/cn/timelost/hr/service/PersonalRewardService.java 783B
  354. springboot-ehr-master/src/main/java/cn/timelost/hr/service/PersonalSalaryService.java 769B
  355. springboot-ehr-master/src/main/java/cn/timelost/hr/service/PersonalService.java 747B
  356. springboot-ehr-master/src/main/java/cn/timelost/hr/service/PersonalTrainService.java 867B
  357. springboot-ehr-master/src/main/java/cn/timelost/hr/service/PositionService.java 786B
  358. springboot-ehr-master/src/main/java/cn/timelost/hr/service/RecruitmentService.java 671B
  359. springboot-ehr-master/src/main/java/cn/timelost/hr/service/UserService.java 606B
  360. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/DepartmentSelectVo.java 326B
  361. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/input/DepartmentForm.java 339B
  362. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/input/PersonalForm.java 926B
  363. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/input/PersonalRewardForm.java 636B
  364. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/input/PersonalSalaryForm.java 748B
  365. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/input/PersonalTrainForm.java 860B
  366. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/input/PositionForm.java 427B
  367. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/input/RecruitmentForm.java 914B
  368. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/input/UserForm.java 448B
  369. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/PersonalSelectVo.java 378B
  370. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/PersonalVo.java 884B
  371. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/PositionSelectVo.java 321B
  372. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/PositionVo.java 499B
  373. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/ResultVo.java 1.59KB
  374. springboot-ehr-master/src/main/java/cn/timelost/hr/vo/UserVo.java 373B
  375. springboot-ehr-master/src/main/java/cn/timelost/hr/wyh/bo/test.java 1.03KB
  376. springboot-ehr-master/src/main/resources/application.yml 35B
  377. springboot-ehr-master/src/main/resources/application-dev.yml 616B
  378. springboot-ehr-master/src/main/resources/mappers/DepartmentDao.xml 4.39KB
  379. springboot-ehr-master/src/main/resources/mappers/PersonalDao.xml 9.36KB
  380. springboot-ehr-master/src/main/resources/mappers/PersonalRewardDao.xml 6.98KB
  381. springboot-ehr-master/src/main/resources/mappers/PersonalSalaryDao.xml 8.5KB
  382. springboot-ehr-master/src/main/resources/mappers/PersonalTrainDao.xml 7.91KB
  383. springboot-ehr-master/src/main/resources/mappers/PositionDao.xml 5.49KB
  384. springboot-ehr-master/src/main/resources/mappers/RecruitmentDao.xml 6.65KB
  385. springboot-ehr-master/src/main/resources/mappers/RoleDao.xml 3.1KB
  386. springboot-ehr-master/src/main/resources/mappers/UserDao.xml 4.38KB
  387. springboot-ehr-master/src/main/resources/sql/ehr.sql 11.85KB
  388. springboot-ehr-master/src/test/java/cn/timelost/hr/ApplicationTests.java 212B
  389. springboot-ehr-master/target/classes/application.yml 35B
  390. springboot-ehr-master/target/classes/application-dev.yml 616B
  391. springboot-ehr-master/target/classes/application-prod.yml 616B
  392. springboot-ehr-master/target/classes/cn/timelost/hr/Application.class 862B
  393. springboot-ehr-master/target/classes/cn/timelost/hr/config/CorsConfig.class 1.48KB
  394. springboot-ehr-master/target/classes/cn/timelost/hr/config/JWTFilter.class 4.6KB
  395. springboot-ehr-master/target/classes/cn/timelost/hr/config/JWTToken.class 644B
  396. springboot-ehr-master/target/classes/cn/timelost/hr/config/realm/UserRealm.class 3.14KB
  397. springboot-ehr-master/target/classes/cn/timelost/hr/config/ResponseControllerAdvice.class 3.16KB
  398. springboot-ehr-master/target/classes/cn/timelost/hr/config/ShiroConfig.class 3.9KB
  399. springboot-ehr-master/target/classes/cn/timelost/hr/config/UpYunConfig.class 2.93KB
  400. springboot-ehr-master/target/classes/cn/timelost/hr/config/utils/JWTUtils.class 3.9KB
  401. springboot-ehr-master/target/classes/cn/timelost/hr/controller/DepartmentController.class 4.37KB
  402. springboot-ehr-master/target/classes/cn/timelost/hr/controller/ImageController.class 3.37KB
  403. springboot-ehr-master/target/classes/cn/timelost/hr/controller/PersonalController.class 4.12KB
  404. springboot-ehr-master/target/classes/cn/timelost/hr/controller/PersonalRewardController.class 4.07KB
  405. springboot-ehr-master/target/classes/cn/timelost/hr/controller/PersonalSalaryController.class 4.07KB
  406. springboot-ehr-master/target/classes/cn/timelost/hr/controller/PersonalTrainController.class 4.19KB
  407. springboot-ehr-master/target/classes/cn/timelost/hr/controller/PositionController.class 4.12KB
  408. springboot-ehr-master/target/classes/cn/timelost/hr/controller/RecruitmentController.class 3.86KB
  409. springboot-ehr-master/target/classes/cn/timelost/hr/controller/UserController.class 6.65KB
  410. springboot-ehr-master/target/classes/cn/timelost/hr/dao/DepartmentDao.class 1.13KB
  411. springboot-ehr-master/target/classes/cn/timelost/hr/dao/PersonalDao.class 1KB
  412. springboot-ehr-master/target/classes/cn/timelost/hr/dao/PersonalRewardDao.class 1.02KB
  413. springboot-ehr-master/target/classes/cn/timelost/hr/dao/PersonalSalaryDao.class 1.12KB
  414. springboot-ehr-master/target/classes/cn/timelost/hr/dao/PersonalTrainDao.class 1.11KB
  415. springboot-ehr-master/target/classes/cn/timelost/hr/dao/PositionDao.class 1.16KB
  416. springboot-ehr-master/target/classes/cn/timelost/hr/dao/RecruitmentDao.class 1015B
  417. springboot-ehr-master/target/classes/cn/timelost/hr/dao/RoleDao.class 598B
  418. springboot-ehr-master/target/classes/cn/timelost/hr/dao/UserDao.class 945B
  419. springboot-ehr-master/target/classes/cn/timelost/hr/enums/ResultEnum.class 3.11KB
  420. springboot-ehr-master/target/classes/cn/timelost/hr/exception/BaseException.class 1.03KB
  421. springboot-ehr-master/target/classes/cn/timelost/hr/exception/MyExceptionHandler.class 3.69KB
  422. springboot-ehr-master/target/classes/cn/timelost/hr/pojo/Department.class 3.49KB
  423. springboot-ehr-master/target/classes/cn/timelost/hr/pojo/Personal.class 8.62KB
  424. springboot-ehr-master/target/classes/cn/timelost/hr/pojo/PersonalReward.class 5.46KB
  425. springboot-ehr-master/target/classes/cn/timelost/hr/pojo/PersonalSalary.class 6.94KB
  426. springboot-ehr-master/target/classes/cn/timelost/hr/pojo/PersonalTrain.class 6.57KB
  427. springboot-ehr-master/target/classes/cn/timelost/hr/pojo/Position.class 3.93KB
  428. springboot-ehr-master/target/classes/cn/timelost/hr/pojo/Recruitment.class 5.32KB
  429. springboot-ehr-master/target/classes/cn/timelost/hr/pojo/Role.class 2.9KB
  430. springboot-ehr-master/target/classes/cn/timelost/hr/pojo/User$UserBuilder.class 1.73KB
  431. springboot-ehr-master/target/classes/cn/timelost/hr/pojo/User.class 3.71KB
  432. springboot-ehr-master/target/classes/cn/timelost/hr/service/DepartmentService.class 1.16KB
  433. springboot-ehr-master/target/classes/cn/timelost/hr/service/impl/DepartmentServiceImpl.class 4.62KB
  434. springboot-ehr-master/target/classes/cn/timelost/hr/service/impl/PersonalRewardServiceImpl.class 4.85KB
  435. springboot-ehr-master/target/classes/cn/timelost/hr/service/impl/PersonalSalaryServiceImpl.class 5.75KB
  436. springboot-ehr-master/target/classes/cn/timelost/hr/service/impl/PersonalServiceImpl.class 6.21KB
  437. springboot-ehr-master/target/classes/cn/timelost/hr/service/impl/PersonalTrainServiceImpl.class 4.97KB
  438. springboot-ehr-master/target/classes/cn/timelost/hr/service/impl/PositionServiceImpl.class 4.83KB
  439. springboot-ehr-master/target/classes/cn/timelost/hr/service/impl/RecruitmentServiceImpl.class 4.03KB
  440. springboot-ehr-master/target/classes/cn/timelost/hr/service/impl/UserServiceImpl.class 3.09KB
  441. springboot-ehr-master/target/classes/cn/timelost/hr/service/PersonalRewardService.class 1022B
  442. springboot-ehr-master/target/classes/cn/timelost/hr/service/PersonalSalaryService.class 1022B
  443. springboot-ehr-master/target/classes/cn/timelost/hr/service/PersonalService.class 1.03KB
  444. springboot-ehr-master/target/classes/cn/timelost/hr/service/PersonalTrainService.class 1.06KB
  445. springboot-ehr-master/target/classes/cn/timelost/hr/service/PositionService.class 1.08KB
  446. springboot-ehr-master/target/classes/cn/timelost/hr/service/RecruitmentService.class 974B
  447. springboot-ehr-master/target/classes/cn/timelost/hr/service/UserService.class 848B
  448. springboot-ehr-master/target/classes/cn/timelost/hr/vo/DepartmentSelectVo.class 2.11KB
  449. springboot-ehr-master/target/classes/cn/timelost/hr/vo/input/DepartmentForm.class 2.08KB
  450. springboot-ehr-master/target/classes/cn/timelost/hr/vo/input/PersonalForm.class 7.52KB
  451. springboot-ehr-master/target/classes/cn/timelost/hr/vo/input/PersonalRewardForm.class 3.92KB
  452. springboot-ehr-master/target/classes/cn/timelost/hr/vo/input/PersonalSalaryForm.class 4.82KB
  453. springboot-ehr-master/target/classes/cn/timelost/hr/vo/input/PersonalTrainForm.class 4.8KB
  454. springboot-ehr-master/target/classes/cn/timelost/hr/vo/input/PositionForm.class 2.76KB
  455. springboot-ehr-master/target/classes/cn/timelost/hr/vo/input/RecruitmentForm.class 5.34KB
  456. springboot-ehr-master/target/classes/cn/timelost/hr/vo/input/UserForm.class 3.4KB
  457. springboot-ehr-master/target/classes/cn/timelost/hr/vo/PersonalSelectVo.class 2.93KB
  458. springboot-ehr-master/target/classes/cn/timelost/hr/vo/PersonalVo.class 8.83KB
  459. springboot-ehr-master/target/classes/cn/timelost/hr/vo/PositionSelectVo.class 2.09KB
  460. springboot-ehr-master/target/classes/cn/timelost/hr/vo/PositionVo.class 4.43KB
  461. springboot-ehr-master/target/classes/cn/timelost/hr/vo/ResultVo.class 5.14KB
  462. springboot-ehr-master/target/classes/cn/timelost/hr/vo/UserVo.class 2.91KB
  463. springboot-ehr-master/target/classes/cn/timelost/hr/wyh/bo/test.class 934B
  464. springboot-ehr-master/target/classes/mappers/DepartmentDao.xml 4.39KB
  465. springboot-ehr-master/target/classes/mappers/PersonalDao.xml 9.36KB
  466. springboot-ehr-master/target/classes/mappers/PersonalRewardDao.xml 6.98KB
  467. springboot-ehr-master/target/classes/mappers/PersonalSalaryDao.xml 8.5KB
  468. springboot-ehr-master/target/classes/mappers/PersonalTrainDao.xml 7.91KB
  469. springboot-ehr-master/target/classes/mappers/PositionDao.xml 5.49KB
  470. springboot-ehr-master/target/classes/mappers/RecruitmentDao.xml 6.65KB
  471. springboot-ehr-master/target/classes/mappers/RoleDao.xml 3.1KB
  472. springboot-ehr-master/target/classes/mappers/UserDao.xml 4.38KB
  473. springboot-ehr-master/target/classes/sql/ehr.sql 11.85KB
  474. springboot-ehr-master/target/hr-0.0.1-SNAPSHOT.jar 27.69MB
  475. springboot-ehr-master/target/hr-0.0.1-SNAPSHOT.jar.original 126.15KB
  476. springboot-ehr-master/target/maven-archiver/pom.properties 60B
  477. springboot-ehr-master/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst 3.07KB
  478. springboot-ehr-master/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst 6.38KB
  479. springboot-ehr-master/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst 38B
  480. springboot-ehr-master/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst 87B
  481. springboot-ehr-master/target/surefire-reports/cn.timelost.hr.ApplicationTests.txt 314B
  482. springboot-ehr-master/target/surefire-reports/TEST-cn.timelost.hr.ApplicationTests.xml 24.74KB
  483. springboot-ehr-master/target/test-classes/cn/timelost/hr/ApplicationTests.class 515B
  484. 部署手册.docx 10.69MB
  485. 毕业设计模板.docx 1.03MB
0评论
提交 加载更多评论
其他资源 单机版坦克大战代码(计算机体系结构课内实验)
java语言编写 基于案例代码设计自己的坦克大战游戏(单机版),并为以后扩展为网络对战版预留接口。 1. 基于MVC或者分成架构设计,设计每个层各负责什么职责,提供什么功能; 2. 使用依赖倒置原则、以及回调函数技术,改写案例代码,将图形绘制功能移植到View层,并阐述这样做的好处,比如如何更换显示图片以及是否支持3D显示等; 3. 修改控制层,修改为:我方坦克跟随鼠标位置作为方向,使用鼠标右键开炮;键盘的空格支持我方坦克开炮;界面上我方坦克最多可以同时(1个屏幕)发射3发炮弹;地方坦克随机出生,且地方坦克同时不多于5辆; 4. 新增一些组件完成如下要求: (1)控制游戏开始、结束、存档功能,并统计游戏时长和击毁敌方坦克数; (2)支持地图功能,新增草丛、河流,坦克在草丛中时不显示(练习碰撞检测)、坦克不能跨过河流;
dfsgfdsghsdfhsdfh
fdgs
c语言做的绘图板系统 zip
c语言做的绘图板系统 zip
纯c语言迷宫源码.zip
纯c语言迷宫源码.zip
大学生期末前端项目vue3+vant4+移动端 水果商城
关注后下载哈,这里的就是源码,安装node后用 pnpm install 然后 pnpm dev就可以了,yarn或npm直接替换掉前面的pnpm就可以了
大学生期末前端项目vue3+vant4+移动端 水果商城 大学生期末前端项目vue3+vant4+移动端 水果商城 大学生期末前端项目vue3+vant4+移动端 水果商城
基于 SpringBoot 的社区居民友爱互助平台
基于 SpringBoot 的社区居民友爱互助平台,Java+VUE,后端代码+前端代码+数据库sql文件+数据库解读文档
2323111411软四刘帆.zip
2323111411软四刘帆.zip
面试题1面试题1面试题1面试题1面试题1
面试题1面试题1面试题1面试题1面试题1