拓恒统一认证授权服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

workspace.xml 10KB

1 anno fa
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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="3d625d39-e01c-4cdb-a118-b6b850d2db2a" name="Changes" comment="first commit" />
  8. <option name="SHOW_DIALOG" value="false" />
  9. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  10. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  11. <option name="LAST_RESOLUTION" value="IGNORE" />
  12. </component>
  13. <component name="FileTemplateManagerImpl">
  14. <option name="RECENT_TEMPLATES">
  15. <list>
  16. <option value="Class" />
  17. <option value="FxmlFile" />
  18. </list>
  19. </option>
  20. </component>
  21. <component name="Git.Settings">
  22. <option name="RECENT_BRANCH_BY_REPOSITORY">
  23. <map>
  24. <entry key="$PROJECT_DIR$" value="master" />
  25. </map>
  26. </option>
  27. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  28. </component>
  29. <component name="MarkdownSettingsMigration">
  30. <option name="stateVersion" value="1" />
  31. </component>
  32. <component name="MavenImportPreferences">
  33. <option name="generalSettings">
  34. <MavenGeneralSettings>
  35. <option name="localRepository" value="D:\mvn_repository" />
  36. <option name="mavenHome" value="Use Maven wrapper" />
  37. <option name="showDialogWithAdvancedSettings" value="true" />
  38. <option name="useMavenConfig" value="true" />
  39. <option name="userSettingsFile" value="D:\Software\apache-maven-3.6.1\conf\settings.xml" />
  40. </MavenGeneralSettings>
  41. </option>
  42. <option name="enabledProfiles">
  43. <list>
  44. <option value="local" />
  45. </list>
  46. </option>
  47. </component>
  48. <component name="ProjectId" id="2FKcrEf74Sqqi7h9gH28BU8Eb7a" />
  49. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  50. <component name="ProjectViewState">
  51. <option name="hideEmptyMiddlePackages" value="true" />
  52. <option name="showExcludedFiles" value="false" />
  53. <option name="showLibraryContents" value="true" />
  54. </component>
  55. <component name="PropertiesComponent"><![CDATA[{
  56. "keyToString": {
  57. "RequestMappingsPanelOrder0": "0",
  58. "RequestMappingsPanelOrder1": "1",
  59. "RequestMappingsPanelWidth0": "75",
  60. "RequestMappingsPanelWidth1": "75",
  61. "RunOnceActivity.OpenProjectViewOnStart": "true",
  62. "RunOnceActivity.ShowReadmeOnStart": "true",
  63. "WebServerToolWindowFactoryState": "false",
  64. "jdk.selected.JAVA_MODULE": "1.8",
  65. "last_directory_selection": "D:/TH_workspace/tuoheng_oidc/Spring_Authorization_Server/src/test/java",
  66. "last_opened_file_path": "D:/TH_workspace/tuoheng_oidc/Spring_Authorization_Server/src/main/resources",
  67. "nodejs_package_manager_path": "npm",
  68. "project.structure.last.edited": "Modules",
  69. "project.structure.proportion": "0.15",
  70. "project.structure.side.proportion": "0.3348666",
  71. "settings.editor.selected.configurable": "MavenSettings",
  72. "spring.configuration.checksum": "4aaf3b561721ae338572fef3b1b36b8c"
  73. }
  74. }]]></component>
  75. <component name="RecentsManager">
  76. <key name="CopyFile.RECENT_KEYS">
  77. <recent name="D:\TH_workspace\tuoheng_oidc\Spring_Authorization_Server\src\main\resources" />
  78. </key>
  79. <key name="CopyClassDialog.RECENTS_KEY">
  80. <recent name="com.tuoheng.until" />
  81. </key>
  82. </component>
  83. <component name="RunManager" selected="Spring Boot.SpringAuthorizationServerApplication">
  84. <configuration name="CryptoUtil" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  85. <option name="MAIN_CLASS_NAME" value="com.tuoheng.until.CryptoUtil" />
  86. <module name="Spring_Authorization_Server" />
  87. <extension name="coverage">
  88. <pattern>
  89. <option name="PATTERN" value="com.tuoheng.until.*" />
  90. <option name="ENABLED" value="true" />
  91. </pattern>
  92. </extension>
  93. <method v="2">
  94. <option name="Make" enabled="true" />
  95. </method>
  96. </configuration>
  97. <configuration name="ApplicationTests" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  98. <module name="Spring_Authorization_Server" />
  99. <extension name="coverage">
  100. <pattern>
  101. <option name="PATTERN" value="com.tuoheng.config.*" />
  102. <option name="ENABLED" value="true" />
  103. </pattern>
  104. </extension>
  105. <option name="PACKAGE_NAME" value="com.tuoheng.config" />
  106. <option name="MAIN_CLASS_NAME" value="com.tuoheng.config.ApplicationTests" />
  107. <option name="TEST_OBJECT" value="class" />
  108. <method v="2">
  109. <option name="Make" enabled="true" />
  110. </method>
  111. </configuration>
  112. <configuration name="SpringAuthorizationServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  113. <module name="Spring_Authorization_Server" />
  114. <option name="SPRING_BOOT_MAIN_CLASS" value="com.tuoheng.SpringAuthorizationServerApplication" />
  115. <method v="2">
  116. <option name="Make" enabled="true" />
  117. </method>
  118. </configuration>
  119. <recent_temporary>
  120. <list>
  121. <item itemvalue="JUnit.ApplicationTests" />
  122. <item itemvalue="Application.CryptoUtil" />
  123. </list>
  124. </recent_temporary>
  125. </component>
  126. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  127. <component name="TaskManager">
  128. <task active="true" id="Default" summary="Default task">
  129. <changelist id="3d625d39-e01c-4cdb-a118-b6b850d2db2a" name="Changes" comment="" />
  130. <created>1664244413973</created>
  131. <option name="number" value="Default" />
  132. <option name="presentableId" value="Default" />
  133. <updated>1664244413973</updated>
  134. <workItem from="1664244415262" duration="6124000" />
  135. <workItem from="1664262363401" duration="7308000" />
  136. <workItem from="1664277836289" duration="66000" />
  137. <workItem from="1664324718566" duration="19196000" />
  138. <workItem from="1664410795083" duration="15879000" />
  139. <workItem from="1664497850782" duration="24541000" />
  140. <workItem from="1665190006394" duration="12411000" />
  141. </task>
  142. <task id="LOCAL-00001" summary="first commit">
  143. <created>1664245217656</created>
  144. <option name="number" value="00001" />
  145. <option name="presentableId" value="LOCAL-00001" />
  146. <option name="project" value="LOCAL" />
  147. <updated>1664245217656</updated>
  148. </task>
  149. <task id="LOCAL-00002" summary="first commit">
  150. <created>1664245344567</created>
  151. <option name="number" value="00002" />
  152. <option name="presentableId" value="LOCAL-00002" />
  153. <option name="project" value="LOCAL" />
  154. <updated>1664245344567</updated>
  155. </task>
  156. <task id="LOCAL-00003" summary="first commit">
  157. <created>1664266153862</created>
  158. <option name="number" value="00003" />
  159. <option name="presentableId" value="LOCAL-00003" />
  160. <option name="project" value="LOCAL" />
  161. <updated>1664266153862</updated>
  162. </task>
  163. <task id="LOCAL-00004" summary="first commit">
  164. <created>1664270850485</created>
  165. <option name="number" value="00004" />
  166. <option name="presentableId" value="LOCAL-00004" />
  167. <option name="project" value="LOCAL" />
  168. <updated>1664270850485</updated>
  169. </task>
  170. <task id="LOCAL-00005" summary="first commit">
  171. <created>1664328605978</created>
  172. <option name="number" value="00005" />
  173. <option name="presentableId" value="LOCAL-00005" />
  174. <option name="project" value="LOCAL" />
  175. <updated>1664328605978</updated>
  176. </task>
  177. <task id="LOCAL-00006" summary="first commit">
  178. <created>1664332370111</created>
  179. <option name="number" value="00006" />
  180. <option name="presentableId" value="LOCAL-00006" />
  181. <option name="project" value="LOCAL" />
  182. <updated>1664332370111</updated>
  183. </task>
  184. <task id="LOCAL-00007" summary="first commit">
  185. <created>1664342000639</created>
  186. <option name="number" value="00007" />
  187. <option name="presentableId" value="LOCAL-00007" />
  188. <option name="project" value="LOCAL" />
  189. <updated>1664342000639</updated>
  190. </task>
  191. <task id="LOCAL-00008" summary="first commit">
  192. <created>1664415968397</created>
  193. <option name="number" value="00008" />
  194. <option name="presentableId" value="LOCAL-00008" />
  195. <option name="project" value="LOCAL" />
  196. <updated>1664415968398</updated>
  197. </task>
  198. <task id="LOCAL-00009" summary="first commit">
  199. <created>1664416192991</created>
  200. <option name="number" value="00009" />
  201. <option name="presentableId" value="LOCAL-00009" />
  202. <option name="project" value="LOCAL" />
  203. <updated>1664416192991</updated>
  204. </task>
  205. <task id="LOCAL-00010" summary="first commit">
  206. <created>1664501707719</created>
  207. <option name="number" value="00010" />
  208. <option name="presentableId" value="LOCAL-00010" />
  209. <option name="project" value="LOCAL" />
  210. <updated>1664501707719</updated>
  211. </task>
  212. <task id="LOCAL-00011" summary="first commit">
  213. <created>1664516181337</created>
  214. <option name="number" value="00011" />
  215. <option name="presentableId" value="LOCAL-00011" />
  216. <option name="project" value="LOCAL" />
  217. <updated>1664516181337</updated>
  218. </task>
  219. <task id="LOCAL-00012" summary="first commit">
  220. <created>1665195189771</created>
  221. <option name="number" value="00012" />
  222. <option name="presentableId" value="LOCAL-00012" />
  223. <option name="project" value="LOCAL" />
  224. <updated>1665195189771</updated>
  225. </task>
  226. <task id="LOCAL-00013" summary="first commit">
  227. <created>1665195248223</created>
  228. <option name="number" value="00013" />
  229. <option name="presentableId" value="LOCAL-00013" />
  230. <option name="project" value="LOCAL" />
  231. <updated>1665195248223</updated>
  232. </task>
  233. <option name="localTasksCounter" value="14" />
  234. <servers />
  235. </component>
  236. <component name="TypeScriptGeneratedFilesManager">
  237. <option name="version" value="3" />
  238. </component>
  239. <component name="Vcs.Log.Tabs.Properties">
  240. <option name="TAB_STATES">
  241. <map>
  242. <entry key="MAIN">
  243. <value>
  244. <State />
  245. </value>
  246. </entry>
  247. </map>
  248. </option>
  249. </component>
  250. <component name="VcsManagerConfiguration">
  251. <MESSAGE value="first commit" />
  252. <option name="LAST_COMMIT_MESSAGE" value="first commit" />
  253. </component>
  254. </project>