workspace.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ArtifactsWorkspaceSettings">
  4. <artifacts-to-build>
  5. <artifact name="gn_oa_vip27:war" />
  6. </artifacts-to-build>
  7. </component>
  8. <component name="AutoImportSettings">
  9. <option name="autoReloadType" value="SELECTIVE" />
  10. </component>
  11. <component name="ChangeListManager">
  12. <list default="true" id="fdadf229-95a2-4903-b472-eec1ea62a98e" name="Changes" comment="">
  13. <change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/dao/EmployeeDao.java" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/dao/impl/EmployeeDaoImpl.java" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/entity/Employee.java" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/service/EmployeeService.java" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/service/impl/EmployeeServiceImpl.java" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/servlet/LoginServlet.java" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/servlet/VerifyCodeServlet.java" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/src/main/webapp/login.jsp" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/src/main/webapp/user.jsp" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/src/main/webapp/index.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/index.jsp" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/target/gn_oa_vip27.war" beforeDir="false" afterPath="$PROJECT_DIR$/target/gn_oa_vip27.war" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/target/gn_oa_vip27/index.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/target/gn_oa_vip27/index.jsp" afterDir="false" />
  29. </list>
  30. <option name="SHOW_DIALOG" value="false" />
  31. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  32. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  33. <option name="LAST_RESOLUTION" value="IGNORE" />
  34. </component>
  35. <component name="FileTemplateManagerImpl">
  36. <option name="RECENT_TEMPLATES">
  37. <list>
  38. <option value="Jsp File" />
  39. <option value="Interface" />
  40. <option value="Class" />
  41. </list>
  42. </option>
  43. </component>
  44. <component name="Git.Settings">
  45. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  46. </component>
  47. <component name="HighlightingSettingsPerFile">
  48. <setting file="jar://$MAVEN_REPOSITORY$/com/alibaba/easyexcel/2.2.3/easyexcel-2.2.3.jar!/com/alibaba/excel/EasyExcelFactory.class" root0="SKIP_INSPECTION" />
  49. </component>
  50. <component name="LogFilters">
  51. <option name="FILTER_ERRORS" value="false" />
  52. <option name="FILTER_WARNINGS" value="false" />
  53. <option name="FILTER_INFO" value="true" />
  54. <option name="FILTER_DEBUG" value="true" />
  55. <option name="CUSTOM_FILTER" />
  56. </component>
  57. <component name="MarkdownSettingsMigration">
  58. <option name="stateVersion" value="1" />
  59. </component>
  60. <component name="ProjectColorInfo">{
  61. &quot;associatedIndex&quot;: 2
  62. }</component>
  63. <component name="ProjectId" id="2YCzjmZhflILlI1E6uK1SCG4R9I" />
  64. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  65. <ConfirmationsSetting value="2" id="Add" />
  66. </component>
  67. <component name="ProjectViewState">
  68. <option name="showLibraryContents" value="true" />
  69. </component>
  70. <component name="PropertiesComponent"><![CDATA[{
  71. "keyToString": {
  72. "RunOnceActivity.OpenProjectViewOnStart": "true",
  73. "RunOnceActivity.ShowReadmeOnStart": "true",
  74. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  75. "WebServerToolWindowFactoryState": "false",
  76. "last_opened_file_path": "D:/Program Files/IntelliJ IDEA 2019.3.3/VIPJAVA/gn_oa_vip27/src/main/webapp",
  77. "node.js.detected.package.eslint": "true",
  78. "node.js.detected.package.tslint": "true",
  79. "node.js.selected.package.eslint": "(autodetect)",
  80. "node.js.selected.package.tslint": "(autodetect)",
  81. "project.structure.last.edited": "Modules",
  82. "project.structure.proportion": "0.0",
  83. "project.structure.side.proportion": "0.0",
  84. "settings.editor.selected.configurable": "editor.preferences.fonts.default",
  85. "vue.rearranger.settings.migration": "true"
  86. }
  87. }]]></component>
  88. <component name="RecentsManager">
  89. <key name="CopyFile.RECENT_KEYS">
  90. <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIPJAVA\gn_oa_vip27\src\main\webapp" />
  91. <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIPJAVA\gn_oa_vip27\src\main\java\com\sf\service" />
  92. <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIPJAVA\gn_oa_vip27\src\main\java\com\sf\servlet" />
  93. <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIPJAVA\gn_oa_vip27\src\main\resources" />
  94. </key>
  95. <key name="CopyClassDialog.RECENTS_KEY">
  96. <recent name="com.sf.service" />
  97. <recent name="com.sf.service.impl" />
  98. <recent name="com.sf.servlet" />
  99. </key>
  100. </component>
  101. <component name="RunManager">
  102. <configuration default="true" type="JetRunConfigurationType">
  103. <method v="2">
  104. <option name="Make" enabled="true" />
  105. </method>
  106. </configuration>
  107. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
  108. <option name="filePath" />
  109. <method v="2">
  110. <option name="Make" enabled="true" />
  111. </method>
  112. </configuration>
  113. <configuration name="Tomcat 9.0.70" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" APPLICATION_SERVER_NAME="Tomcat 9.0.70" ALTERNATIVE_JRE_ENABLED="false" nameIsGenerated="true">
  114. <option name="UPDATING_POLICY" value="restart-server" />
  115. <deployment>
  116. <artifact name="gn_oa_vip27:war">
  117. <settings>
  118. <option name="CONTEXT_PATH" value="/" />
  119. </settings>
  120. </artifact>
  121. </deployment>
  122. <server-settings>
  123. <option name="BASE_DIRECTORY_NAME" value="55e36c97-711d-47fb-90e4-ee9ac12a84a5" />
  124. </server-settings>
  125. <predefined_log_file enabled="true" id="Tomcat" />
  126. <predefined_log_file enabled="true" id="Tomcat Catalina" />
  127. <predefined_log_file id="Tomcat Manager" />
  128. <predefined_log_file id="Tomcat Host Manager" />
  129. <predefined_log_file id="Tomcat Localhost Access" />
  130. <RunnerSettings RunnerId="Debug">
  131. <option name="DEBUG_PORT" value="49362" />
  132. </RunnerSettings>
  133. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover">
  134. <option name="USE_ENV_VARIABLES" value="true" />
  135. <STARTUP>
  136. <option name="USE_DEFAULT" value="true" />
  137. <option name="SCRIPT" value="" />
  138. <option name="VM_PARAMETERS" value="" />
  139. <option name="PROGRAM_PARAMETERS" value="" />
  140. </STARTUP>
  141. <SHUTDOWN>
  142. <option name="USE_DEFAULT" value="true" />
  143. <option name="SCRIPT" value="" />
  144. <option name="VM_PARAMETERS" value="" />
  145. <option name="PROGRAM_PARAMETERS" value="" />
  146. </SHUTDOWN>
  147. </ConfigurationWrapper>
  148. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
  149. <option name="USE_ENV_VARIABLES" value="true" />
  150. <STARTUP>
  151. <option name="USE_DEFAULT" value="true" />
  152. <option name="SCRIPT" value="" />
  153. <option name="VM_PARAMETERS" value="" />
  154. <option name="PROGRAM_PARAMETERS" value="" />
  155. </STARTUP>
  156. <SHUTDOWN>
  157. <option name="USE_DEFAULT" value="true" />
  158. <option name="SCRIPT" value="" />
  159. <option name="VM_PARAMETERS" value="" />
  160. <option name="PROGRAM_PARAMETERS" value="" />
  161. </SHUTDOWN>
  162. </ConfigurationWrapper>
  163. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
  164. <option name="USE_ENV_VARIABLES" value="true" />
  165. <STARTUP>
  166. <option name="USE_DEFAULT" value="true" />
  167. <option name="SCRIPT" value="" />
  168. <option name="VM_PARAMETERS" value="" />
  169. <option name="PROGRAM_PARAMETERS" value="" />
  170. </STARTUP>
  171. <SHUTDOWN>
  172. <option name="USE_DEFAULT" value="true" />
  173. <option name="SCRIPT" value="" />
  174. <option name="VM_PARAMETERS" value="" />
  175. <option name="PROGRAM_PARAMETERS" value="" />
  176. </SHUTDOWN>
  177. </ConfigurationWrapper>
  178. <method v="2">
  179. <option name="Make" enabled="true" />
  180. <option name="BuildArtifacts" enabled="true">
  181. <artifact name="gn_oa_vip27:war" />
  182. </option>
  183. </method>
  184. </configuration>
  185. </component>
  186. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  187. <component name="TaskManager">
  188. <task active="true" id="Default" summary="Default task">
  189. <changelist id="fdadf229-95a2-4903-b472-eec1ea62a98e" name="Changes" comment="" />
  190. <created>1700044489277</created>
  191. <option name="number" value="Default" />
  192. <option name="presentableId" value="Default" />
  193. <updated>1700044489277</updated>
  194. <workItem from="1700044490943" duration="8247000" />
  195. <workItem from="1700355237314" duration="24623000" />
  196. <workItem from="1700638607632" duration="4640000" />
  197. <workItem from="1700643921651" duration="9794000" />
  198. <workItem from="1700703381366" duration="27000" />
  199. <workItem from="1700875293115" duration="181000" />
  200. <workItem from="1700897427369" duration="1241000" />
  201. <workItem from="1700960946081" duration="5342000" />
  202. <workItem from="1701917241072" duration="54000" />
  203. <workItem from="1702000428562" duration="5082000" />
  204. <workItem from="1702021878890" duration="1500000" />
  205. <workItem from="1702082306029" duration="20000" />
  206. <workItem from="1702082334499" duration="3000" />
  207. <workItem from="1702082468084" duration="1343000" />
  208. <workItem from="1702100767665" duration="12000" />
  209. <workItem from="1702100791887" duration="53000" />
  210. <workItem from="1702100877908" duration="11630000" />
  211. </task>
  212. <servers />
  213. </component>
  214. <component name="TypeScriptGeneratedFilesManager">
  215. <option name="version" value="3" />
  216. </component>
  217. <component name="XSLT-Support.FileAssociations.UIState">
  218. <expand />
  219. <select />
  220. </component>
  221. </project>