|
@@ -0,0 +1,175 @@
|
|
|
+<?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="46b159bd-08ca-42f0-b80f-41d4944a8a29" name="Changes" comment="">
|
|
|
+ <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/OperationApplication.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/config/Knife4jConfig.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/config/MyBatisPlusConfig.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/config/RedisConfig.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/config/WebMvcConfiguration.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/constant/LoginConstant.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/constant/RedisConstant.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/controller/admin/AdminController.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/entity/po/Admin.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/entity/vo/AdminLoginVO.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/exception/BizException.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/exception/CustomerAuthenticationException.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/handler/GlobalExceptionHandler.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/interceptor/JwtTokenAdminInterceptor.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/interceptor/JwtTokenUserInterceptor.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/mapper/AdminMapper.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/service/IAdminService.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/service/impl/AdminServiceImpl.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/utils/AdminContext.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/utils/JwtUtils.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/utils/Result.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/om/utils/ResultCode.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/resources/application-dev.yml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/resources/application.yml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/resources/mapper/AdminMapper.xml" 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="Class" />
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="Git.Settings">
|
|
|
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
+ </component>
|
|
|
+ <component name="MavenImportPreferences">
|
|
|
+ <option name="generalSettings">
|
|
|
+ <MavenGeneralSettings>
|
|
|
+ <option name="mavenHome" value="B:\apache-maven-3.8.8" />
|
|
|
+ <option name="userSettingsFile" value="B:\apache-maven-3.8.8\conf\settings.xml" />
|
|
|
+ </MavenGeneralSettings>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="ProjectColorInfo">{
|
|
|
+ "associatedIndex": 4
|
|
|
+}</component>
|
|
|
+ <component name="ProjectId" id="2bRXnA0a6xf96LKQuj3K31U3F7Y" />
|
|
|
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
|
|
+ <ConfirmationsSetting value="2" id="Add" />
|
|
|
+ </component>
|
|
|
+ <component name="ProjectViewState">
|
|
|
+ <option name="hideEmptyMiddlePackages" value="true" />
|
|
|
+ <option name="showLibraryContents" value="true" />
|
|
|
+ </component>
|
|
|
+ <component name="PropertiesComponent">{
|
|
|
+ "keyToString": {
|
|
|
+ "RequestMappingsPanelOrder0": "0",
|
|
|
+ "RequestMappingsPanelOrder1": "1",
|
|
|
+ "RequestMappingsPanelWidth0": "75",
|
|
|
+ "RequestMappingsPanelWidth1": "75",
|
|
|
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
+ "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
+ "SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
|
+ "Spring Boot.OperationApplication.executor": "Run",
|
|
|
+ "git-widget-placeholder": "master",
|
|
|
+ "kotlin-language-version-configured": "true",
|
|
|
+ "last_opened_file_path": "B:/WorkSpace/PracticalRojects/OperationSystem/src/main/resources",
|
|
|
+ "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",
|
|
|
+ "vue.rearranger.settings.migration": "true"
|
|
|
+ }
|
|
|
+}</component>
|
|
|
+ <component name="ReactorSettings">
|
|
|
+ <option name="notificationShown" value="true" />
|
|
|
+ </component>
|
|
|
+ <component name="RecentsManager">
|
|
|
+ <key name="CopyFile.RECENT_KEYS">
|
|
|
+ <recent name="B:\WorkSpace\PracticalRojects\OperationSystem\src\main\resources" />
|
|
|
+ <recent name="B:\WorkSpace\PracticalRojects\OperationSystem\src\main\java\com\om\utils" />
|
|
|
+ <recent name="B:\WorkSpace\PracticalRojects\OperationSystem\src\main\java\com\om" />
|
|
|
+ </key>
|
|
|
+ <key name="CopyClassDialog.RECENTS_KEY">
|
|
|
+ <recent name="com.om.interceptor" />
|
|
|
+ <recent name="com.om.exception" />
|
|
|
+ <recent name="com.om.controller" />
|
|
|
+ <recent name="com.om.config" />
|
|
|
+ <recent name="com.om.mapper" />
|
|
|
+ </key>
|
|
|
+ </component>
|
|
|
+ <component name="RunManager">
|
|
|
+ <configuration name="OperationApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="OperationSystem" />
|
|
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="com.om.OperationApplication" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="com.om.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <recent_temporary>
|
|
|
+ <list>
|
|
|
+ <item itemvalue="Spring Boot.OperationApplication" />
|
|
|
+ </list>
|
|
|
+ </recent_temporary>
|
|
|
+ </component>
|
|
|
+ <component name="SharedIndexes">
|
|
|
+ <attachedChunks>
|
|
|
+ <set>
|
|
|
+ <option value="jdk-1.8.0_392-corretto-1.8.0_392-f644763e9732-f719d367" />
|
|
|
+ </set>
|
|
|
+ </attachedChunks>
|
|
|
+ </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="46b159bd-08ca-42f0-b80f-41d4944a8a29" name="Changes" comment="" />
|
|
|
+ <created>1706179029455</created>
|
|
|
+ <option name="number" value="Default" />
|
|
|
+ <option name="presentableId" value="Default" />
|
|
|
+ <updated>1706179029455</updated>
|
|
|
+ <workItem from="1706179030846" duration="895000" />
|
|
|
+ <workItem from="1706233987949" duration="10757000" />
|
|
|
+ <workItem from="1706264160330" duration="728000" />
|
|
|
+ <workItem from="1706414608767" duration="680000" />
|
|
|
+ <workItem from="1706415453436" duration="3741000" />
|
|
|
+ <workItem from="1706419384391" duration="5896000" />
|
|
|
+ </task>
|
|
|
+ <servers />
|
|
|
+ </component>
|
|
|
+ <component name="TypeScriptGeneratedFilesManager">
|
|
|
+ <option name="version" value="3" />
|
|
|
+ </component>
|
|
|
+ <component name="XDebuggerManager">
|
|
|
+ <breakpoint-manager>
|
|
|
+ <breakpoints>
|
|
|
+ <line-breakpoint enabled="true" type="java-line">
|
|
|
+ <url>file://$PROJECT_DIR$/src/main/java/com/om/interceptor/JwtTokenAdminInterceptor.java</url>
|
|
|
+ <line>74</line>
|
|
|
+ <option name="timeStamp" value="10" />
|
|
|
+ </line-breakpoint>
|
|
|
+ </breakpoints>
|
|
|
+ </breakpoint-manager>
|
|
|
+ </component>
|
|
|
+</project>
|