392 lines
28 KiB
XML
392 lines
28 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="BranchesTreeState">
|
|
<expand>
|
|
<path>
|
|
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
<item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
</path>
|
|
</expand>
|
|
<select />
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="67cff521-fc8d-46a7-a99a-785205090294" name="Default Changelist" comment="csaaa">
|
|
<change afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/jarRepositories.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/misc.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$/bwie-auth/pom.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/AuthApplication.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/config/ConfirmCallbackConfig.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/config/ReturnCallbackConfig.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/controller/AuthController.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/feign/UserFeignService.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/service/AuthUserService.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/java/com/bwie/auth/service/impl/AuthUserServiceImpl.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/src/main/resources/bootstrap.yml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/bwie-auth-1.0-SNAPSHOT.jar" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/classes/bootstrap.yml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/classes/com/bwie/auth/AuthApplication.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/classes/com/bwie/auth/config/ConfirmCallbackConfig.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/classes/com/bwie/auth/config/ReturnCallbackConfig.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/classes/com/bwie/auth/controller/AuthController.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/classes/com/bwie/auth/feign/UserFeignService.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/classes/com/bwie/auth/service/AuthUserService.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/classes/com/bwie/auth/service/impl/AuthUserServiceImpl.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/maven-archiver/pom.properties" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-auth/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/pom.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/config/RedisConfig.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/constants/JwtConstants.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/constants/RabbitMQOneConstants.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/constants/RabbitMQTwoConstants.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/constants/ResultConstants.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/constants/RoleEnumConstants.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/constants/TokenConstants.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/domain/User.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/domain/request/LoginRequest.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/domain/response/JwtResponse.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/result/PageResult.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/result/Result.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/utils/JwtUtils.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/utils/Msg/HttpUtils.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/utils/Msg/MsgUtil.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/utils/OssUtil.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/utils/StringUtils.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/utils/TelSmsUtils.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/bwie-common-1.0-SNAPSHOT.jar" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/config/RedisConfig.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/constants/JwtConstants.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/constants/RabbitMQOneConstants.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/constants/RabbitMQTwoConstants.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/constants/ResultConstants.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/constants/RoleEnumConstants.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/constants/TokenConstants.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/domain/User.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/domain/request/LoginRequest.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/domain/response/JwtResponse.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/result/PageResult.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/result/Result.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/utils/JwtUtils.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/utils/Msg/HttpUtils$1.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/utils/Msg/HttpUtils.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/utils/Msg/MsgUtil.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/utils/OssUtil.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/utils/StringUtils.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/classes/com/bwie/common/utils/TelSmsUtils.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/maven-archiver/pom.properties" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-day11_16.iml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/pom.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/src/main/java/com/bwie/gateway/GateWayApplication.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/src/main/java/com/bwie/gateway/config/IgnoreWhiteConfig.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/src/main/java/com/bwie/gateway/filters/AuthFilter.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/src/main/java/com/bwie/gateway/utils/GatewayUtils.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/src/main/resources/bootstrap.yml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/target/bwie-gateway-1.0-SNAPSHOT.jar" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/target/classes/bootstrap.yml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/target/classes/com/bwie/gateway/GateWayApplication.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/target/classes/com/bwie/gateway/config/IgnoreWhiteConfig.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/target/classes/com/bwie/gateway/filters/AuthFilter.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/target/classes/com/bwie/gateway/utils/GatewayUtils.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/target/maven-archiver/pom.properties" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-gateway/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/bwie-user.iml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/pom.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/src/main/java/com/bwie/user/UserApplication.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/src/main/java/com/bwie/user/config/FastUtil.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/src/main/java/com/bwie/user/controller/UserController.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/src/main/java/com/bwie/user/mapper/UserMapper.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/src/main/java/com/bwie/user/service/UserService.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/src/main/java/com/bwie/user/service/impl/UserServiceImpl.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/src/main/resources/bootstrap.yml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/src/main/resources/mappers/UserMapper.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/bwie-user-1.0-SNAPSHOT.jar" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/classes/bootstrap.yml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/classes/com/bwie/user/UserApplication.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/classes/com/bwie/user/config/FastUtil.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/classes/com/bwie/user/controller/UserController.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/classes/com/bwie/user/mapper/UserMapper.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/classes/com/bwie/user/service/UserService.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/classes/com/bwie/user/service/impl/UserServiceImpl.class" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/classes/mappers/UserMapper.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/maven-archiver/pom.properties" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-user/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/pom.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/pom.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="Interface" />
|
|
<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="$PROJECT_DIR$/../../../apache-maven-3.6.1" />
|
|
<option name="userSettingsFile" value="D:\apache-maven-3.6.1\conf\settings.xml" />
|
|
</MavenGeneralSettings>
|
|
</option>
|
|
</component>
|
|
<component name="MavenRunner">
|
|
<option name="delegateBuildToMaven" value="true" />
|
|
<option name="jreName" value="1.8" />
|
|
</component>
|
|
<component name="ProjectId" id="2YFynfcZCVw7lMSP0padUhwtqAx" />
|
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
<component name="ProjectViewState">
|
|
<option name="showLibraryContents" value="true" />
|
|
<option name="showVisibilityIcons" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent">
|
|
<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="WebServerToolWindowFactoryState" value="false" />
|
|
<property name="any.rule.ignoreSwayRod" value="true" />
|
|
<property name="aspect.path.notification.shown" value="true" />
|
|
<property name="last_opened_file_path" value="$PROJECT_DIR$/bwie-modules/bwie-user/src/main/java" />
|
|
<property name="node.js.detected.package.eslint" value="true" />
|
|
<property name="node.js.detected.package.tslint" value="true" />
|
|
<property name="node.js.path.for.package.eslint" value="project" />
|
|
<property name="node.js.path.for.package.tslint" value="project" />
|
|
<property name="node.js.selected.package.eslint" value="(autodetect)" />
|
|
<property name="node.js.selected.package.tslint" value="(autodetect)" />
|
|
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
|
|
</component>
|
|
<component name="ReactorSettings">
|
|
<option name="notificationShown" value="true" />
|
|
</component>
|
|
<component name="RecentsManager">
|
|
<key name="CreateClassDialog.RecentsKey">
|
|
<recent name="com.bwie.auth.service" />
|
|
<recent name="com.bwie.user.mapper" />
|
|
<recent name="com.bwie.user.service" />
|
|
</key>
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
<recent name="D:\workspace\2105A-Five-Boot\bwie-day11_16\bwie-modules\bwie-user\src\main\java" />
|
|
<recent name="D:\workspace\2105A-Five-Boot\bwie-day11_16\bwie-modules\bwie-user\src\main\resources" />
|
|
<recent name="D:\workspace\2105A-Five-Boot\bwie-day11_16\bwie-gateway\src\main\java" />
|
|
<recent name="D:\workspace\2105A-Five-Boot\bwie-day11_16\bwie-gateway\src\main\resources" />
|
|
<recent name="D:\workspace\2105A-Five-Boot\bwie-day11_16\bwie-common\src\main\java" />
|
|
</key>
|
|
</component>
|
|
<component name="RunDashboard">
|
|
<option name="configurationTypes">
|
|
<set>
|
|
<option value="SpringBootApplicationConfigurationType" />
|
|
</set>
|
|
</option>
|
|
</component>
|
|
<component name="RunManager" selected="Spring Boot.AuthApplication">
|
|
<configuration name="AuthApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
<module name="bwie-auth" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="com.bwie.auth.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bwie.auth.AuthApplication" />
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="GateWayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
<module name="bwie-gateway" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="com.bwie.gateway.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bwie.gateway.GateWayApplication" />
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="UserApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
<module name="bwie-user" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="com.bwie.user.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bwie.user.UserApplication" />
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<recent_temporary>
|
|
<list>
|
|
<item itemvalue="Spring Boot.GateWayApplication" />
|
|
<item itemvalue="Spring Boot.UserApplication" />
|
|
<item itemvalue="Spring Boot.AuthApplication" />
|
|
</list>
|
|
</recent_temporary>
|
|
</component>
|
|
<component name="SvnConfiguration">
|
|
<configuration />
|
|
</component>
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="67cff521-fc8d-46a7-a99a-785205090294" name="Default Changelist" comment="" />
|
|
<created>1700135790463</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1700135790463</updated>
|
|
<workItem from="1700135795497" duration="3946000" />
|
|
<workItem from="1700139825191" duration="42000" />
|
|
<workItem from="1700139891390" duration="1935000" />
|
|
<workItem from="1700145367167" duration="319000" />
|
|
<workItem from="1700146378364" duration="9503000" />
|
|
</task>
|
|
<task id="LOCAL-00001" summary="Revert "aaa" This reverts commit 9eece9aeaf2788273a4d09c0014d2068de886d7c.">
|
|
<created>1700155550523</created>
|
|
<option name="number" value="00001" />
|
|
<option name="presentableId" value="LOCAL-00001" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1700155550524</updated>
|
|
</task>
|
|
<option name="localTasksCounter" value="2" />
|
|
<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>
|
|
<State />
|
|
</value>
|
|
</entry>
|
|
</map>
|
|
</option>
|
|
<option name="oldMeFiltersMigrated" value="true" />
|
|
</component>
|
|
<component name="VcsManagerConfiguration">
|
|
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
|
<option name="CHECK_NEW_TODO" value="false" />
|
|
<MESSAGE value="Revert "aaa" This reverts commit 9eece9aeaf2788273a4d09c0014d2068de886d7c." />
|
|
<MESSAGE value="csaaa" />
|
|
<option name="LAST_COMMIT_MESSAGE" value="csaaa" />
|
|
</component>
|
|
<component name="WindowStateProjectService">
|
|
<state x="1450" y="306" key="FileChooserDialogImpl" timestamp="1700136318185">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state x="1450" y="306" key="FileChooserDialogImpl/0.0.1920.1040@0.0.1920.1040" timestamp="1700136318185" />
|
|
<state width="1302" height="552" key="GridCell.Tab.0.bottom" timestamp="1700157847205">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state width="1302" height="552" key="GridCell.Tab.0.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1700157847205" />
|
|
<state width="1302" height="552" key="GridCell.Tab.0.center" timestamp="1700157847203">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state width="1302" height="552" key="GridCell.Tab.0.center/0.0.1920.1040@0.0.1920.1040" timestamp="1700157847203" />
|
|
<state width="1302" height="552" key="GridCell.Tab.0.left" timestamp="1700157847202">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state width="1302" height="552" key="GridCell.Tab.0.left/0.0.1920.1040@0.0.1920.1040" timestamp="1700157847202" />
|
|
<state width="1302" height="552" key="GridCell.Tab.0.right" timestamp="1700157847204">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state width="1302" height="552" key="GridCell.Tab.0.right/0.0.1920.1040@0.0.1920.1040" timestamp="1700157847204" />
|
|
<state width="1302" height="552" key="GridCell.Tab.1.bottom" timestamp="1700157847207">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state width="1302" height="552" key="GridCell.Tab.1.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1700157847207" />
|
|
<state width="1302" height="552" key="GridCell.Tab.1.center" timestamp="1700157847207">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state width="1302" height="552" key="GridCell.Tab.1.center/0.0.1920.1040@0.0.1920.1040" timestamp="1700157847207" />
|
|
<state width="1302" height="552" key="GridCell.Tab.1.left" timestamp="1700157847207">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state width="1302" height="552" key="GridCell.Tab.1.left/0.0.1920.1040@0.0.1920.1040" timestamp="1700157847207" />
|
|
<state width="1302" height="552" key="GridCell.Tab.1.right" timestamp="1700157847207">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state width="1302" height="552" key="GridCell.Tab.1.right/0.0.1920.1040@0.0.1920.1040" timestamp="1700157847207" />
|
|
<state width="1302" height="552" key="GridCell.Tab.2.bottom" timestamp="1700157847208">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state width="1302" height="552" key="GridCell.Tab.2.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1700157847208" />
|
|
<state width="1302" height="552" key="GridCell.Tab.2.center" timestamp="1700157847208">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state width="1302" height="552" key="GridCell.Tab.2.center/0.0.1920.1040@0.0.1920.1040" timestamp="1700157847208" />
|
|
<state width="1302" height="552" key="GridCell.Tab.2.left" timestamp="1700157847208">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state width="1302" height="552" key="GridCell.Tab.2.left/0.0.1920.1040@0.0.1920.1040" timestamp="1700157847208" />
|
|
<state width="1302" height="552" key="GridCell.Tab.2.right" timestamp="1700157847208">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state width="1302" height="552" key="GridCell.Tab.2.right/0.0.1920.1040@0.0.1920.1040" timestamp="1700157847208" />
|
|
<state x="483" y="187" key="SettingsEditor" timestamp="1700139767334">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state x="483" y="187" key="SettingsEditor/0.0.1920.1040@0.0.1920.1040" timestamp="1700139767334" />
|
|
<state x="741" y="297" key="Vcs.Push.Dialog.v2" timestamp="1700158086421">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state x="741" y="297" key="Vcs.Push.Dialog.v2/0.0.1920.1040@0.0.1920.1040" timestamp="1700158086421" />
|
|
<state x="806" y="274" key="any.rule" timestamp="1700139195010">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state x="806" y="274" key="any.rule/0.0.1920.1040@0.0.1920.1040" timestamp="1700139195010" />
|
|
<state x="892" y="463" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1700158105905">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state x="892" y="463" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.1920.1040@0.0.1920.1040" timestamp="1700158105905" />
|
|
<state x="733" y="437" key="git4idea.remote.GitConfigureRemotesDialog" timestamp="1700158035272">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state x="733" y="437" key="git4idea.remote.GitConfigureRemotesDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1700158035271" />
|
|
<state x="550" y="257" key="new project wizard" timestamp="1700135918498">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state x="550" y="257" key="new project wizard/0.0.1920.1040@0.0.1920.1040" timestamp="1700135918498" />
|
|
<state x="776" y="255" width="672" height="678" key="search.everywhere.popup" timestamp="1700150790941">
|
|
<screen x="0" y="0" width="1920" height="1040" />
|
|
</state>
|
|
<state x="776" y="255" width="672" height="678" key="search.everywhere.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1700150790941" />
|
|
</component>
|
|
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
|
<SUITE FILE_PATH="coverage/bwie_day11_16$UserApplication.ic" NAME="UserApplication Coverage Results" MODIFIED="1700139602788" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false">
|
|
<FILTER>com.bwie.user.*</FILTER>
|
|
</SUITE>
|
|
</component>
|
|
</project> |