workspace.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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="326a92dc-2aca-48b4-b27d-074155546838" name="Changes" comment="初始化">
  8. <change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/node_modules/call-bind/.eslintrc" beforeDir="false" />
  11. <change beforePath="$PROJECT_DIR$/node_modules/call-bind/.nycrc" beforeDir="false" />
  12. <change beforePath="$PROJECT_DIR$/node_modules/call-bind/README.md" beforeDir="false" />
  13. <change beforePath="$PROJECT_DIR$/node_modules/call-bind/index.js" beforeDir="false" />
  14. <change beforePath="$PROJECT_DIR$/node_modules/call-bind/test/index.js" beforeDir="false" />
  15. <change beforePath="$PROJECT_DIR$/node_modules/function-bind/.github/SECURITY.md" beforeDir="false" />
  16. <change beforePath="$PROJECT_DIR$/node_modules/function-bind/CHANGELOG.md" beforeDir="false" />
  17. <change beforePath="$PROJECT_DIR$/node_modules/function-bind/index.js" beforeDir="false" />
  18. <change beforePath="$PROJECT_DIR$/node_modules/function-bind/package.json" beforeDir="false" />
  19. <change beforePath="$PROJECT_DIR$/node_modules/function-bind/test/index.js" beforeDir="false" />
  20. <change beforePath="$PROJECT_DIR$/node_modules/get-intrinsic/.github/FUNDING.yml" beforeDir="false" />
  21. <change beforePath="$PROJECT_DIR$/node_modules/get-intrinsic/CHANGELOG.md" beforeDir="false" />
  22. <change beforePath="$PROJECT_DIR$/node_modules/get-intrinsic/README.md" beforeDir="false" />
  23. <change beforePath="$PROJECT_DIR$/node_modules/get-intrinsic/package.json" beforeDir="false" />
  24. <change beforePath="$PROJECT_DIR$/node_modules/get-intrinsic/test/GetIntrinsic.js" beforeDir="false" />
  25. <change beforePath="$PROJECT_DIR$/node_modules/has-proto/LICENSE" beforeDir="false" />
  26. <change beforePath="$PROJECT_DIR$/node_modules/has-proto/README.md" beforeDir="false" />
  27. <change beforePath="$PROJECT_DIR$/node_modules/has-proto/index.js" beforeDir="false" />
  28. <change beforePath="$PROJECT_DIR$/node_modules/has-symbols/CHANGELOG.md" beforeDir="false" />
  29. <change beforePath="$PROJECT_DIR$/node_modules/has-symbols/LICENSE" beforeDir="false" />
  30. <change beforePath="$PROJECT_DIR$/node_modules/has-symbols/index.js" beforeDir="false" />
  31. <change beforePath="$PROJECT_DIR$/node_modules/has-symbols/test/index.js" beforeDir="false" />
  32. <change beforePath="$PROJECT_DIR$/node_modules/has-symbols/test/tests.js" beforeDir="false" />
  33. <change beforePath="$PROJECT_DIR$/node_modules/has/README.md" beforeDir="false" />
  34. <change beforePath="$PROJECT_DIR$/node_modules/has/src/index.js" beforeDir="false" />
  35. <change beforePath="$PROJECT_DIR$/node_modules/has/test/index.js" beforeDir="false" />
  36. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/.eslintrc" beforeDir="false" />
  37. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/.github/FUNDING.yml" beforeDir="false" />
  38. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/CHANGELOG.md" beforeDir="false" />
  39. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/example/circular.js" beforeDir="false" />
  40. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/example/fn.js" beforeDir="false" />
  41. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/example/inspect.js" beforeDir="false" />
  42. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/package.json" beforeDir="false" />
  43. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/bigint.js" beforeDir="false" />
  44. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/fn.js" beforeDir="false" />
  45. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/has.js" beforeDir="false" />
  46. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/holes.js" beforeDir="false" />
  47. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/indent-option.js" beforeDir="false" />
  48. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/inspect.js" beforeDir="false" />
  49. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/lowbyte.js" beforeDir="false" />
  50. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/quoteStyle.js" beforeDir="false" />
  51. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/toStringTag.js" beforeDir="false" />
  52. <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/undef.js" beforeDir="false" />
  53. <change beforePath="$PROJECT_DIR$/node_modules/qs/.editorconfig" beforeDir="false" />
  54. <change beforePath="$PROJECT_DIR$/node_modules/qs/.github/FUNDING.yml" beforeDir="false" />
  55. <change beforePath="$PROJECT_DIR$/node_modules/qs/dist/qs.js" beforeDir="false" />
  56. <change beforePath="$PROJECT_DIR$/node_modules/qs/lib/formats.js" beforeDir="false" />
  57. <change beforePath="$PROJECT_DIR$/node_modules/qs/lib/index.js" beforeDir="false" />
  58. <change beforePath="$PROJECT_DIR$/node_modules/side-channel/.eslintrc" beforeDir="false" />
  59. <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-1920e83e.66b472f3.css" beforeDir="false" />
  60. <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-21b1e0a4.1cb5a416.css" beforeDir="false" />
  61. <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-2d9315d5.c67e3570.css" beforeDir="false" />
  62. <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-681fe3f7.0288454d.css" beforeDir="false" />
  63. <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-7c4bc74f.88a0774e.css" beforeDir="false" />
  64. <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-c5cae18e.50a74839.css" beforeDir="false" />
  65. <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-fb7f4554.88cc779a.css" beforeDir="false" />
  66. <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/index.ad94901e.css" beforeDir="false" />
  67. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-03cab8d0.deb95364.js" beforeDir="false" />
  68. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-07ef3d2f.5601080c.js" beforeDir="false" />
  69. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-089b95c6.83156f20.js" beforeDir="false" />
  70. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-1920e83e.f8af792c.js" beforeDir="false" />
  71. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-21b1e0a4.2d3ae3b4.js" beforeDir="false" />
  72. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2b5a68c2.d18ebc1a.js" beforeDir="false" />
  73. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2cf504cd.d3f035a7.js" beforeDir="false" />
  74. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d0ae929.ac235f93.js" beforeDir="false" />
  75. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d0bd3f2.3490a85d.js" beforeDir="false" />
  76. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d0ceb25.0f9eab8c.js" beforeDir="false" />
  77. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d0de675.17ce72c9.js" beforeDir="false" />
  78. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d0e5357.b22ae6c0.js" beforeDir="false" />
  79. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d209799.c6d20e1a.js" beforeDir="false" />
  80. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d216d59.9b1cf3d0.js" beforeDir="false" />
  81. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d21df4a.227f925c.js" beforeDir="false" />
  82. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d22e115.cc3c45cc.js" beforeDir="false" />
  83. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d2389c6.3357c398.js" beforeDir="false" />
  84. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d9315d5.3a16dde3.js" beforeDir="false" />
  85. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-30501d60.af57e478.js" beforeDir="false" />
  86. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-3465d985.8bff0243.js" beforeDir="false" />
  87. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-3e9b421a.b866da22.js" beforeDir="false" />
  88. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-4d98f290.de5ea271.js" beforeDir="false" />
  89. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-4f8857c3.07c40504.js" beforeDir="false" />
  90. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-559d03c5.d9e00778.js" beforeDir="false" />
  91. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-681fe3f7.52d924b3.js" beforeDir="false" />
  92. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-6d7e8972.382e0513.js" beforeDir="false" />
  93. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-7c4bc74f.ad36a83a.js" beforeDir="false" />
  94. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-7d8ac2a4.dda3094e.js" beforeDir="false" />
  95. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-a85c37a2.3d6e1f00.js" beforeDir="false" />
  96. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-c5cae18e.83595ac4.js" beforeDir="false" />
  97. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-cfd0b9d4.9c239f77.js" beforeDir="false" />
  98. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-f4dab50a.c3b978b8.js" beforeDir="false" />
  99. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-fb7f4554.b4624e66.js" beforeDir="false" />
  100. <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/index.d274700e.js" beforeDir="false" />
  101. <change beforePath="$PROJECT_DIR$/ui/dist/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/ui/dist/index.html" afterDir="false" />
  102. </list>
  103. <option name="SHOW_DIALOG" value="false" />
  104. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  105. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  106. <option name="LAST_RESOLUTION" value="IGNORE" />
  107. </component>
  108. <component name="FileTemplateManagerImpl">
  109. <option name="RECENT_TEMPLATES">
  110. <list>
  111. <option value="Interface" />
  112. <option value="Class" />
  113. </list>
  114. </option>
  115. </component>
  116. <component name="Git.Settings">
  117. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  118. </component>
  119. <component name="HighlightingSettingsPerFile">
  120. <setting file="jar://$MAVEN_REPOSITORY$/cn/dev33/sa-token-core/1.30.0/sa-token-core-1.30.0-sources.jar!/cn/dev33/satoken/stp/StpLogic.java" root0="FORCE_HIGHLIGHTING" />
  121. </component>
  122. <component name="MarkdownSettingsMigration">
  123. <option name="stateVersion" value="1" />
  124. </component>
  125. <component name="MavenImportPreferences">
  126. <option name="generalSettings">
  127. <MavenGeneralSettings>
  128. <option name="localRepository" value="C:\Users\jy\.m2\repository" />
  129. <option name="mavenHome" value="$PROJECT_DIR$/../../tools/apache-maven-3.5.3" />
  130. <option name="userSettingsFile" value="C:\Users\jy\.m2\v3-sertting\settings.xml" />
  131. </MavenGeneralSettings>
  132. </option>
  133. </component>
  134. <component name="ProjectColorInfo">{
  135. &quot;associatedIndex&quot;: 2
  136. }</component>
  137. <component name="ProjectId" id="2WbdHaFF9nWPVEyYgtOwFr1iph9" />
  138. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  139. <component name="ProjectViewState">
  140. <option name="hideEmptyMiddlePackages" value="true" />
  141. <option name="showLibraryContents" value="true" />
  142. </component>
  143. <component name="PropertiesComponent">{
  144. &quot;keyToString&quot;: {
  145. &quot;ASKED_MARK_IGNORED_FILES_AS_EXCLUDED&quot;: &quot;true&quot;,
  146. &quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
  147. &quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
  148. &quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
  149. &quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
  150. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  151. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  152. &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
  153. &quot;git-widget-placeholder&quot;: &quot;master&quot;,
  154. &quot;last_opened_file_path&quot;: &quot;D:/code/pfr&quot;,
  155. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  156. &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
  157. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  158. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  159. &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
  160. &quot;project.structure.last.edited&quot;: &quot;Project&quot;,
  161. &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
  162. &quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
  163. &quot;settings.editor.selected.configurable&quot;: &quot;MavenSettings&quot;,
  164. &quot;ts.external.directory.path&quot;: &quot;D:\\idea2023\\plugins\\javascript-impl\\jsLanguageServicesImpl\\external&quot;,
  165. &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  166. }
  167. }</component>
  168. <component name="RecentsManager">
  169. <key name="CopyFile.RECENT_KEYS">
  170. <recent name="D:\code\pfr" />
  171. <recent name="D:\test\ssi-satoken\ui\src\assets\images\bg" />
  172. <recent name="D:\test\ssi-satoken\ui\src\assets" />
  173. <recent name="D:\test\ssi-satoken\ui\src\views\largeScreen" />
  174. </key>
  175. <key name="CopyClassDialog.RECENTS_KEY">
  176. <recent name="com.jiayue.ssi.aspectj" />
  177. <recent name="com.jiayue.ssi.annotation" />
  178. <recent name="com.jiayue.ssi.filter" />
  179. </key>
  180. </component>
  181. <component name="RunManager" selected="npm.run dev">
  182. <configuration name="AesGen" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  183. <option name="MAIN_CLASS_NAME" value="com.jiayue.pfr.AesGen" />
  184. <module name="backend" />
  185. <extension name="coverage">
  186. <pattern>
  187. <option name="PATTERN" value="com.jiayue.pfr.*" />
  188. <option name="ENABLED" value="true" />
  189. </pattern>
  190. </extension>
  191. <method v="2">
  192. <option name="Make" enabled="true" />
  193. </method>
  194. </configuration>
  195. <configuration name="SsiApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  196. <module name="backend" />
  197. <option name="SPRING_BOOT_MAIN_CLASS" value="com.jiayue.pfr.SsiApplication" />
  198. <method v="2">
  199. <option name="Make" enabled="true" />
  200. </method>
  201. </configuration>
  202. <configuration name="run dev" type="js.build_tools.npm">
  203. <package-json value="$PROJECT_DIR$/ui/package.json" />
  204. <command value="run" />
  205. <scripts>
  206. <script value="dev" />
  207. </scripts>
  208. <node-interpreter value="project" />
  209. <envs />
  210. <method v="2" />
  211. </configuration>
  212. <list>
  213. <item itemvalue="Application.AesGen" />
  214. <item itemvalue="npm.run dev" />
  215. <item itemvalue="Spring Boot.SsiApplication" />
  216. </list>
  217. <recent_temporary>
  218. <list>
  219. <item itemvalue="Application.AesGen" />
  220. </list>
  221. </recent_temporary>
  222. </component>
  223. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  224. <component name="TaskManager">
  225. <task active="true" id="Default" summary="Default task">
  226. <changelist id="326a92dc-2aca-48b4-b27d-074155546838" name="Changes" comment="" />
  227. <created>1697005127649</created>
  228. <option name="number" value="Default" />
  229. <option name="presentableId" value="Default" />
  230. <updated>1697005127649</updated>
  231. <workItem from="1697005128905" duration="8731000" />
  232. <workItem from="1697081152019" duration="15601000" />
  233. <workItem from="1697174146119" duration="12477000" />
  234. <workItem from="1697422534081" duration="17304000" />
  235. <workItem from="1697506391049" duration="18567000" />
  236. <workItem from="1697591005268" duration="22485000" />
  237. <workItem from="1697678407472" duration="16001000" />
  238. <workItem from="1697772488159" duration="10635000" />
  239. <workItem from="1698026534160" duration="136000" />
  240. <workItem from="1698027407958" duration="10485000" />
  241. <workItem from="1698041610832" duration="269000" />
  242. <workItem from="1698041890364" duration="898000" />
  243. </task>
  244. <task id="LOCAL-00001" summary="初始化">
  245. <option name="closed" value="true" />
  246. <created>1698028174273</created>
  247. <option name="number" value="00001" />
  248. <option name="presentableId" value="LOCAL-00001" />
  249. <option name="project" value="LOCAL" />
  250. <updated>1698028174273</updated>
  251. </task>
  252. <task id="LOCAL-00002" summary="去掉多余的">
  253. <option name="closed" value="true" />
  254. <created>1698041429605</created>
  255. <option name="number" value="00002" />
  256. <option name="presentableId" value="LOCAL-00002" />
  257. <option name="project" value="LOCAL" />
  258. <updated>1698041429605</updated>
  259. </task>
  260. <task id="LOCAL-00003" summary="111111">
  261. <option name="closed" value="true" />
  262. <created>1698042357107</created>
  263. <option name="number" value="00003" />
  264. <option name="presentableId" value="LOCAL-00003" />
  265. <option name="project" value="LOCAL" />
  266. <updated>1698042357107</updated>
  267. </task>
  268. <task id="LOCAL-00004" summary="初始化4444">
  269. <option name="closed" value="true" />
  270. <created>1698042569456</created>
  271. <option name="number" value="00004" />
  272. <option name="presentableId" value="LOCAL-00004" />
  273. <option name="project" value="LOCAL" />
  274. <updated>1698042569456</updated>
  275. </task>
  276. <option name="localTasksCounter" value="5" />
  277. <servers />
  278. </component>
  279. <component name="TypeScriptGeneratedFilesManager">
  280. <option name="version" value="3" />
  281. </component>
  282. <component name="Vcs.Log.Tabs.Properties">
  283. <option name="TAB_STATES">
  284. <map>
  285. <entry key="MAIN">
  286. <value>
  287. <State />
  288. </value>
  289. </entry>
  290. </map>
  291. </option>
  292. </component>
  293. <component name="VcsManagerConfiguration">
  294. <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
  295. <option name="CHECK_NEW_TODO" value="false" />
  296. <ignored-roots>
  297. <path value="$PROJECT_DIR$" />
  298. </ignored-roots>
  299. <MESSAGE value="去掉多余的" />
  300. <MESSAGE value="111111" />
  301. <MESSAGE value="初始化4444" />
  302. <MESSAGE value="初始化" />
  303. <option name="LAST_COMMIT_MESSAGE" value="初始化" />
  304. </component>
  305. <component name="XDebuggerManager">
  306. <breakpoint-manager>
  307. <breakpoints>
  308. <line-breakpoint enabled="true" type="java-line">
  309. <url>jar://$MAVEN_REPOSITORY$/cn/dev33/sa-token-core/1.30.0/sa-token-core-1.30.0-sources.jar!/cn/dev33/satoken/stp/StpLogic.java</url>
  310. <line>280</line>
  311. <option name="timeStamp" value="17" />
  312. </line-breakpoint>
  313. <line-breakpoint enabled="true" type="java-line">
  314. <url>jar://$MAVEN_REPOSITORY$/cn/dev33/sa-token-core/1.30.0/sa-token-core-1.30.0-sources.jar!/cn/dev33/satoken/stp/StpLogic.java</url>
  315. <line>306</line>
  316. <option name="timeStamp" value="18" />
  317. </line-breakpoint>
  318. <line-breakpoint enabled="true" type="java-line">
  319. <url>file://$PROJECT_DIR$/backend/src/main/java/com/jiayue/pfr/controller/SysMenuController.java</url>
  320. <line>282</line>
  321. <option name="timeStamp" value="25" />
  322. </line-breakpoint>
  323. </breakpoints>
  324. </breakpoint-manager>
  325. <watches-manager>
  326. <configuration name="SpringBootApplicationConfigurationType">
  327. <watch expression="StpUtil" />
  328. <watch expression="saTokenInfo" />
  329. <watch expression="tokenMap" />
  330. <watch expression="saTokenInfo.getTokenValue()" />
  331. <watch expression="sysUser.getId()" />
  332. <watch expression="splicingKeyJustCreatedSave()" />
  333. <watch expression="storage" />
  334. <watch expression="sysMenuService.checkMenuNameUnique(menu)" />
  335. <watch expression="menu.getMenuName()" />
  336. <watch expression="menu.getParentId()" />
  337. <watch expression="info" />
  338. <watch expression="role.getRemark()" />
  339. <watch expression="pjp" />
  340. <watch expression="request" />
  341. <watch expression="againVerify" />
  342. <watch expression="paramMap" />
  343. </configuration>
  344. </watches-manager>
  345. </component>
  346. </project>