123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="AutoImportSettings">
- <option name="autoReloadType" value="SELECTIVE" />
- </component>
- <component name="ChangeListManager">
- <list default="true" id="326a92dc-2aca-48b4-b27d-074155546838" name="Changes" comment="初始化">
- <change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/call-bind/.eslintrc" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/call-bind/.nycrc" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/call-bind/README.md" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/call-bind/index.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/call-bind/test/index.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/function-bind/.github/SECURITY.md" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/function-bind/CHANGELOG.md" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/function-bind/index.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/function-bind/package.json" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/function-bind/test/index.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/get-intrinsic/.github/FUNDING.yml" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/get-intrinsic/CHANGELOG.md" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/get-intrinsic/README.md" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/get-intrinsic/package.json" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/get-intrinsic/test/GetIntrinsic.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/has-proto/LICENSE" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/has-proto/README.md" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/has-proto/index.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/has-symbols/CHANGELOG.md" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/has-symbols/LICENSE" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/has-symbols/index.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/has-symbols/test/index.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/has-symbols/test/tests.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/has/README.md" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/has/src/index.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/has/test/index.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/.eslintrc" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/.github/FUNDING.yml" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/CHANGELOG.md" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/example/circular.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/example/fn.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/example/inspect.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/package.json" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/bigint.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/fn.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/has.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/holes.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/indent-option.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/inspect.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/lowbyte.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/quoteStyle.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/toStringTag.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/object-inspect/test/undef.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/qs/.editorconfig" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/qs/.github/FUNDING.yml" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/qs/dist/qs.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/qs/lib/formats.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/qs/lib/index.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/node_modules/side-channel/.eslintrc" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-1920e83e.66b472f3.css" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-21b1e0a4.1cb5a416.css" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-2d9315d5.c67e3570.css" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-681fe3f7.0288454d.css" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-7c4bc74f.88a0774e.css" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-c5cae18e.50a74839.css" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/chunk-fb7f4554.88cc779a.css" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/css/index.ad94901e.css" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-03cab8d0.deb95364.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-07ef3d2f.5601080c.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-089b95c6.83156f20.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-1920e83e.f8af792c.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-21b1e0a4.2d3ae3b4.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2b5a68c2.d18ebc1a.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2cf504cd.d3f035a7.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d0ae929.ac235f93.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d0bd3f2.3490a85d.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d0ceb25.0f9eab8c.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d0de675.17ce72c9.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d0e5357.b22ae6c0.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d209799.c6d20e1a.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d216d59.9b1cf3d0.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d21df4a.227f925c.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d22e115.cc3c45cc.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d2389c6.3357c398.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-2d9315d5.3a16dde3.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-30501d60.af57e478.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-3465d985.8bff0243.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-3e9b421a.b866da22.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-4d98f290.de5ea271.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-4f8857c3.07c40504.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-559d03c5.d9e00778.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-681fe3f7.52d924b3.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-6d7e8972.382e0513.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-7c4bc74f.ad36a83a.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-7d8ac2a4.dda3094e.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-a85c37a2.3d6e1f00.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-c5cae18e.83595ac4.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-cfd0b9d4.9c239f77.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-f4dab50a.c3b978b8.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/chunk-fb7f4554.b4624e66.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/assets/js/index.d274700e.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/ui/dist/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/ui/dist/index.html" afterDir="false" />
- </list>
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="Interface" />
- <option value="Class" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="HighlightingSettingsPerFile">
- <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" />
- </component>
- <component name="MarkdownSettingsMigration">
- <option name="stateVersion" value="1" />
- </component>
- <component name="MavenImportPreferences">
- <option name="generalSettings">
- <MavenGeneralSettings>
- <option name="localRepository" value="C:\Users\jy\.m2\repository" />
- <option name="mavenHome" value="$PROJECT_DIR$/../../tools/apache-maven-3.5.3" />
- <option name="userSettingsFile" value="C:\Users\jy\.m2\v3-sertting\settings.xml" />
- </MavenGeneralSettings>
- </option>
- </component>
- <component name="ProjectColorInfo">{
- "associatedIndex": 2
- }</component>
- <component name="ProjectId" id="2WbdHaFF9nWPVEyYgtOwFr1iph9" />
- <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent">{
- "keyToString": {
- "ASKED_MARK_IGNORED_FILES_AS_EXCLUDED": "true",
- "RequestMappingsPanelOrder0": "0",
- "RequestMappingsPanelOrder1": "1",
- "RequestMappingsPanelWidth0": "75",
- "RequestMappingsPanelWidth1": "75",
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "WebServerToolWindowFactoryState": "false",
- "git-widget-placeholder": "master",
- "last_opened_file_path": "D:/code/pfr",
- "node.js.detected.package.eslint": "true",
- "node.js.detected.package.tslint": "true",
- "node.js.selected.package.eslint": "(autodetect)",
- "node.js.selected.package.tslint": "(autodetect)",
- "nodejs_package_manager_path": "npm",
- "project.structure.last.edited": "Project",
- "project.structure.proportion": "0.15",
- "project.structure.side.proportion": "0.2",
- "settings.editor.selected.configurable": "MavenSettings",
- "ts.external.directory.path": "D:\\idea2023\\plugins\\javascript-impl\\jsLanguageServicesImpl\\external",
- "vue.rearranger.settings.migration": "true"
- }
- }</component>
- <component name="RecentsManager">
- <key name="CopyFile.RECENT_KEYS">
- <recent name="D:\code\pfr" />
- <recent name="D:\test\ssi-satoken\ui\src\assets\images\bg" />
- <recent name="D:\test\ssi-satoken\ui\src\assets" />
- <recent name="D:\test\ssi-satoken\ui\src\views\largeScreen" />
- </key>
- <key name="CopyClassDialog.RECENTS_KEY">
- <recent name="com.jiayue.ssi.aspectj" />
- <recent name="com.jiayue.ssi.annotation" />
- <recent name="com.jiayue.ssi.filter" />
- </key>
- </component>
- <component name="RunManager" selected="npm.run dev">
- <configuration name="AesGen" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
- <option name="MAIN_CLASS_NAME" value="com.jiayue.pfr.AesGen" />
- <module name="backend" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.jiayue.pfr.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="SsiApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="backend" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.jiayue.pfr.SsiApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="run dev" type="js.build_tools.npm">
- <package-json value="$PROJECT_DIR$/ui/package.json" />
- <command value="run" />
- <scripts>
- <script value="dev" />
- </scripts>
- <node-interpreter value="project" />
- <envs />
- <method v="2" />
- </configuration>
- <list>
- <item itemvalue="Application.AesGen" />
- <item itemvalue="npm.run dev" />
- <item itemvalue="Spring Boot.SsiApplication" />
- </list>
- <recent_temporary>
- <list>
- <item itemvalue="Application.AesGen" />
- </list>
- </recent_temporary>
- </component>
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
- <component name="TaskManager">
- <task active="true" id="Default" summary="Default task">
- <changelist id="326a92dc-2aca-48b4-b27d-074155546838" name="Changes" comment="" />
- <created>1697005127649</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1697005127649</updated>
- <workItem from="1697005128905" duration="8731000" />
- <workItem from="1697081152019" duration="15601000" />
- <workItem from="1697174146119" duration="12477000" />
- <workItem from="1697422534081" duration="17304000" />
- <workItem from="1697506391049" duration="18567000" />
- <workItem from="1697591005268" duration="22485000" />
- <workItem from="1697678407472" duration="16001000" />
- <workItem from="1697772488159" duration="10635000" />
- <workItem from="1698026534160" duration="136000" />
- <workItem from="1698027407958" duration="10485000" />
- <workItem from="1698041610832" duration="269000" />
- <workItem from="1698041890364" duration="898000" />
- </task>
- <task id="LOCAL-00001" summary="初始化">
- <option name="closed" value="true" />
- <created>1698028174273</created>
- <option name="number" value="00001" />
- <option name="presentableId" value="LOCAL-00001" />
- <option name="project" value="LOCAL" />
- <updated>1698028174273</updated>
- </task>
- <task id="LOCAL-00002" summary="去掉多余的">
- <option name="closed" value="true" />
- <created>1698041429605</created>
- <option name="number" value="00002" />
- <option name="presentableId" value="LOCAL-00002" />
- <option name="project" value="LOCAL" />
- <updated>1698041429605</updated>
- </task>
- <task id="LOCAL-00003" summary="111111">
- <option name="closed" value="true" />
- <created>1698042357107</created>
- <option name="number" value="00003" />
- <option name="presentableId" value="LOCAL-00003" />
- <option name="project" value="LOCAL" />
- <updated>1698042357107</updated>
- </task>
- <task id="LOCAL-00004" summary="初始化4444">
- <option name="closed" value="true" />
- <created>1698042569456</created>
- <option name="number" value="00004" />
- <option name="presentableId" value="LOCAL-00004" />
- <option name="project" value="LOCAL" />
- <updated>1698042569456</updated>
- </task>
- <option name="localTasksCounter" value="5" />
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="TAB_STATES">
- <map>
- <entry key="MAIN">
- <value>
- <State />
- </value>
- </entry>
- </map>
- </option>
- </component>
- <component name="VcsManagerConfiguration">
- <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
- <option name="CHECK_NEW_TODO" value="false" />
- <ignored-roots>
- <path value="$PROJECT_DIR$" />
- </ignored-roots>
- <MESSAGE value="去掉多余的" />
- <MESSAGE value="111111" />
- <MESSAGE value="初始化4444" />
- <MESSAGE value="初始化" />
- <option name="LAST_COMMIT_MESSAGE" value="初始化" />
- </component>
- <component name="XDebuggerManager">
- <breakpoint-manager>
- <breakpoints>
- <line-breakpoint enabled="true" type="java-line">
- <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>
- <line>280</line>
- <option name="timeStamp" value="17" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <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>
- <line>306</line>
- <option name="timeStamp" value="18" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/backend/src/main/java/com/jiayue/pfr/controller/SysMenuController.java</url>
- <line>282</line>
- <option name="timeStamp" value="25" />
- </line-breakpoint>
- </breakpoints>
- </breakpoint-manager>
- <watches-manager>
- <configuration name="SpringBootApplicationConfigurationType">
- <watch expression="StpUtil" />
- <watch expression="saTokenInfo" />
- <watch expression="tokenMap" />
- <watch expression="saTokenInfo.getTokenValue()" />
- <watch expression="sysUser.getId()" />
- <watch expression="splicingKeyJustCreatedSave()" />
- <watch expression="storage" />
- <watch expression="sysMenuService.checkMenuNameUnique(menu)" />
- <watch expression="menu.getMenuName()" />
- <watch expression="menu.getParentId()" />
- <watch expression="info" />
- <watch expression="role.getRemark()" />
- <watch expression="pjp" />
- <watch expression="request" />
- <watch expression="againVerify" />
- <watch expression="paramMap" />
- </configuration>
- </watches-manager>
- </component>
- </project>
|