workspace.xml 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="ef20ba5b-227b-41da-a51c-f2df5fceffa3" name="Default Changelist" comment="">
  5. <change beforePath="$PROJECT_DIR$/../org-admin/angular.json" beforeDir="false" afterPath="$PROJECT_DIR$/../org-admin/angular.json" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/../org-admin/src/environments/environment.prod.ts" beforeDir="false" afterPath="$PROJECT_DIR$/../org-admin/src/environments/environment.prod.ts" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/../org-admin/src/environments/environment.ts" beforeDir="false" afterPath="$PROJECT_DIR$/../org-admin/src/environments/environment.ts" afterDir="false" />
  8. </list>
  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="CodeStyleSettingsInfer">
  15. <option name="done" value="true" />
  16. </component>
  17. <component name="DatabaseView">
  18. <option name="SHOW_INTERMEDIATE" value="true" />
  19. <option name="GROUP_DATA_SOURCES" value="true" />
  20. <option name="GROUP_SCHEMA" value="true" />
  21. <option name="GROUP_CONTENTS" value="false" />
  22. <option name="SORT_POSITIONED" value="false" />
  23. <option name="SHOW_EMPTY_GROUPS" value="false" />
  24. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  25. <option name="HIDDEN_KINDS">
  26. <set />
  27. </option>
  28. <expand />
  29. <select />
  30. </component>
  31. <component name="Git.Settings">
  32. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../../.." />
  33. </component>
  34. <component name="MavenImportPreferences">
  35. <option name="generalSettings">
  36. <MavenGeneralSettings>
  37. <option name="mavenHome" value="$MAVEN_REPOSITORY$" />
  38. <option name="userSettingsFile" value="D:\MavenRepo\settings.xml" />
  39. </MavenGeneralSettings>
  40. </option>
  41. <option name="importingSettings">
  42. <MavenImportingSettings>
  43. <option name="importAutomatically" value="true" />
  44. <option name="jdkForImporter" value="1.8" />
  45. </MavenImportingSettings>
  46. </option>
  47. </component>
  48. <component name="ProjectCodeStyleSettingsMigration">
  49. <option name="version" value="1" />
  50. </component>
  51. <component name="ProjectId" id="1jo5UMjksntskInPTK3je3zkoL0" />
  52. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  53. <component name="ProjectViewState">
  54. <option name="hideEmptyMiddlePackages" value="true" />
  55. <option name="showExcludedFiles" value="true" />
  56. <option name="showLibraryContents" value="true" />
  57. </component>
  58. <component name="PropertiesComponent">
  59. <property name="DatabaseDriversLRU" value="oracle&#10;mysql" />
  60. <property name="RequestMappingsPanelOrder0" value="0" />
  61. <property name="RequestMappingsPanelOrder1" value="1" />
  62. <property name="RequestMappingsPanelWidth0" value="75" />
  63. <property name="RequestMappingsPanelWidth1" value="75" />
  64. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  65. <property name="WebServerToolWindowFactoryState" value="false" />
  66. <property name="aspect.path.notification.shown" value="true" />
  67. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  68. <property name="node.js.detected.package.eslint" value="true" />
  69. <property name="node.js.detected.package.tslint" value="true" />
  70. <property name="node.js.path.for.package.eslint" value="project" />
  71. <property name="node.js.path.for.package.tslint" value="project" />
  72. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  73. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  74. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  75. </component>
  76. <component name="RunManager" selected="Spring Boot.AakManagerApplication">
  77. <configuration name="AakAdminApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  78. <module name="aak-admin" />
  79. <option name="SPRING_BOOT_MAIN_CLASS" value="com.anlovek.admin.AakAdminApplication" />
  80. <method v="2">
  81. <option name="Make" enabled="true" />
  82. </method>
  83. </configuration>
  84. <configuration name="AakAppApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  85. <module name="aak-app" />
  86. <option name="SPRING_BOOT_MAIN_CLASS" value="com.anlovek.app.AakAppApplication" />
  87. <method v="2">
  88. <option name="Make" enabled="true" />
  89. </method>
  90. </configuration>
  91. <configuration name="AakCivilApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  92. <module name="aak-civil" />
  93. <option name="SPRING_BOOT_MAIN_CLASS" value="com.anlovek.civil.AakCivilApplication" />
  94. <method v="2">
  95. <option name="Make" enabled="true" />
  96. </method>
  97. </configuration>
  98. <configuration name="AakCoreServiceApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  99. <module name="aak-core-service" />
  100. <option name="SPRING_BOOT_MAIN_CLASS" value="com.anlovek.AakCoreServiceApplication" />
  101. <method v="2">
  102. <option name="Make" enabled="true" />
  103. </method>
  104. </configuration>
  105. <configuration name="AakDasApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  106. <module name="aak-das" />
  107. <option name="SPRING_BOOT_MAIN_CLASS" value="com.anlovek.das.AakDasApplication" />
  108. <method v="2">
  109. <option name="Make" enabled="true" />
  110. </method>
  111. </configuration>
  112. <configuration name="AakManagerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  113. <module name="aak-saas" />
  114. <option name="SPRING_BOOT_MAIN_CLASS" value="com.anlovek.saas.AakManagerApplication" />
  115. <method v="2">
  116. <option name="Make" enabled="true" />
  117. </method>
  118. </configuration>
  119. <configuration name="AakNersingApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  120. <module name="aak-nersing" />
  121. <option name="SPRING_BOOT_MAIN_CLASS" value="com.anlovek.nersing.AakNersingApplication" />
  122. <method v="2">
  123. <option name="Make" enabled="true" />
  124. </method>
  125. </configuration>
  126. <configuration name="AakServiceCenterApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  127. <module name="aak-service-center" />
  128. <option name="SPRING_BOOT_MAIN_CLASS" value="com.anlovek.microservice.servicecenter.AakServiceCenterApplication" />
  129. <method v="2">
  130. <option name="Make" enabled="true" />
  131. </method>
  132. </configuration>
  133. <configuration name="AakTaskServiceApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  134. <module name="aak-task-service" />
  135. <option name="SPRING_BOOT_MAIN_CLASS" value="com.anlovek.AakTaskServiceApplication" />
  136. <method v="2">
  137. <option name="Make" enabled="true" />
  138. </method>
  139. </configuration>
  140. </component>
  141. <component name="SvnConfiguration">
  142. <configuration />
  143. </component>
  144. <component name="TaskManager">
  145. <task active="true" id="Default" summary="Default task">
  146. <changelist id="ef20ba5b-227b-41da-a51c-f2df5fceffa3" name="Default Changelist" comment="" />
  147. <created>1604457618416</created>
  148. <option name="number" value="Default" />
  149. <option name="presentableId" value="Default" />
  150. <updated>1604457618416</updated>
  151. <workItem from="1604457619972" duration="10536000" />
  152. <workItem from="1604538711643" duration="37000" />
  153. <workItem from="1604994810299" duration="417000" />
  154. <workItem from="1604996496482" duration="8000" />
  155. <workItem from="1604999483940" duration="4734000" />
  156. <workItem from="1605187175559" duration="3419000" />
  157. <workItem from="1605248953737" duration="8838000" />
  158. <workItem from="1605665310593" duration="2637000" />
  159. <workItem from="1605669207953" duration="6148000" />
  160. <workItem from="1605714305539" duration="225000" />
  161. <workItem from="1605753990451" duration="3333000" />
  162. <workItem from="1605929031250" duration="2917000" />
  163. <workItem from="1605950777212" duration="1160000" />
  164. <workItem from="1606290189743" duration="679000" />
  165. <workItem from="1606358536606" duration="47000" />
  166. <workItem from="1606899823128" duration="696000" />
  167. <workItem from="1606903227139" duration="1679000" />
  168. <workItem from="1606957775557" duration="1113000" />
  169. <workItem from="1607310953483" duration="3373000" />
  170. <workItem from="1607916489724" duration="49000" />
  171. <workItem from="1607916645086" duration="17000" />
  172. <workItem from="1607916692992" duration="7000" />
  173. <workItem from="1607916863330" duration="11000" />
  174. <workItem from="1607933918493" duration="1083000" />
  175. <workItem from="1607936678668" duration="149000" />
  176. <workItem from="1610178132963" duration="1578000" />
  177. <workItem from="1610184741352" duration="228000" />
  178. <workItem from="1610779613258" duration="900000" />
  179. </task>
  180. <servers />
  181. </component>
  182. <component name="TypeScriptGeneratedFilesManager">
  183. <option name="version" value="1" />
  184. </component>
  185. <component name="Vcs.Log.Tabs.Properties">
  186. <option name="TAB_STATES">
  187. <map>
  188. <entry key="MAIN">
  189. <value>
  190. <State>
  191. <option name="COLUMN_ORDER" />
  192. </State>
  193. </value>
  194. </entry>
  195. </map>
  196. </option>
  197. </component>
  198. </project>