workspace.xml 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="34399b56-a947-44b7-b17b-18918a5f5e18" name="Default Changelist" comment="黔江领导查询调用端和管理后台">
  8. <change beforePath="$PROJECT_DIR$/fjs-scenic-manager/src/main/resources/templates/system/manage.html" beforeDir="false" afterPath="$PROJECT_DIR$/fjs-scenic-manager/src/main/resources/templates/system/manage.html" afterDir="false" />
  9. </list>
  10. <option name="SHOW_DIALOG" value="false" />
  11. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  12. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  13. <option name="LAST_RESOLUTION" value="IGNORE" />
  14. </component>
  15. <component name="CompilerWorkspaceConfiguration">
  16. <option name="MAKE_PROJECT_ON_SAVE" value="true" />
  17. </component>
  18. <component name="FileTemplateManagerImpl">
  19. <option name="RECENT_TEMPLATES">
  20. <list>
  21. <option value="Class" />
  22. </list>
  23. </option>
  24. </component>
  25. <component name="Git.Settings">
  26. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  27. </component>
  28. <component name="JRebelWorkspace">
  29. <option name="jrebelEnabledAutocompile" value="true" />
  30. </component>
  31. <component name="ProjectId" id="1ffp35ksKVn8QtH2ugDEY8dpfXX" />
  32. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  33. <OptionsSetting value="false" id="Update" />
  34. </component>
  35. <component name="ProjectViewState">
  36. <option name="hideEmptyMiddlePackages" value="true" />
  37. <option name="showLibraryContents" value="true" />
  38. </component>
  39. <component name="PropertiesComponent">
  40. <property name="RequestMappingsPanelOrder0" value="0" />
  41. <property name="RequestMappingsPanelOrder1" value="1" />
  42. <property name="RequestMappingsPanelWidth0" value="75" />
  43. <property name="RequestMappingsPanelWidth1" value="75" />
  44. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  45. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  46. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  47. <property name="SONARLINT_PRECOMMIT_ANALYSIS" value="true" />
  48. <property name="WebServerToolWindowFactoryState" value="false" />
  49. <property name="aspect.path.notification.shown" value="true" />
  50. <property name="last_opened_file_path" value="$PROJECT_DIR$/fjs-scenic-manager/src/main/resources" />
  51. <property name="project.structure.last.edited" value="Project" />
  52. <property name="project.structure.proportion" value="0.0" />
  53. <property name="project.structure.side.proportion" value="0.0" />
  54. <property name="restartRequiresConfirmation" value="false" />
  55. </component>
  56. <component name="RebelAgentSelection">
  57. <selection>jr</selection>
  58. </component>
  59. <component name="RecentsManager">
  60. <key name="CopyFile.RECENT_KEYS">
  61. <recent name="D:\project\qjldcx\java\fjs-scenic-manager\src\main\resources" />
  62. <recent name="C:\Users\Administrator\Desktop\java\fjs-scenic-manager\src\main\resources" />
  63. <recent name="C:\Users\Administrator\Desktop\java\fjs-scenic-manager\src\main\java" />
  64. </key>
  65. </component>
  66. <component name="RunDashboard">
  67. <option name="configurationTypes">
  68. <set>
  69. <option value="SpringBootApplicationConfigurationType" />
  70. </set>
  71. </option>
  72. </component>
  73. <component name="RunManager" selected="Spring Boot.ManagerScenicApplication">
  74. <configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
  75. <option name="arquillianRunConfiguration">
  76. <value>
  77. <option name="containerStateName" value="" />
  78. </value>
  79. </option>
  80. <option name="TEST_OBJECT" value="class" />
  81. <method v="2">
  82. <option name="Make" enabled="true" />
  83. </method>
  84. </configuration>
  85. <configuration name="ManagerScenicApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  86. <module name="fjs-scenic-manager" />
  87. <option name="SPRING_BOOT_MAIN_CLASS" value="com.fjs.scenic.ManagerScenicApplication" />
  88. <option name="ALTERNATIVE_JRE_PATH" />
  89. <option name="UPDATE_ACTION_UPDATE_POLICY" value="UpdateClassesAndResources" />
  90. <option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
  91. <additionalParameters>
  92. <param>
  93. <option name="enabled" value="true" />
  94. <option name="name" value="spring.profiles.active" />
  95. <option name="value" value="dev" />
  96. </param>
  97. </additionalParameters>
  98. <method v="2">
  99. <option name="Make" enabled="true" />
  100. </method>
  101. </configuration>
  102. <configuration name="WxApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  103. <module name="fjs-scenic-wx" />
  104. <option name="SPRING_BOOT_MAIN_CLASS" value="com.fjs.scenic.WxApplication" />
  105. <option name="ALTERNATIVE_JRE_PATH" />
  106. <option name="UPDATE_ACTION_UPDATE_POLICY" value="UpdateClassesAndResources" />
  107. <option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
  108. <method v="2">
  109. <option name="Make" enabled="true" />
  110. </method>
  111. </configuration>
  112. <list>
  113. <item itemvalue="Spring Boot.ManagerScenicApplication" />
  114. <item itemvalue="Spring Boot.WxApplication" />
  115. </list>
  116. </component>
  117. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  118. <component name="SvnConfiguration" cleanupOnStartRun="true">
  119. <configuration>C:\Users\Administrator\AppData\Roaming\Subversion</configuration>
  120. </component>
  121. <component name="TaskManager">
  122. <task active="true" id="Default" summary="Default task">
  123. <changelist id="34399b56-a947-44b7-b17b-18918a5f5e18" name="Default Changelist" comment="" />
  124. <created>1596618798320</created>
  125. <option name="number" value="Default" />
  126. <option name="presentableId" value="Default" />
  127. <updated>1596618798320</updated>
  128. <workItem from="1596618800824" duration="3646000" />
  129. <workItem from="1596678380146" duration="610000" />
  130. <workItem from="1617342139840" duration="1527000" />
  131. <workItem from="1617351585499" duration="643000" />
  132. <workItem from="1617762643222" duration="2263000" />
  133. <workItem from="1621389312314" duration="482000" />
  134. <workItem from="1627280494795" duration="17000" />
  135. <workItem from="1631539353142" duration="4344000" />
  136. <workItem from="1632706493993" duration="5173000" />
  137. </task>
  138. <task id="LOCAL-00001" summary="调整配置">
  139. <created>1632711091669</created>
  140. <option name="number" value="00001" />
  141. <option name="presentableId" value="LOCAL-00001" />
  142. <option name="project" value="LOCAL" />
  143. <updated>1632711091669</updated>
  144. </task>
  145. <option name="localTasksCounter" value="2" />
  146. <servers />
  147. </component>
  148. <component name="TypeScriptGeneratedFilesManager">
  149. <option name="version" value="3" />
  150. </component>
  151. <component name="Vcs.Log.Tabs.Properties">
  152. <option name="TAB_STATES">
  153. <map>
  154. <entry key="MAIN">
  155. <value>
  156. <State>
  157. <option name="FILTERS">
  158. <map>
  159. <entry key="branch">
  160. <value>
  161. <list>
  162. <option value="master" />
  163. </list>
  164. </value>
  165. </entry>
  166. </map>
  167. </option>
  168. </State>
  169. </value>
  170. </entry>
  171. </map>
  172. </option>
  173. <option name="oldMeFiltersMigrated" value="true" />
  174. </component>
  175. <component name="VcsManagerConfiguration">
  176. <MESSAGE value="黔江领导查询调用端和管理后台" />
  177. <MESSAGE value="调整配置" />
  178. <option name="LAST_COMMIT_MESSAGE" value="调整配置" />
  179. </component>
  180. </project>