|
@@ -0,0 +1,199 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<project version="4">
|
|
|
+ <component name="ChangeListManager">
|
|
|
+ <list default="true" id="c5a24e7a-e8cf-45f7-8d0b-25810e3d773a" name="默认更改列表" comment="" />
|
|
|
+ <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="HTML File" />
|
|
|
+ <option value="Class" />
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="ProjectId" id="1lzQTfAXKnwTcVbccaZ8sG4KP4p" />
|
|
|
+ <component name="ProjectViewState">
|
|
|
+ <option name="hideEmptyMiddlePackages" value="true" />
|
|
|
+ <option name="showLibraryContents" value="true" />
|
|
|
+ </component>
|
|
|
+ <component name="PropertiesComponent">
|
|
|
+ <property name="DefaultHtmlFileTemplate" value="HTML File" />
|
|
|
+ <property name="ExpandSpringBootJavaOptionsPanel" value="true" />
|
|
|
+ <property name="RequestMappingsPanelOrder0" value="0" />
|
|
|
+ <property name="RequestMappingsPanelOrder1" value="1" />
|
|
|
+ <property name="RequestMappingsPanelWidth0" value="75" />
|
|
|
+ <property name="RequestMappingsPanelWidth1" value="75" />
|
|
|
+ <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
|
+ <property name="WebServerToolWindowFactoryState" value="false" />
|
|
|
+ <property name="aspect.path.notification.shown" value="true" />
|
|
|
+ <property name="jdk.selected.JAVA_MODULE" value="1.8" />
|
|
|
+ <property name="last_opened_file_path" value="$PROJECT_DIR$/sso-login/src/main/java/com/sso/login/controller" />
|
|
|
+ <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="project.structure.last.edited" value="模块" />
|
|
|
+ <property name="project.structure.proportion" value="0.15" />
|
|
|
+ <property name="project.structure.side.proportion" value="0.2" />
|
|
|
+ <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.annotationProcessors" />
|
|
|
+ </component>
|
|
|
+ <component name="RecentsManager">
|
|
|
+ <key name="CopyFile.RECENT_KEYS">
|
|
|
+ <recent name="E:\Idea\sso-web\sso-login\src\main\java\com\sso\login\controller" />
|
|
|
+ <recent name="E:\Idea\sso-web\sso-login\src\main\java\com\sso\login\utils" />
|
|
|
+ <recent name="E:\Idea\sso-web\sso-vip\src\main\resources\templates" />
|
|
|
+ <recent name="E:\Idea\sso-web\sso-vip\src\main\resources" />
|
|
|
+ <recent name="E:\Idea\sso-web\sso-main\src\main\resources" />
|
|
|
+ </key>
|
|
|
+ <key name="MoveFile.RECENT_KEYS">
|
|
|
+ <recent name="E:\Idea\sso-web\sso-login\src\main\resources\templates" />
|
|
|
+ <recent name="E:\Idea\sso-web\sso-login\src\main\resources\static" />
|
|
|
+ <recent name="E:\Idea\sso-web\sso-login\webapp" />
|
|
|
+ </key>
|
|
|
+ </component>
|
|
|
+ <component name="RunManager" selected="Spring Boot.VipApp">
|
|
|
+ <configuration name="LoginApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="sso-login" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="com.sso.login.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="com.sso.login.LoginApp" />
|
|
|
+ <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
|
|
|
+ <option name="ALTERNATIVE_JRE_PATH" />
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="MainApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="sso-main" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="com.sso.main.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="com.sso.main.MainApp" />
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="VipApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="sso-vip" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="com.sso.vip.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="com.sso.vip.VipApp" />
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <list>
|
|
|
+ <item itemvalue="Spring Boot.LoginApp" />
|
|
|
+ <item itemvalue="Spring Boot.MainApp" />
|
|
|
+ <item itemvalue="Spring Boot.VipApp" />
|
|
|
+ </list>
|
|
|
+ <recent_temporary>
|
|
|
+ <list>
|
|
|
+ <item itemvalue="Spring Boot.VipApp" />
|
|
|
+ <item itemvalue="Spring Boot.MainApp" />
|
|
|
+ <item itemvalue="Spring Boot.LoginApp" />
|
|
|
+ </list>
|
|
|
+ </recent_temporary>
|
|
|
+ </component>
|
|
|
+ <component name="SvnConfiguration">
|
|
|
+ <configuration />
|
|
|
+ </component>
|
|
|
+ <component name="TaskManager">
|
|
|
+ <task active="true" id="Default" summary="Default task">
|
|
|
+ <changelist id="c5a24e7a-e8cf-45f7-8d0b-25810e3d773a" name="默认更改列表" comment="" />
|
|
|
+ <created>1608597448224</created>
|
|
|
+ <option name="number" value="Default" />
|
|
|
+ <option name="presentableId" value="Default" />
|
|
|
+ <updated>1608597448224</updated>
|
|
|
+ <workItem from="1608597450909" duration="10657000" />
|
|
|
+ <workItem from="1608614660628" duration="4822000" />
|
|
|
+ </task>
|
|
|
+ <servers />
|
|
|
+ </component>
|
|
|
+ <component name="TypeScriptGeneratedFilesManager">
|
|
|
+ <option name="version" value="1" />
|
|
|
+ </component>
|
|
|
+ <component name="WindowStateProjectService">
|
|
|
+ <state x="828" y="186" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1608598947800">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state x="828" y="186" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1920.1050@0.0.1920.1050" timestamp="1608598947800" />
|
|
|
+ <state x="1103" y="314" key="#com.intellij.ide.util.TreeClassChooserDialog" timestamp="1608598935558">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state x="1103" y="314" key="#com.intellij.ide.util.TreeClassChooserDialog/0.0.1920.1050@0.0.1920.1050" timestamp="1608598935558" />
|
|
|
+ <state x="1189" y="441" key="#com.intellij.javaee.module.view.web.EditWebRootDialog" timestamp="1608599443382">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state x="1189" y="441" key="#com.intellij.javaee.module.view.web.EditWebRootDialog/0.0.1920.1050@0.0.1920.1050" timestamp="1608599443382" />
|
|
|
+ <state x="1170" y="277" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1608603344267">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state x="1170" y="277" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.0.1920.1050@0.0.1920.1050" timestamp="1608603344267" />
|
|
|
+ <state x="1032" y="189" key="#项目结构" timestamp="1608616244825">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state x="1032" y="189" key="#项目结构/0.0.1920.1050@0.0.1920.1050" timestamp="1608616244825" />
|
|
|
+ <state x="1154" y="286" key="FileChooserDialogImpl" timestamp="1608599626317">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state x="1154" y="286" key="FileChooserDialogImpl/0.0.1920.1050@0.0.1920.1050" timestamp="1608599626317" />
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.0.bottom" timestamp="1608619487493">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.0.bottom/0.0.1920.1050@0.0.1920.1050" timestamp="1608619487493" />
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.0.center" timestamp="1608619487493">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.0.center/0.0.1920.1050@0.0.1920.1050" timestamp="1608619487493" />
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.0.left" timestamp="1608619487493">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.0.left/0.0.1920.1050@0.0.1920.1050" timestamp="1608619487493" />
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.0.right" timestamp="1608619487493">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.0.right/0.0.1920.1050@0.0.1920.1050" timestamp="1608619487493" />
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.1.bottom" timestamp="1608619487493">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.1.bottom/0.0.1920.1050@0.0.1920.1050" timestamp="1608619487493" />
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.1.center" timestamp="1608619487493">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.1.center/0.0.1920.1050@0.0.1920.1050" timestamp="1608619487493" />
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.1.left" timestamp="1608619487493">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.1.left/0.0.1920.1050@0.0.1920.1050" timestamp="1608619487493" />
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.1.right" timestamp="1608619487493">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state width="1877" height="282" key="GridCell.Tab.1.right/0.0.1920.1050@0.0.1920.1050" timestamp="1608619487493" />
|
|
|
+ <state x="880" y="103" key="SettingsEditor" timestamp="1608599446226">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state x="880" y="103" key="SettingsEditor/0.0.1920.1050@0.0.1920.1050" timestamp="1608599446226" />
|
|
|
+ <state x="669" y="305" key="new project wizard" timestamp="1608597551310">
|
|
|
+ <screen x="0" y="0" width="1920" height="1050" />
|
|
|
+ </state>
|
|
|
+ <state x="669" y="305" key="new project wizard/0.0.1920.1050@0.0.1920.1050" timestamp="1608597551310" />
|
|
|
+ </component>
|
|
|
+</project>
|