workspace.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="c25ee83f-38b8-4a56-8a1f-62ecc8d6cec2" name="Default Changelist" comment="">
  5. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__antlr_antlr_2_7_7.xml" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_google_guava_guava_18_0.xml" afterDir="false" />
  7. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_zaxxer_HikariCP_3_2_0.xml" afterDir="false" />
  8. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__javax_persistence_javax_persistence_api_2_2.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__javax_transaction_javax_transaction_api_1_3.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__mysql_mysql_connector_java_8_0_17.xml" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_aspectj_aspectjweaver_1_9_4.xml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_dom4j_dom4j_2_1_1.xml" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_hibernate_common_hibernate_commons_annotations_5_0_4_Final.xml" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_hibernate_hibernate_core_5_3_11_Final.xml" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_javassist_javassist_3_23_2_GA.xml" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_jboss_jandex_2_0_5_Final.xml" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_aop_2_1_8_RELEASE.xml" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_jpa_2_1_8_RELEASE.xml" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_jdbc_2_1_8_RELEASE.xml" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_data_spring_data_commons_2_1_10_RELEASE.xml" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_data_spring_data_jpa_2_1_10_RELEASE.xml" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_aspects_5_1_9_RELEASE.xml" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_jdbc_5_1_9_RELEASE.xml" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_orm_5_1_9_RELEASE.xml" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_tx_5_1_9_RELEASE.xml" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/Exception/BaseException.java" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/Exception/ReportTaskNotExistException.java" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/dao/ReportTaskDao.java" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/domainObject/ReportTask.java" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/domainObject/ReportTaskStatus.java" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/factory/ReportTaskFactory.java" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/model/ReportTaskPO.java" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/repository/IReportTaskRepo.java" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/repository/ReportTaskRepo.java" afterDir="false" />
  35. <change afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/util/Converter.java" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/gateway-demo.iml" beforeDir="false" afterPath="$PROJECT_DIR$/gateway-demo.iml" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/Application.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/Application.java" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/service/AutoReportProductService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/service/AutoReportProductService.java" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/service/impl/AutoReportProductServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/service/impl/AutoReportProductServiceImpl.java" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/web/ctrl/HandleReportController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/iselab/mooctest/site/web/ctrl/HandleReportController.java" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application.yml" afterDir="false" />
  44. </list>
  45. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  46. <option name="SHOW_DIALOG" value="false" />
  47. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  48. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  49. <option name="LAST_RESOLUTION" value="IGNORE" />
  50. </component>
  51. <component name="FileTemplateManagerImpl">
  52. <option name="RECENT_TEMPLATES">
  53. <list>
  54. <option value="Interface" />
  55. <option value="Class" />
  56. </list>
  57. </option>
  58. </component>
  59. <component name="Git.Settings">
  60. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  61. </component>
  62. <component name="MavenImportPreferences">
  63. <option name="importingSettings">
  64. <MavenImportingSettings>
  65. <option name="importAutomatically" value="true" />
  66. </MavenImportingSettings>
  67. </option>
  68. </component>
  69. <component name="ProjectId" id="1RUVGhsOHHt48OKICSXJkhtc42w" />
  70. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  71. <ConfirmationsSetting value="2" id="Add" />
  72. </component>
  73. <component name="PropertiesComponent">
  74. <property name="RequestMappingsPanelOrder0" value="0" />
  75. <property name="RequestMappingsPanelOrder1" value="1" />
  76. <property name="RequestMappingsPanelWidth0" value="75" />
  77. <property name="RequestMappingsPanelWidth1" value="75" />
  78. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  79. <property name="WebServerToolWindowFactoryState" value="false" />
  80. <property name="aspect.path.notification.shown" value="true" />
  81. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  82. <property name="project.structure.last.edited" value="Modules" />
  83. <property name="project.structure.proportion" value="0.0" />
  84. <property name="project.structure.side.proportion" value="0.0" />
  85. <property name="restartRequiresConfirmation" value="false" />
  86. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  87. </component>
  88. <component name="RecentsManager">
  89. <key name="CopyClassDialog.RECENTS_KEY">
  90. <recent name="cn.iselab.mooctest.site.util" />
  91. <recent name="cn.iselab.mooctest.site.Exception" />
  92. <recent name="cn.iselab.mooctest.site.model" />
  93. <recent name="com.example.demo" />
  94. </key>
  95. <key name="CopyFile.RECENT_KEYS">
  96. <recent name="$PROJECT_DIR$/src/main/resources" />
  97. </key>
  98. </component>
  99. <component name="RunDashboard">
  100. <option name="ruleStates">
  101. <list>
  102. <RuleState>
  103. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  104. </RuleState>
  105. <RuleState>
  106. <option name="name" value="StatusDashboardGroupingRule" />
  107. </RuleState>
  108. </list>
  109. </option>
  110. </component>
  111. <component name="RunManager" selected="Spring Boot.Application">
  112. <configuration name="Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  113. <module name="gateway-demo" />
  114. <option name="SPRING_BOOT_MAIN_CLASS" value="cn.iselab.mooctest.site.Application" />
  115. <option name="ALTERNATIVE_JRE_PATH" />
  116. <method v="2">
  117. <option name="Make" enabled="true" />
  118. </method>
  119. </configuration>
  120. <configuration name="ServerTwoApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  121. <module name="gateway-demo" />
  122. <option name="SPRING_BOOT_MAIN_CLASS" value="cn.iselab.mooctest.site.Application" />
  123. <method v="2">
  124. <option name="Make" enabled="true" />
  125. </method>
  126. </configuration>
  127. <list>
  128. <item itemvalue="Spring Boot.Application" />
  129. <item itemvalue="Spring Boot.ServerTwoApplication" />
  130. </list>
  131. </component>
  132. <component name="SvnConfiguration">
  133. <configuration />
  134. </component>
  135. <component name="TaskManager">
  136. <task active="true" id="Default" summary="Default task">
  137. <changelist id="c25ee83f-38b8-4a56-8a1f-62ecc8d6cec2" name="Default Changelist" comment="" />
  138. <created>1569721567047</created>
  139. <option name="number" value="Default" />
  140. <option name="presentableId" value="Default" />
  141. <updated>1569721567047</updated>
  142. <workItem from="1569721571899" duration="1920000" />
  143. <workItem from="1569723547897" duration="1283000" />
  144. <workItem from="1569724898775" duration="2223000" />
  145. <workItem from="1569733416665" duration="1968000" />
  146. <workItem from="1573454031996" duration="220000" />
  147. <workItem from="1573454286463" duration="70000" />
  148. <workItem from="1573454875714" duration="718000" />
  149. <workItem from="1573738004164" duration="4826000" />
  150. <workItem from="1573797788287" duration="4744000" />
  151. <workItem from="1573803183351" duration="6316000" />
  152. <workItem from="1573817067721" duration="3410000" />
  153. <workItem from="1573886504964" duration="7019000" />
  154. <workItem from="1574039613479" duration="16033000" />
  155. </task>
  156. <servers />
  157. </component>
  158. <component name="TypeScriptGeneratedFilesManager">
  159. <option name="version" value="1" />
  160. </component>
  161. <component name="Vcs.Log.Tabs.Properties">
  162. <option name="TAB_STATES">
  163. <map>
  164. <entry key="MAIN">
  165. <value>
  166. <State>
  167. <option name="COLUMN_ORDER" />
  168. </State>
  169. </value>
  170. </entry>
  171. </map>
  172. </option>
  173. </component>
  174. </project>