2024-02-20 13:17:10 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project version="4">
|
|
|
|
|
<component name="AnalysisUIOptions">
|
2024-02-20 14:02:06 +08:00
|
|
|
<option name="SPLITTER_PROPORTION" value="0.3937397" />
|
2024-02-20 13:17:10 +08:00
|
|
|
<option name="GROUP_BY_SEVERITY" value="true" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="BranchesTreeState">
|
|
|
|
|
<expand>
|
|
|
|
|
<path>
|
|
|
|
|
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
|
|
|
<item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
|
|
|
</path>
|
|
|
|
|
<path>
|
|
|
|
|
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
2024-02-20 14:02:06 +08:00
|
|
|
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
2024-02-20 13:17:10 +08:00
|
|
|
</path>
|
2024-02-20 14:02:06 +08:00
|
|
|
<path>
|
|
|
|
|
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
|
|
|
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
|
|
|
<item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
|
|
|
|
|
</path>
|
|
|
|
|
</expand>
|
|
|
|
|
<select />
|
2024-02-20 13:17:10 +08:00
|
|
|
</component>
|
|
|
|
|
<component name="ChangeListManager">
|
2024-02-20 18:11:48 +08:00
|
|
|
<list default="true" id="38edcd87-ada4-4894-a064-a836269e71e4" name="Default Changelist" comment="基础模块修改">
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/.idea/dataSources.xml" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/logs/securityControl-gateway/error.log" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/logs/securityControl-gateway/info.log" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/securitycontrol-model/securitycontrol-system/src/main/java/com/securitycontrol/system/controller/LoginController.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/securitycontrol-model/securitycontrol-system/src/main/java/com/securitycontrol/system/mapper/LoginMapper.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/securitycontrol-model/securitycontrol-system/src/main/java/com/securitycontrol/system/service/LoginService.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/securitycontrol-model/securitycontrol-system/src/main/java/com/securitycontrol/system/service/LoginServiceImpl.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/securitycontrol-model/securitycontrol-system/src/main/resources/mapper/LoginMapper.xml" afterDir="false" />
|
2024-02-20 13:17:10 +08:00
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
2024-02-20 14:15:59 +08:00
|
|
|
<change beforePath="$PROJECT_DIR$/logs/securityControl-auth/error.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/securityControl-auth/error.log" afterDir="false" />
|
2024-02-20 18:11:48 +08:00
|
|
|
<change beforePath="$PROJECT_DIR$/logs/securityControl-auth/info.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/securityControl-auth/info.log" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/logs/securityControl-system/error.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/securityControl-system/error.log" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/logs/securityControl-system/info.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/securityControl-system/info.log" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-api/securitycontrol-api-system/src/main/java/com/securitycontrol/system/api/RemoteUserService.java" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-api/securitycontrol-api-system/src/main/java/com/securitycontrol/system/api/RemoteUserService.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-api/securitycontrol-api-system/src/main/java/com/securitycontrol/system/api/domain/SysUser.java" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-api/securitycontrol-api-system/src/main/java/com/securitycontrol/system/api/domain/SysUser.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-api/securitycontrol-api-system/src/main/java/com/securitycontrol/system/api/factory/RemoteUserFallbackFactory.java" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-api/securitycontrol-api-system/src/main/java/com/securitycontrol/system/api/factory/RemoteUserFallbackFactory.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-auth/src/main/java/com/securitycontrol/auth/controller/TokenController.java" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-auth/src/main/java/com/securitycontrol/auth/controller/TokenController.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-auth/src/main/java/com/securitycontrol/auth/service/SysLoginService.java" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-auth/src/main/java/com/securitycontrol/auth/service/SysLoginService.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-auth/src/main/java/com/securitycontrol/auth/service/SysPasswordService.java" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-auth/src/main/java/com/securitycontrol/auth/service/SysPasswordService.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-auth/src/main/resources/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-auth/src/main/resources/bootstrap.yml" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-commons/securitycontrol-commons-core/src/main/java/com/securitycontrol/common/core/constant/ServiceNameConstants.java" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-commons/securitycontrol-commons-core/src/main/java/com/securitycontrol/common/core/constant/ServiceNameConstants.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-commons/securitycontrol-commons-core/src/main/java/com/securitycontrol/common/core/enums/UserStatus.java" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-commons/securitycontrol-commons-core/src/main/java/com/securitycontrol/common/core/enums/UserStatus.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-commons/securitycontrol-commons-security/src/main/java/com/securitycontrol/common/security/service/TokenService.java" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-commons/securitycontrol-commons-security/src/main/java/com/securitycontrol/common/security/service/TokenService.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-gateway/src/main/resources/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-gateway/src/main/resources/bootstrap.yml" afterDir="false" />
|
2024-02-20 14:02:06 +08:00
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-model/securitycontrol-system/securitycontrol-system.iml" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-model/securitycontrol-system/securitycontrol-system.iml" afterDir="false" />
|
2024-02-20 14:15:59 +08:00
|
|
|
<change beforePath="$PROJECT_DIR$/securitycontrol-model/securitycontrol-system/src/main/resources/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/securitycontrol-model/securitycontrol-system/src/main/resources/bootstrap.yml" afterDir="false" />
|
2024-02-20 13:17:10 +08:00
|
|
|
</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>
|
2024-02-20 18:11:48 +08:00
|
|
|
<component name="FileTemplateManagerImpl">
|
|
|
|
|
<option name="RECENT_TEMPLATES">
|
|
|
|
|
<list>
|
|
|
|
|
<option value="Class" />
|
|
|
|
|
<option value="Interface" />
|
|
|
|
|
</list>
|
|
|
|
|
</option>
|
|
|
|
|
</component>
|
2024-02-20 13:17:10 +08:00
|
|
|
<component name="Git.Settings">
|
|
|
|
|
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
|
|
|
<map>
|
2024-02-20 14:02:06 +08:00
|
|
|
<entry key="$PROJECT_DIR$" value="main" />
|
2024-02-20 13:17:10 +08:00
|
|
|
</map>
|
|
|
|
|
</option>
|
|
|
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
|
|
</component>
|
2024-02-20 14:02:06 +08:00
|
|
|
<component name="ProjectId" id="2ccMWJNstSjYA6F4LuJkdCbgmNC" />
|
|
|
|
|
<component name="ProjectLevelVcsManager">
|
|
|
|
|
<ConfirmationsSetting value="2" id="Add" />
|
2024-02-20 13:17:10 +08:00
|
|
|
</component>
|
|
|
|
|
<component name="ProjectViewState">
|
|
|
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
|
|
|
<option name="showLibraryContents" value="true" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="PropertiesComponent">
|
2024-02-20 14:02:06 +08:00
|
|
|
<property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
|
2024-02-20 18:11:48 +08:00
|
|
|
<property name="DatabaseDriversLRU" value="mysql" />
|
2024-02-20 13:17:10 +08:00
|
|
|
<property name="RequestMappingsPanelOrder0" value="0" />
|
|
|
|
|
<property name="RequestMappingsPanelOrder1" value="1" />
|
|
|
|
|
<property name="RequestMappingsPanelWidth0" value="75" />
|
|
|
|
|
<property name="RequestMappingsPanelWidth1" value="75" />
|
|
|
|
|
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
|
|
|
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
|
|
|
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
|
|
|
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
|
|
|
<property name="aspect.path.notification.shown" value="true" />
|
2024-02-20 18:11:48 +08:00
|
|
|
<property name="last_opened_file_path" value="$PROJECT_DIR$/securitycontrol-model/securitycontrol-system/src/main/resources/mapper" />
|
2024-02-20 13:17:10 +08:00
|
|
|
<property name="nodejs_package_manager_path" value="npm" />
|
|
|
|
|
</component>
|
2024-02-20 18:11:48 +08:00
|
|
|
<component name="ReactorSettings">
|
|
|
|
|
<option name="notificationShown" value="true" />
|
|
|
|
|
</component>
|
2024-02-20 13:17:10 +08:00
|
|
|
<component name="RecentsManager">
|
|
|
|
|
<key name="CopyFile.RECENT_KEYS">
|
2024-02-20 18:11:48 +08:00
|
|
|
<recent name="E:\ideaWorkspace\ah_jjzhgd_service\securitycontrol-model\securitycontrol-system\src\main\resources\mapper" />
|
2024-02-20 14:02:06 +08:00
|
|
|
<recent name="E:\ideaWorkspace\ah_jjzhgd_service\securitycontrol-commons\securitycontrol-commons-log\src\main" />
|
2024-02-20 13:17:10 +08:00
|
|
|
</key>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="RunAnythingCache">
|
|
|
|
|
<option name="myCommands">
|
|
|
|
|
<command value="mvn clean" />
|
2024-02-20 14:02:06 +08:00
|
|
|
<command value="mvn install" />
|
2024-02-20 13:17:10 +08:00
|
|
|
</option>
|
|
|
|
|
</component>
|
2024-02-20 14:15:59 +08:00
|
|
|
<component name="RunManager" selected="Spring Boot.VscSystemApplication">
|
2024-02-20 18:11:48 +08:00
|
|
|
<configuration name="SecurityUtils" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="com.securitycontrol.common.security.utils.SecurityUtils" />
|
|
|
|
|
<module name="securitycontrol-commons-security" />
|
|
|
|
|
<extension name="coverage">
|
|
|
|
|
<pattern>
|
|
|
|
|
<option name="PATTERN" value="com.securitycontrol.common.security.utils.*" />
|
|
|
|
|
<option name="ENABLED" value="true" />
|
|
|
|
|
</pattern>
|
|
|
|
|
</extension>
|
|
|
|
|
<method v="2">
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
2024-02-20 14:02:06 +08:00
|
|
|
<configuration name="GatewayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
2024-02-20 13:17:10 +08:00
|
|
|
<module name="securitycontrol-gateway" />
|
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.securitycontrol.gateway.GatewayApplication" />
|
|
|
|
|
<method v="2">
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="VscAuthApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
|
|
|
|
<module name="securitycontrol-auth" />
|
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.securitycontrol.auth.VscAuthApplication" />
|
|
|
|
|
<method v="2">
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="VscSystemApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
|
|
|
|
<module name="securitycontrol-system" />
|
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.securitycontrol.system.VscSystemApplication" />
|
|
|
|
|
<method v="2">
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
2024-02-20 18:11:48 +08:00
|
|
|
<recent_temporary>
|
|
|
|
|
<list>
|
|
|
|
|
<item itemvalue="Application.SecurityUtils" />
|
|
|
|
|
</list>
|
|
|
|
|
</recent_temporary>
|
2024-02-20 13:17:10 +08:00
|
|
|
</component>
|
|
|
|
|
<component name="SvnConfiguration">
|
|
|
|
|
<configuration />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="TaskManager">
|
|
|
|
|
<task active="true" id="Default" summary="Default task">
|
2024-02-20 14:02:06 +08:00
|
|
|
<changelist id="38edcd87-ada4-4894-a064-a836269e71e4" name="Default Changelist" comment="" />
|
|
|
|
|
<created>1708406443341</created>
|
2024-02-20 13:17:10 +08:00
|
|
|
<option name="number" value="Default" />
|
|
|
|
|
<option name="presentableId" value="Default" />
|
2024-02-20 14:02:06 +08:00
|
|
|
<updated>1708406443341</updated>
|
2024-02-20 18:11:48 +08:00
|
|
|
<workItem from="1708406446066" duration="15397000" />
|
2024-02-20 13:17:10 +08:00
|
|
|
</task>
|
2024-02-20 14:15:59 +08:00
|
|
|
<task id="LOCAL-00001" summary="初始化修改">
|
|
|
|
|
<created>1708408927745</created>
|
|
|
|
|
<option name="number" value="00001" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00001" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1708408927745</updated>
|
|
|
|
|
</task>
|
2024-02-20 18:11:48 +08:00
|
|
|
<task id="LOCAL-00002" summary="基础模块修改">
|
|
|
|
|
<created>1708409760396</created>
|
|
|
|
|
<option name="number" value="00002" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00002" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1708409760396</updated>
|
|
|
|
|
</task>
|
|
|
|
|
<task id="LOCAL-00003" summary="基础模块修改">
|
|
|
|
|
<created>1708412455493</created>
|
|
|
|
|
<option name="number" value="00003" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00003" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1708412455494</updated>
|
|
|
|
|
</task>
|
|
|
|
|
<option name="localTasksCounter" value="4" />
|
2024-02-20 13:17:10 +08:00
|
|
|
<servers />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
|
|
<option name="version" value="2" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="Vcs.Log.Tabs.Properties">
|
|
|
|
|
<option name="TAB_STATES">
|
|
|
|
|
<map>
|
|
|
|
|
<entry key="MAIN">
|
|
|
|
|
<value>
|
2024-02-20 14:02:06 +08:00
|
|
|
<State />
|
2024-02-20 13:17:10 +08:00
|
|
|
</value>
|
|
|
|
|
</entry>
|
|
|
|
|
</map>
|
|
|
|
|
</option>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="VcsManagerConfiguration">
|
2024-02-20 14:02:06 +08:00
|
|
|
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
2024-02-20 14:15:59 +08:00
|
|
|
<MESSAGE value="初始化修改" />
|
2024-02-20 18:11:48 +08:00
|
|
|
<MESSAGE value="基础模块修改" />
|
|
|
|
|
<option name="LAST_COMMIT_MESSAGE" value="基础模块修改" />
|
2024-02-20 13:17:10 +08:00
|
|
|
</component>
|
|
|
|
|
<component name="WindowStateProjectService">
|
2024-02-20 18:11:48 +08:00
|
|
|
<state x="552" y="178" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1708417712806">
|
|
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="552" y="178" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1708417712806" />
|
|
|
|
|
<state x="765" y="225" key="#com.intellij.ide.util.MemberChooser" timestamp="1708423612153">
|
|
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="765" y="225" key="#com.intellij.ide.util.MemberChooser/0.0.1920.1040@0.0.1920.1040" timestamp="1708423612153" />
|
|
|
|
|
<state x="472" y="443" key="#com.intellij.refactoring.move.MoveHandler.SelectRefactoringDialog" timestamp="1708413726823">
|
2024-02-20 14:15:59 +08:00
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
2024-02-20 18:11:48 +08:00
|
|
|
<state x="472" y="443" key="#com.intellij.refactoring.move.MoveHandler.SelectRefactoringDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1708413726823" />
|
|
|
|
|
<state width="454" height="466" key="DebuggerActiveHint" timestamp="1708422708907">
|
2024-02-20 14:15:59 +08:00
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
2024-02-20 18:11:48 +08:00
|
|
|
<state width="454" height="466" key="DebuggerActiveHint/0.0.1920.1040@0.0.1920.1040" timestamp="1708422708907" />
|
|
|
|
|
<state width="1877" height="354" key="GridCell.Tab.0.bottom" timestamp="1708423510888">
|
2024-02-20 13:17:10 +08:00
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
2024-02-20 18:11:48 +08:00
|
|
|
<state width="1877" height="354" key="GridCell.Tab.0.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1708423510888" />
|
|
|
|
|
<state width="1877" height="354" key="GridCell.Tab.0.center" timestamp="1708423510888">
|
2024-02-20 13:17:10 +08:00
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
2024-02-20 18:11:48 +08:00
|
|
|
<state width="1877" height="354" key="GridCell.Tab.0.center/0.0.1920.1040@0.0.1920.1040" timestamp="1708423510888" />
|
|
|
|
|
<state width="1877" height="354" key="GridCell.Tab.0.left" timestamp="1708423510888">
|
2024-02-20 13:17:10 +08:00
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
2024-02-20 18:11:48 +08:00
|
|
|
<state width="1877" height="354" key="GridCell.Tab.0.left/0.0.1920.1040@0.0.1920.1040" timestamp="1708423510888" />
|
|
|
|
|
<state width="1877" height="354" key="GridCell.Tab.0.right" timestamp="1708423510888">
|
2024-02-20 13:17:10 +08:00
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
2024-02-20 18:11:48 +08:00
|
|
|
<state width="1877" height="354" key="GridCell.Tab.0.right/0.0.1920.1040@0.0.1920.1040" timestamp="1708423510888" />
|
|
|
|
|
<state width="1877" height="354" key="GridCell.Tab.1.bottom" timestamp="1708423547572">
|
2024-02-20 13:17:10 +08:00
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
2024-02-20 18:11:48 +08:00
|
|
|
<state width="1877" height="354" key="GridCell.Tab.1.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1708423547572" />
|
|
|
|
|
<state width="1877" height="354" key="GridCell.Tab.1.center" timestamp="1708423547572">
|
2024-02-20 13:17:10 +08:00
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
2024-02-20 18:11:48 +08:00
|
|
|
<state width="1877" height="354" key="GridCell.Tab.1.center/0.0.1920.1040@0.0.1920.1040" timestamp="1708423547572" />
|
|
|
|
|
<state width="1877" height="354" key="GridCell.Tab.1.left" timestamp="1708423547572">
|
2024-02-20 13:17:10 +08:00
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
2024-02-20 18:11:48 +08:00
|
|
|
<state width="1877" height="354" key="GridCell.Tab.1.left/0.0.1920.1040@0.0.1920.1040" timestamp="1708423547572" />
|
|
|
|
|
<state width="1877" height="354" key="GridCell.Tab.1.right" timestamp="1708423547572">
|
2024-02-20 13:17:10 +08:00
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
2024-02-20 18:11:48 +08:00
|
|
|
<state width="1877" height="354" key="GridCell.Tab.1.right/0.0.1920.1040@0.0.1920.1040" timestamp="1708423547572" />
|
|
|
|
|
<state width="1877" height="302" key="GridCell.Tab.2.bottom" timestamp="1708423510619">
|
2024-02-20 13:17:10 +08:00
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
2024-02-20 18:11:48 +08:00
|
|
|
<state width="1877" height="302" key="GridCell.Tab.2.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1708423510619" />
|
|
|
|
|
<state width="1877" height="302" key="GridCell.Tab.2.center" timestamp="1708423510618">
|
|
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
|
|
|
|
<state width="1877" height="302" key="GridCell.Tab.2.center/0.0.1920.1040@0.0.1920.1040" timestamp="1708423510618" />
|
|
|
|
|
<state width="1877" height="302" key="GridCell.Tab.2.left" timestamp="1708423510617">
|
|
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
|
|
|
|
<state width="1877" height="302" key="GridCell.Tab.2.left/0.0.1920.1040@0.0.1920.1040" timestamp="1708423510617" />
|
|
|
|
|
<state width="1877" height="302" key="GridCell.Tab.2.right" timestamp="1708423510618">
|
|
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
|
|
|
|
<state width="1877" height="302" key="GridCell.Tab.2.right/0.0.1920.1040@0.0.1920.1040" timestamp="1708423510618" />
|
|
|
|
|
<state x="552" y="253" key="Vcs.Push.Dialog.v2" timestamp="1708412461493">
|
|
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="552" y="253" key="Vcs.Push.Dialog.v2/0.0.1920.1040@0.0.1920.1040" timestamp="1708412461493" />
|
|
|
|
|
<state width="968" height="528" key="XDebugger.FullValuePopup" timestamp="1708421653893">
|
|
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
|
|
|
|
<state width="968" height="528" key="XDebugger.FullValuePopup/0.0.1920.1040@0.0.1920.1040" timestamp="1708421653893" />
|
|
|
|
|
<state x="753" y="433" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1708409810755">
|
|
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="753" y="433" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.1920.1040@0.0.1920.1040" timestamp="1708409810755" />
|
|
|
|
|
<state x="616" y="240" width="672" height="677" key="run.anything.popup" timestamp="1708423352732">
|
|
|
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="616" y="240" width="672" height="677" key="run.anything.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1708423352732" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="XDebuggerManager">
|
|
|
|
|
<breakpoint-manager>
|
|
|
|
|
<breakpoints>
|
|
|
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/securitycontrol-auth/src/main/java/com/securitycontrol/auth/service/SysLoginService.java</url>
|
|
|
|
|
<line>46</line>
|
|
|
|
|
<option name="timeStamp" value="7" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/securitycontrol-auth/src/main/java/com/securitycontrol/auth/service/SysLoginService.java</url>
|
|
|
|
|
<line>65</line>
|
|
|
|
|
<option name="timeStamp" value="8" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/securitycontrol-model/securitycontrol-system/src/main/java/com/securitycontrol/system/controller/LoginController.java</url>
|
|
|
|
|
<line>75</line>
|
|
|
|
|
<option name="timeStamp" value="9" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
</breakpoints>
|
|
|
|
|
</breakpoint-manager>
|
2024-02-20 13:17:10 +08:00
|
|
|
</component>
|
|
|
|
|
</project>
|