2025-11-27 18:03:05 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project version="4">
|
|
|
|
|
<component name="AutoImportSettings">
|
|
|
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="ChangeListManager">
|
2025-12-04 10:01:26 +08:00
|
|
|
<list default="true" id="7985a41e-99ed-4d36-8f6a-131c69344f36" name="Changes" comment="修改配置文件">
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/login/controller/AllUserController.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/login/controller/LoginController.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/login/dao/AllUserDao.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/login/dao/LoginDao.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/login/service/AllUserService.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/login/service/LoginService.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/login/vo/AjaxResult.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/login/vo/LoginFormVo.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/resources/mappers/login/AllUserMapper.xml" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/resources/mappers/login/LoginMapper.xml" afterDir="false" />
|
2025-11-28 11:16:02 +08:00
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
2025-12-04 10:01:26 +08:00
|
|
|
<change beforePath="$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/manager/config/BnsSecurityConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/manager/config/BnsSecurityConfig.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/manager/filter/TokenFilter.java" beforeDir="false" afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/manager/filter/TokenFilter.java" afterDir="false" />
|
2025-12-03 14:55:06 +08:00
|
|
|
<change beforePath="$PROJECT_DIR$/HnRealNameBmw/src/main/resources/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/HnRealNameBmw/src/main/resources/bootstrap.yml" afterDir="false" />
|
2025-12-04 10:01:26 +08:00
|
|
|
<change beforePath="$PROJECT_DIR$/hn-gateway/bonus-gateway/src/main/java/com/bonus/gateway/filter/AuthFilter.java" beforeDir="false" afterPath="$PROJECT_DIR$/hn-gateway/bonus-gateway/src/main/java/com/bonus/gateway/filter/AuthFilter.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/hn-gateway/bonus-gateway/src/main/java/com/bonus/gateway/filter/ValidateCodeFilter.java" beforeDir="false" afterPath="$PROJECT_DIR$/hn-gateway/bonus-gateway/src/main/java/com/bonus/gateway/filter/ValidateCodeFilter.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/hn-gateway/bonus-gateway/src/main/java/com/bonus/gateway/handler/ValidateCodeHandler.java" beforeDir="false" afterPath="$PROJECT_DIR$/hn-gateway/bonus-gateway/src/main/java/com/bonus/gateway/handler/ValidateCodeHandler.java" afterDir="false" />
|
2025-11-28 11:16:02 +08:00
|
|
|
</list>
|
2025-11-27 18:03:05 +08:00
|
|
|
<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>
|
2025-12-03 14:07:35 +08:00
|
|
|
<component name="FileTemplateManagerImpl">
|
|
|
|
|
<option name="RECENT_TEMPLATES">
|
|
|
|
|
<list>
|
2025-12-04 10:01:26 +08:00
|
|
|
<option value="Interface" />
|
2025-12-03 14:07:35 +08:00
|
|
|
<option value="Class" />
|
|
|
|
|
</list>
|
|
|
|
|
</option>
|
|
|
|
|
</component>
|
2025-11-27 18:03:05 +08:00
|
|
|
<component name="Git.Settings">
|
|
|
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
|
|
</component>
|
2025-12-04 10:01:26 +08:00
|
|
|
<component name="ProjectColorInfo">{
|
|
|
|
|
"associatedIndex": 4
|
|
|
|
|
}</component>
|
2025-12-03 10:51:26 +08:00
|
|
|
<component name="ProjectId" id="36JXeDcNXtcmc8Es1XGriXfJbQu" />
|
2025-11-27 18:03:05 +08:00
|
|
|
<component name="ProjectViewState">
|
|
|
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
|
|
|
<option name="showLibraryContents" value="true" />
|
|
|
|
|
</component>
|
2025-12-04 10:01:26 +08:00
|
|
|
<component name="PropertiesComponent">{
|
|
|
|
|
"keyToString": {
|
|
|
|
|
"Maven.HnRealNameBmw [clean].executor": "Run",
|
|
|
|
|
"Maven.HnRealNameBmw [install].executor": "Run",
|
|
|
|
|
"Maven.HnRealNameMmw [clean].executor": "Run",
|
|
|
|
|
"Maven.HnRealNameMmw [install].executor": "Run",
|
|
|
|
|
"Maven.bonus-common [clean].executor": "Run",
|
|
|
|
|
"Maven.hn-czl-service [clean].executor": "Run",
|
|
|
|
|
"Maven.hn-czl-service [install].executor": "Run",
|
|
|
|
|
"Maven.hn-gateway [clean].executor": "Run",
|
|
|
|
|
"Maven.hn-gateway [install].executor": "Run",
|
|
|
|
|
"Maven.hn-gateway [verify].executor": "Run",
|
|
|
|
|
"Maven.hn_czl_screen [clean].executor": "Run",
|
|
|
|
|
"Maven.hn_czl_screen [install].executor": "Run",
|
|
|
|
|
"Maven.ldlz [clean].executor": "Run",
|
|
|
|
|
"Maven.ldlz [install].executor": "Run",
|
|
|
|
|
"RequestMappingsPanelOrder0": "0",
|
|
|
|
|
"RequestMappingsPanelOrder1": "1",
|
|
|
|
|
"RequestMappingsPanelWidth0": "75",
|
|
|
|
|
"RequestMappingsPanelWidth1": "75",
|
|
|
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
|
|
"RunOnceActivity.git.unshallow": "true",
|
|
|
|
|
"SONARLINT_PRECOMMIT_ANALYSIS": "true",
|
|
|
|
|
"Spring Boot.BonusGatewayApplication.executor": "Debug",
|
|
|
|
|
"Spring Boot.CzlScreenApplication.executor": "Run",
|
|
|
|
|
"Spring Boot.CzlServiceApplication.executor": "Run",
|
|
|
|
|
"Spring Boot.HnRealNameBmwApplication.executor": "Debug",
|
|
|
|
|
"Spring Boot.LdlzApplication.executor": "Run",
|
|
|
|
|
"Spring Boot.RnmwApplication.executor": "Debug",
|
|
|
|
|
"git-widget-placeholder": "main",
|
|
|
|
|
"kotlin-language-version-configured": "true",
|
|
|
|
|
"last_opened_file_path": "F:/workspace/idea/hn_cloud_service/HnRealNameBmw/src/main/resources/mappers/login",
|
|
|
|
|
"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": "Modules",
|
|
|
|
|
"project.structure.proportion": "0.0",
|
|
|
|
|
"project.structure.side.proportion": "0.0",
|
|
|
|
|
"run.configurations.included.in.services": "true",
|
|
|
|
|
"settings.editor.selected.configurable": "preferences.lookFeel",
|
|
|
|
|
"vue.rearranger.settings.migration": "true"
|
2025-11-27 18:03:05 +08:00
|
|
|
}
|
2025-12-04 10:01:26 +08:00
|
|
|
}</component>
|
2025-12-03 13:54:42 +08:00
|
|
|
<component name="ReactorSettings">
|
|
|
|
|
<option name="notificationShown" value="true" />
|
|
|
|
|
</component>
|
2025-12-03 14:07:35 +08:00
|
|
|
<component name="RecentsManager">
|
|
|
|
|
<key name="CopyFile.RECENT_KEYS">
|
2025-12-04 10:01:26 +08:00
|
|
|
<recent name="F:\workspace\idea\hn_cloud_service\HnRealNameBmw\src\main\resources\mappers\login" />
|
2025-12-03 14:55:06 +08:00
|
|
|
<recent name="F:\workspace\idea\hn_cloud_service\hn-czl-service\src\main\resources" />
|
2025-12-03 14:07:35 +08:00
|
|
|
<recent name="F:\workspace\idea\hn_cloud_service\hn-gateway" />
|
|
|
|
|
</key>
|
2025-12-04 10:01:26 +08:00
|
|
|
<key name="CopyClassDialog.RECENTS_KEY">
|
|
|
|
|
<recent name="com.bonus.hnrn.rnbmw.login.vo" />
|
|
|
|
|
</key>
|
2025-12-03 14:07:35 +08:00
|
|
|
</component>
|
|
|
|
|
<component name="RunAnythingCache">
|
|
|
|
|
<option name="myCommands">
|
|
|
|
|
<command value="mvn clean" />
|
2025-12-03 14:55:06 +08:00
|
|
|
<command value="mvn install" />
|
2025-12-03 14:07:35 +08:00
|
|
|
</option>
|
|
|
|
|
</component>
|
2025-11-27 18:03:05 +08:00
|
|
|
<component name="RunDashboard">
|
|
|
|
|
<option name="configurationTypes">
|
|
|
|
|
<set>
|
|
|
|
|
<option value="KtorApplicationConfigurationType" />
|
|
|
|
|
<option value="MicronautRunConfigurationType" />
|
|
|
|
|
<option value="QuarkusRunConfigurationType" />
|
|
|
|
|
<option value="SpringBootApplicationConfigurationType" />
|
|
|
|
|
</set>
|
|
|
|
|
</option>
|
|
|
|
|
</component>
|
2025-12-04 10:01:26 +08:00
|
|
|
<component name="RunManager" selected="Spring Boot.HnRealNameBmwApplication">
|
2025-11-27 18:03:05 +08:00
|
|
|
<configuration name="BonusGatewayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
|
|
|
|
|
<module name="bonus-gateway" />
|
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bonus.gateway.BonusGatewayApplication" />
|
|
|
|
|
<method v="2">
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
2025-12-03 10:51:26 +08:00
|
|
|
<configuration name="CzlScreenApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
|
2025-11-28 11:23:55 +08:00
|
|
|
<option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
|
|
|
|
|
<module name="hn_czl_screen" />
|
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bonus.hn.bearing.capacity.screen.CzlScreenApplication" />
|
|
|
|
|
<method v="2">
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
2025-12-03 10:51:26 +08:00
|
|
|
<configuration name="CzlServiceApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
|
2025-11-28 11:23:55 +08:00
|
|
|
<option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
|
|
|
|
|
<module name="hn-czl-service" />
|
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bonus.hn.bearing.capacity.backstage.CzlServiceApplication" />
|
|
|
|
|
<method v="2">
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
2025-12-03 10:51:26 +08:00
|
|
|
<configuration name="HnRealNameBmwApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
|
2025-11-28 11:23:55 +08:00
|
|
|
<option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
|
|
|
|
|
<module name="HnRealNameBmw" />
|
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bonus.hnrn.rnbmw.HnRealNameBmwApplication" />
|
|
|
|
|
<method v="2">
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
2025-11-27 18:03:05 +08:00
|
|
|
<configuration name="LdlzApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
|
|
|
|
|
<option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
|
|
|
|
|
<module name="ldlz-admin" />
|
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bns.LdlzApplication" />
|
|
|
|
|
<method v="2">
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
2025-12-03 10:51:26 +08:00
|
|
|
<configuration name="RnmwApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
2025-11-27 18:03:05 +08:00
|
|
|
<module name="HnRealNameMw" />
|
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bonus.hnrn.rnmw.RnmwApplication" />
|
2025-12-03 10:51:26 +08:00
|
|
|
<extension name="coverage">
|
|
|
|
|
<pattern>
|
|
|
|
|
<option name="PATTERN" value="com.bonus.hnrn.rnmw.*" />
|
|
|
|
|
<option name="ENABLED" value="true" />
|
|
|
|
|
</pattern>
|
|
|
|
|
</extension>
|
2025-11-27 18:03:05 +08:00
|
|
|
<method v="2">
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
2025-11-28 11:23:55 +08:00
|
|
|
<recent_temporary>
|
|
|
|
|
<list>
|
2025-12-03 10:51:26 +08:00
|
|
|
<item itemvalue="Spring Boot.RnmwApplication" />
|
2025-11-28 11:23:55 +08:00
|
|
|
</list>
|
|
|
|
|
</recent_temporary>
|
2025-11-27 18:03:05 +08:00
|
|
|
</component>
|
|
|
|
|
<component name="SharedIndexes">
|
|
|
|
|
<attachedChunks>
|
|
|
|
|
<set>
|
|
|
|
|
<option value="bundled-jdk-9823dce3aa75-a94e463ab2e7-intellij.indexing.shared.core-IU-243.26574.91" />
|
|
|
|
|
<option value="bundled-js-predefined-d6986cc7102b-1632447f56bf-JavaScript-IU-243.26574.91" />
|
|
|
|
|
</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">
|
2025-12-03 10:51:26 +08:00
|
|
|
<changelist id="7985a41e-99ed-4d36-8f6a-131c69344f36" name="Changes" comment="" />
|
|
|
|
|
<created>1764725740407</created>
|
2025-11-27 18:03:05 +08:00
|
|
|
<option name="number" value="Default" />
|
|
|
|
|
<option name="presentableId" value="Default" />
|
2025-12-03 10:51:26 +08:00
|
|
|
<updated>1764725740407</updated>
|
2025-12-04 10:01:26 +08:00
|
|
|
<workItem from="1764725741842" duration="23784000" />
|
|
|
|
|
<workItem from="1764812788747" duration="877000" />
|
2025-12-03 13:54:42 +08:00
|
|
|
</task>
|
|
|
|
|
<task id="LOCAL-00001" summary="修改">
|
|
|
|
|
<option name="closed" value="true" />
|
|
|
|
|
<created>1764730287773</created>
|
|
|
|
|
<option name="number" value="00001" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00001" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1764730287773</updated>
|
2025-11-27 18:03:05 +08:00
|
|
|
</task>
|
2025-12-03 14:07:35 +08:00
|
|
|
<task id="LOCAL-00002" summary="修改">
|
|
|
|
|
<option name="closed" value="true" />
|
|
|
|
|
<created>1764741286486</created>
|
|
|
|
|
<option name="number" value="00002" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00002" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1764741286487</updated>
|
|
|
|
|
</task>
|
2025-12-03 14:55:06 +08:00
|
|
|
<task id="LOCAL-00003" summary="修改gateway">
|
|
|
|
|
<option name="closed" value="true" />
|
|
|
|
|
<created>1764742057175</created>
|
|
|
|
|
<option name="number" value="00003" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00003" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1764742057175</updated>
|
|
|
|
|
</task>
|
2025-12-04 10:01:26 +08:00
|
|
|
<task id="LOCAL-00004" summary="修改配置文件">
|
|
|
|
|
<option name="closed" value="true" />
|
|
|
|
|
<created>1764744907817</created>
|
|
|
|
|
<option name="number" value="00004" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00004" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1764744907817</updated>
|
|
|
|
|
</task>
|
|
|
|
|
<option name="localTasksCounter" value="5" />
|
2025-11-27 18:03:05 +08:00
|
|
|
<servers />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
|
|
<option name="version" value="3" />
|
|
|
|
|
</component>
|
2025-12-03 13:54:42 +08:00
|
|
|
<component name="Vcs.Log.Tabs.Properties">
|
|
|
|
|
<option name="OPEN_GENERIC_TABS">
|
|
|
|
|
<map>
|
|
|
|
|
<entry key="589d1e30-4902-4d06-8f7a-0efd26ae1399" value="TOOL_WINDOW" />
|
|
|
|
|
<entry key="b7c7bd0a-8c62-40ec-9201-c28093cc153e" value="TOOL_WINDOW" />
|
|
|
|
|
</map>
|
|
|
|
|
</option>
|
|
|
|
|
<option name="TAB_STATES">
|
|
|
|
|
<map>
|
|
|
|
|
<entry key="589d1e30-4902-4d06-8f7a-0efd26ae1399">
|
|
|
|
|
<value>
|
|
|
|
|
<State>
|
|
|
|
|
<option name="FILTERS">
|
|
|
|
|
<map>
|
|
|
|
|
<entry key="branch">
|
|
|
|
|
<value>
|
|
|
|
|
<list>
|
|
|
|
|
<option value="HEAD" />
|
|
|
|
|
</list>
|
|
|
|
|
</value>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry key="structure">
|
|
|
|
|
<value>
|
|
|
|
|
<list>
|
|
|
|
|
<option value="dir:F:/workspace/idea/hn_cloud_service/HnRealNameMw" />
|
|
|
|
|
</list>
|
|
|
|
|
</value>
|
|
|
|
|
</entry>
|
|
|
|
|
</map>
|
|
|
|
|
</option>
|
|
|
|
|
<option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
|
|
|
|
|
</State>
|
|
|
|
|
</value>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry key="b7c7bd0a-8c62-40ec-9201-c28093cc153e">
|
|
|
|
|
<value>
|
|
|
|
|
<State>
|
|
|
|
|
<option name="FILTERS">
|
|
|
|
|
<map>
|
|
|
|
|
<entry key="branch">
|
|
|
|
|
<value>
|
|
|
|
|
<list>
|
|
|
|
|
<option value="HEAD" />
|
|
|
|
|
</list>
|
|
|
|
|
</value>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry key="structure">
|
|
|
|
|
<value>
|
|
|
|
|
<list>
|
|
|
|
|
<option value="dir:F:/workspace/idea/hn_cloud_service/HnRealNameMw/src/main/java/com/bonus/hnrn/rnmw/core/config" />
|
|
|
|
|
</list>
|
|
|
|
|
</value>
|
|
|
|
|
</entry>
|
|
|
|
|
</map>
|
|
|
|
|
</option>
|
|
|
|
|
<option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
|
|
|
|
|
</State>
|
|
|
|
|
</value>
|
|
|
|
|
</entry>
|
|
|
|
|
</map>
|
|
|
|
|
</option>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="VcsManagerConfiguration">
|
|
|
|
|
<MESSAGE value="修改" />
|
2025-12-03 14:55:06 +08:00
|
|
|
<MESSAGE value="修改gateway" />
|
2025-12-04 10:01:26 +08:00
|
|
|
<MESSAGE value="修改配置文件" />
|
|
|
|
|
<option name="LAST_COMMIT_MESSAGE" value="修改配置文件" />
|
2025-12-03 13:54:42 +08:00
|
|
|
</component>
|
|
|
|
|
<component name="XDebuggerManager">
|
|
|
|
|
<breakpoint-manager>
|
|
|
|
|
<breakpoints>
|
|
|
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/HnRealNameMw/src/main/java/com/bonus/hnrn/rnmw/core/controller/UserController.java</url>
|
|
|
|
|
<line>35</line>
|
|
|
|
|
<option name="timeStamp" value="1" />
|
|
|
|
|
</line-breakpoint>
|
2025-12-04 10:01:26 +08:00
|
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/HnRealNameBmw/src/main/java/com/bonus/hnrn/rnbmw/manager/config/SecurityHandlerConfig.java</url>
|
|
|
|
|
<line>96</line>
|
|
|
|
|
<option name="timeStamp" value="16" />
|
|
|
|
|
</line-breakpoint>
|
2025-12-03 13:54:42 +08:00
|
|
|
</breakpoints>
|
|
|
|
|
</breakpoint-manager>
|
|
|
|
|
</component>
|
2025-11-27 18:03:05 +08:00
|
|
|
</project>
|