workspace.xml 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="41dc853c-f418-44c7-ba5d-2164f3f0373a" name="Default" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/business/docker-compose-multi.yml" beforeDir="false" afterPath="$PROJECT_DIR$/business/docker-compose-multi.yml" afterDir="false" />
  7. </list>
  8. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  9. <option name="SHOW_DIALOG" value="false" />
  10. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  11. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  12. <option name="LAST_RESOLUTION" value="IGNORE" />
  13. </component>
  14. <component name="FileTemplateManagerImpl">
  15. <option name="RECENT_TEMPLATES">
  16. <list>
  17. <option value="FxmlFile" />
  18. </list>
  19. </option>
  20. </component>
  21. <component name="FindInProjectRecents">
  22. <findStrings>
  23. <find>CROWD_PATH</find>
  24. <find>FILE_STORE_BASE_PATH</find>
  25. </findStrings>
  26. </component>
  27. <component name="Git.Settings">
  28. <option name="RECENT_BRANCH_BY_REPOSITORY">
  29. <map>
  30. <entry key="$PROJECT_DIR$" value="master" />
  31. </map>
  32. </option>
  33. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  34. </component>
  35. <component name="JsFlowSettings">
  36. <service-enabled>true</service-enabled>
  37. <exe-path />
  38. <annotation-enable>false</annotation-enable>
  39. <other-services-enabled>true</other-services-enabled>
  40. <auto-save>true</auto-save>
  41. </component>
  42. <component name="MavenImportPreferences">
  43. <option name="generalSettings">
  44. <MavenGeneralSettings>
  45. <option name="mavenHome" value="$USER_HOME$/apache-maven-3.5.2" />
  46. </MavenGeneralSettings>
  47. </option>
  48. <option name="importingSettings">
  49. <MavenImportingSettings>
  50. <option name="downloadDocsAutomatically" value="true" />
  51. <option name="downloadSourcesAutomatically" value="true" />
  52. </MavenImportingSettings>
  53. </option>
  54. </component>
  55. <component name="PhpServers">
  56. <servers />
  57. </component>
  58. <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" />
  59. <component name="ProjectId" id="1t9ayBomwX2l3GsjJkQbaIfEWf9" />
  60. <component name="ProjectInspectionProfilesVisibleTreeState">
  61. <entry key="Project Default">
  62. <profile-state>
  63. <expanded-state>
  64. <State>
  65. <id />
  66. </State>
  67. <State>
  68. <id>Abstraction issuesJava</id>
  69. </State>
  70. <State>
  71. <id>Control flow issuesJava</id>
  72. </State>
  73. <State>
  74. <id>Google Web Toolkit issues</id>
  75. </State>
  76. <State>
  77. <id>Java</id>
  78. </State>
  79. <State>
  80. <id>Logging issuesJava</id>
  81. </State>
  82. <State>
  83. <id>Memory issuesJava</id>
  84. </State>
  85. <State>
  86. <id>Security issuesJava</id>
  87. </State>
  88. <State>
  89. <id>Serialization issuesJava</id>
  90. </State>
  91. </expanded-state>
  92. <selected-state>
  93. <State>
  94. <id>SerializableHasSerialVersionUIDField</id>
  95. </State>
  96. </selected-state>
  97. </profile-state>
  98. </entry>
  99. </component>
  100. <component name="ProjectLevelVcsManager">
  101. <ConfirmationsSetting value="2" id="Add" />
  102. </component>
  103. <component name="PropertiesComponent">
  104. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  105. <property name="WebServerToolWindowFactoryState" value="false" />
  106. <property name="aspect.path.notification.shown" value="true" />
  107. <property name="last_opened_file_path" value="$PROJECT_DIR$/business/private-docker/mongo/data" />
  108. <property name="nodejs_interpreter_path" value="/usr/local/bin/node" />
  109. <property name="project.structure.last.edited" value="SDKs" />
  110. <property name="project.structure.proportion" value="0.15" />
  111. <property name="project.structure.side.proportion" value="0.2" />
  112. <property name="settings.editor.selected.configurable" value="Errors" />
  113. </component>
  114. <component name="RecentsManager">
  115. <key name="MoveFile.RECENT_KEYS">
  116. <recent name="$PROJECT_DIR$/business/private-docker" />
  117. <recent name="$PROJECT_DIR$/business" />
  118. </key>
  119. <key name="CopyFile.RECENT_KEYS">
  120. <recent name="$PROJECT_DIR$/business/private-docker/mongo/data" />
  121. <recent name="$PROJECT_DIR$/business/TestFileSystem" />
  122. <recent name="$PROJECT_DIR$/business" />
  123. <recent name="$PROJECT_DIR$/crowd/nginx" />
  124. <recent name="$PROJECT_DIR$/crowd" />
  125. </key>
  126. </component>
  127. <component name="RunDashboard">
  128. <option name="ruleStates">
  129. <list>
  130. <RuleState>
  131. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  132. </RuleState>
  133. <RuleState>
  134. <option name="name" value="StatusDashboardGroupingRule" />
  135. </RuleState>
  136. </list>
  137. </option>
  138. </component>
  139. <component name="RunManager">
  140. <configuration default="true" type="Applet">
  141. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  142. <method v="2">
  143. <option name="Make" enabled="true" />
  144. </method>
  145. </configuration>
  146. <configuration default="true" type="Application" factoryName="Application">
  147. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  148. <method v="2">
  149. <option name="Make" enabled="true" />
  150. </method>
  151. </configuration>
  152. <configuration default="true" type="JUnit" factoryName="JUnit">
  153. <option name="TEST_OBJECT" value="class" />
  154. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  155. <method v="2">
  156. <option name="Make" enabled="true" />
  157. </method>
  158. </configuration>
  159. <configuration default="true" type="TestNG">
  160. <option name="TEST_OBJECT" value="CLASS" />
  161. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  162. <properties />
  163. <listeners />
  164. <method v="2">
  165. <option name="Make" enabled="true" />
  166. </method>
  167. </configuration>
  168. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType">
  169. <module name="" />
  170. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  171. <option name="PROGRAM_PARAMETERS" />
  172. <predefined_log_file enabled="true" id="idea.log" />
  173. <method v="2">
  174. <option name="Make" enabled="true" />
  175. </method>
  176. </configuration>
  177. </component>
  178. <component name="SvnConfiguration">
  179. <configuration />
  180. </component>
  181. <component name="TaskManager">
  182. <task active="true" id="Default" summary="Default task">
  183. <changelist id="41dc853c-f418-44c7-ba5d-2164f3f0373a" name="Default" comment="" />
  184. <created>1609748652281</created>
  185. <option name="number" value="Default" />
  186. <option name="presentableId" value="Default" />
  187. <updated>1609748652281</updated>
  188. <workItem from="1609748653778" duration="1478000" />
  189. <workItem from="1609912656825" duration="1914000" />
  190. <workItem from="1610086639770" duration="1946000" />
  191. <workItem from="1610264520879" duration="862000" />
  192. <workItem from="1610343907658" duration="548000" />
  193. <workItem from="1618465186243" duration="1756000" />
  194. <workItem from="1622184011904" duration="10583000" />
  195. </task>
  196. <servers />
  197. </component>
  198. <component name="TypeScriptGeneratedFilesManager">
  199. <option name="version" value="1" />
  200. </component>
  201. <component name="UnknownFeatures">
  202. <option featureType="com.intellij.fileTypeFactory" implementationName="*.sh" />
  203. </component>
  204. <component name="Vcs.Log.Tabs.Properties">
  205. <option name="TAB_STATES">
  206. <map>
  207. <entry key="MAIN">
  208. <value>
  209. <State />
  210. </value>
  211. </entry>
  212. </map>
  213. </option>
  214. </component>
  215. <component name="masterDetails">
  216. <states>
  217. <state key="ArquillianSettingsConfigurable.UI">
  218. <settings>
  219. <splitter-proportions>
  220. <option name="proportions">
  221. <list>
  222. <option value="0.2" />
  223. </list>
  224. </option>
  225. </splitter-proportions>
  226. </settings>
  227. </state>
  228. <state key="GlobalLibrariesConfigurable.UI">
  229. <settings>
  230. <splitter-proportions>
  231. <option name="proportions">
  232. <list>
  233. <option value="0.2" />
  234. </list>
  235. </option>
  236. </splitter-proportions>
  237. </settings>
  238. </state>
  239. <state key="JdkListConfigurable.UI">
  240. <settings>
  241. <last-edited>1.8</last-edited>
  242. <splitter-proportions>
  243. <option name="proportions">
  244. <list>
  245. <option value="0.2" />
  246. </list>
  247. </option>
  248. </splitter-proportions>
  249. </settings>
  250. </state>
  251. <state key="ProjectJDKs.UI">
  252. <settings>
  253. <last-edited>1.8</last-edited>
  254. <splitter-proportions>
  255. <option name="proportions">
  256. <list>
  257. <option value="0.2" />
  258. </list>
  259. </option>
  260. </splitter-proportions>
  261. </settings>
  262. </state>
  263. <state key="ProjectLibrariesConfigurable.UI">
  264. <settings>
  265. <splitter-proportions>
  266. <option name="proportions">
  267. <list>
  268. <option value="0.2" />
  269. </list>
  270. </option>
  271. </splitter-proportions>
  272. </settings>
  273. </state>
  274. </states>
  275. </component>
  276. </project>