workspace.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="c5a24e7a-e8cf-45f7-8d0b-25810e3d773a" name="默认更改列表" comment="" />
  5. <option name="SHOW_DIALOG" value="false" />
  6. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  7. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  8. <option name="LAST_RESOLUTION" value="IGNORE" />
  9. </component>
  10. <component name="FileTemplateManagerImpl">
  11. <option name="RECENT_TEMPLATES">
  12. <list>
  13. <option value="HTML File" />
  14. <option value="Class" />
  15. </list>
  16. </option>
  17. </component>
  18. <component name="Git.Settings">
  19. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  20. </component>
  21. <component name="ProjectId" id="1lzQTfAXKnwTcVbccaZ8sG4KP4p" />
  22. <component name="ProjectViewState">
  23. <option name="hideEmptyMiddlePackages" value="true" />
  24. <option name="showLibraryContents" value="true" />
  25. </component>
  26. <component name="PropertiesComponent">
  27. <property name="DefaultHtmlFileTemplate" value="HTML File" />
  28. <property name="ExpandSpringBootJavaOptionsPanel" value="true" />
  29. <property name="RequestMappingsPanelOrder0" value="0" />
  30. <property name="RequestMappingsPanelOrder1" value="1" />
  31. <property name="RequestMappingsPanelWidth0" value="75" />
  32. <property name="RequestMappingsPanelWidth1" value="75" />
  33. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  34. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  35. <property name="WebServerToolWindowFactoryState" value="false" />
  36. <property name="aspect.path.notification.shown" value="true" />
  37. <property name="jdk.selected.JAVA_MODULE" value="1.8" />
  38. <property name="last_opened_file_path" value="$PROJECT_DIR$/sso-login/src/main/java/com/sso/login/controller" />
  39. <property name="node.js.detected.package.eslint" value="true" />
  40. <property name="node.js.detected.package.tslint" value="true" />
  41. <property name="node.js.path.for.package.eslint" value="project" />
  42. <property name="node.js.path.for.package.tslint" value="project" />
  43. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  44. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  45. <property name="project.structure.last.edited" value="模块" />
  46. <property name="project.structure.proportion" value="0.15" />
  47. <property name="project.structure.side.proportion" value="0.2" />
  48. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.annotationProcessors" />
  49. </component>
  50. <component name="RecentsManager">
  51. <key name="CopyFile.RECENT_KEYS">
  52. <recent name="E:\Idea\sso-web\sso-login\src\main\java\com\sso\login\controller" />
  53. <recent name="E:\Idea\sso-web\sso-login\src\main\java\com\sso\login\utils" />
  54. <recent name="E:\Idea\sso-web\sso-vip\src\main\resources\templates" />
  55. <recent name="E:\Idea\sso-web\sso-vip\src\main\resources" />
  56. <recent name="E:\Idea\sso-web\sso-main\src\main\resources" />
  57. </key>
  58. <key name="MoveFile.RECENT_KEYS">
  59. <recent name="E:\Idea\sso-web\sso-login\src\main\resources\templates" />
  60. <recent name="E:\Idea\sso-web\sso-login\src\main\resources\static" />
  61. <recent name="E:\Idea\sso-web\sso-login\webapp" />
  62. </key>
  63. </component>
  64. <component name="RunManager" selected="Spring Boot.VipApp">
  65. <configuration name="LoginApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  66. <module name="sso-login" />
  67. <extension name="coverage">
  68. <pattern>
  69. <option name="PATTERN" value="com.sso.login.*" />
  70. <option name="ENABLED" value="true" />
  71. </pattern>
  72. </extension>
  73. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sso.login.LoginApp" />
  74. <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
  75. <option name="ALTERNATIVE_JRE_PATH" />
  76. <method v="2">
  77. <option name="Make" enabled="true" />
  78. </method>
  79. </configuration>
  80. <configuration name="MainApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  81. <module name="sso-main" />
  82. <extension name="coverage">
  83. <pattern>
  84. <option name="PATTERN" value="com.sso.main.*" />
  85. <option name="ENABLED" value="true" />
  86. </pattern>
  87. </extension>
  88. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sso.main.MainApp" />
  89. <method v="2">
  90. <option name="Make" enabled="true" />
  91. </method>
  92. </configuration>
  93. <configuration name="VipApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  94. <module name="sso-vip" />
  95. <extension name="coverage">
  96. <pattern>
  97. <option name="PATTERN" value="com.sso.vip.*" />
  98. <option name="ENABLED" value="true" />
  99. </pattern>
  100. </extension>
  101. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sso.vip.VipApp" />
  102. <method v="2">
  103. <option name="Make" enabled="true" />
  104. </method>
  105. </configuration>
  106. <list>
  107. <item itemvalue="Spring Boot.LoginApp" />
  108. <item itemvalue="Spring Boot.MainApp" />
  109. <item itemvalue="Spring Boot.VipApp" />
  110. </list>
  111. <recent_temporary>
  112. <list>
  113. <item itemvalue="Spring Boot.VipApp" />
  114. <item itemvalue="Spring Boot.MainApp" />
  115. <item itemvalue="Spring Boot.LoginApp" />
  116. </list>
  117. </recent_temporary>
  118. </component>
  119. <component name="SvnConfiguration">
  120. <configuration />
  121. </component>
  122. <component name="TaskManager">
  123. <task active="true" id="Default" summary="Default task">
  124. <changelist id="c5a24e7a-e8cf-45f7-8d0b-25810e3d773a" name="默认更改列表" comment="" />
  125. <created>1608597448224</created>
  126. <option name="number" value="Default" />
  127. <option name="presentableId" value="Default" />
  128. <updated>1608597448224</updated>
  129. <workItem from="1608597450909" duration="10657000" />
  130. <workItem from="1608614660628" duration="4822000" />
  131. </task>
  132. <servers />
  133. </component>
  134. <component name="TypeScriptGeneratedFilesManager">
  135. <option name="version" value="1" />
  136. </component>
  137. <component name="WindowStateProjectService">
  138. <state x="828" y="186" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1608598947800">
  139. <screen x="0" y="0" width="1920" height="1050" />
  140. </state>
  141. <state x="828" y="186" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1920.1050@0.0.1920.1050" timestamp="1608598947800" />
  142. <state x="1103" y="314" key="#com.intellij.ide.util.TreeClassChooserDialog" timestamp="1608598935558">
  143. <screen x="0" y="0" width="1920" height="1050" />
  144. </state>
  145. <state x="1103" y="314" key="#com.intellij.ide.util.TreeClassChooserDialog/0.0.1920.1050@0.0.1920.1050" timestamp="1608598935558" />
  146. <state x="1189" y="441" key="#com.intellij.javaee.module.view.web.EditWebRootDialog" timestamp="1608599443382">
  147. <screen x="0" y="0" width="1920" height="1050" />
  148. </state>
  149. <state x="1189" y="441" key="#com.intellij.javaee.module.view.web.EditWebRootDialog/0.0.1920.1050@0.0.1920.1050" timestamp="1608599443382" />
  150. <state x="1170" y="277" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1608603344267">
  151. <screen x="0" y="0" width="1920" height="1050" />
  152. </state>
  153. <state x="1170" y="277" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.0.1920.1050@0.0.1920.1050" timestamp="1608603344267" />
  154. <state x="1032" y="189" key="#项目结构" timestamp="1608616244825">
  155. <screen x="0" y="0" width="1920" height="1050" />
  156. </state>
  157. <state x="1032" y="189" key="#项目结构/0.0.1920.1050@0.0.1920.1050" timestamp="1608616244825" />
  158. <state x="1154" y="286" key="FileChooserDialogImpl" timestamp="1608599626317">
  159. <screen x="0" y="0" width="1920" height="1050" />
  160. </state>
  161. <state x="1154" y="286" key="FileChooserDialogImpl/0.0.1920.1050@0.0.1920.1050" timestamp="1608599626317" />
  162. <state width="1877" height="282" key="GridCell.Tab.0.bottom" timestamp="1608684639714">
  163. <screen x="0" y="0" width="1920" height="1050" />
  164. </state>
  165. <state width="1877" height="282" key="GridCell.Tab.0.bottom/0.0.1920.1050@0.0.1920.1050" timestamp="1608684639714" />
  166. <state width="1877" height="282" key="GridCell.Tab.0.center" timestamp="1608684639713">
  167. <screen x="0" y="0" width="1920" height="1050" />
  168. </state>
  169. <state width="1877" height="282" key="GridCell.Tab.0.center/0.0.1920.1050@0.0.1920.1050" timestamp="1608684639713" />
  170. <state width="1877" height="282" key="GridCell.Tab.0.left" timestamp="1608684639713">
  171. <screen x="0" y="0" width="1920" height="1050" />
  172. </state>
  173. <state width="1877" height="282" key="GridCell.Tab.0.left/0.0.1920.1050@0.0.1920.1050" timestamp="1608684639713" />
  174. <state width="1877" height="282" key="GridCell.Tab.0.right" timestamp="1608684639714">
  175. <screen x="0" y="0" width="1920" height="1050" />
  176. </state>
  177. <state width="1877" height="282" key="GridCell.Tab.0.right/0.0.1920.1050@0.0.1920.1050" timestamp="1608684639714" />
  178. <state width="1877" height="282" key="GridCell.Tab.1.bottom" timestamp="1608684639714">
  179. <screen x="0" y="0" width="1920" height="1050" />
  180. </state>
  181. <state width="1877" height="282" key="GridCell.Tab.1.bottom/0.0.1920.1050@0.0.1920.1050" timestamp="1608684639714" />
  182. <state width="1877" height="282" key="GridCell.Tab.1.center" timestamp="1608684639714">
  183. <screen x="0" y="0" width="1920" height="1050" />
  184. </state>
  185. <state width="1877" height="282" key="GridCell.Tab.1.center/0.0.1920.1050@0.0.1920.1050" timestamp="1608684639714" />
  186. <state width="1877" height="282" key="GridCell.Tab.1.left" timestamp="1608684639714">
  187. <screen x="0" y="0" width="1920" height="1050" />
  188. </state>
  189. <state width="1877" height="282" key="GridCell.Tab.1.left/0.0.1920.1050@0.0.1920.1050" timestamp="1608684639714" />
  190. <state width="1877" height="282" key="GridCell.Tab.1.right" timestamp="1608684639714">
  191. <screen x="0" y="0" width="1920" height="1050" />
  192. </state>
  193. <state width="1877" height="282" key="GridCell.Tab.1.right/0.0.1920.1050@0.0.1920.1050" timestamp="1608684639714" />
  194. <state x="880" y="103" key="SettingsEditor" timestamp="1608599446226">
  195. <screen x="0" y="0" width="1920" height="1050" />
  196. </state>
  197. <state x="880" y="103" key="SettingsEditor/0.0.1920.1050@0.0.1920.1050" timestamp="1608599446226" />
  198. <state x="669" y="305" key="new project wizard" timestamp="1608597551310">
  199. <screen x="0" y="0" width="1920" height="1050" />
  200. </state>
  201. <state x="669" y="305" key="new project wizard/0.0.1920.1050@0.0.1920.1050" timestamp="1608597551310" />
  202. </component>
  203. </project>