167 lines
7.2 KiB
XML
167 lines
7.2 KiB
XML
|
<?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="dc8bc2a4-2727-4233-a85e-48d327ae600a" name="更改" comment="实现角色管理模块">
|
||
|
<change beforePath="$PROJECT_DIR$/service/service-acl/src/main/java/com/atguigu/ssyx/acl/controller/RoleController.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-acl/src/main/java/com/atguigu/ssyx/acl/controller/RoleController.java" 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="ProjectColorInfo">{
|
||
|
"associatedIndex": 5
|
||
|
}</component>
|
||
|
<component name="ProjectId" id="2VK9C6BZg4nTW0qxmx1d3lbawsD" />
|
||
|
<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"><![CDATA[{
|
||
|
"keyToString": {
|
||
|
"ASKED_ADD_EXTERNAL_FILES": "true",
|
||
|
"ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
||
|
"RequestMappingsPanelOrder0": "0",
|
||
|
"RequestMappingsPanelOrder1": "1",
|
||
|
"RequestMappingsPanelWidth0": "75",
|
||
|
"RequestMappingsPanelWidth1": "75",
|
||
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
||
|
"WebServerToolWindowFactoryState": "false",
|
||
|
"git-widget-placeholder": "master",
|
||
|
"jdk.selected.JAVA_MODULE": "1.8",
|
||
|
"last_opened_file_path": "/Users/yovinchen/project/Java/ssyx/guigu-ssyx-parent/service/service-acl/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)",
|
||
|
"project.structure.last.edited": "全局库",
|
||
|
"project.structure.proportion": "0.15",
|
||
|
"project.structure.side.proportion": "0.2",
|
||
|
"settings.editor.selected.configurable": "reference.settings.project.maven.importing",
|
||
|
"spring.configuration.checksum": "c8698ee61ed41773302bde3c873b368f",
|
||
|
"vue.rearranger.settings.migration": "true"
|
||
|
}
|
||
|
}]]></component>
|
||
|
<component name="RecentsManager">
|
||
|
<key name="CopyFile.RECENT_KEYS">
|
||
|
<recent name="$PROJECT_DIR$/service/service-acl/src/main/resources" />
|
||
|
<recent name="$PROJECT_DIR$/model/src/main/java" />
|
||
|
</key>
|
||
|
</component>
|
||
|
<component name="RunManager" selected="Spring Boot.ServiceAclApplication">
|
||
|
<configuration name="CodeGet" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||
|
<option name="MAIN_CLASS_NAME" value="com.atguigu.ssys.CodeGet" />
|
||
|
<module name="service-acl" />
|
||
|
<extension name="coverage">
|
||
|
<pattern>
|
||
|
<option name="PATTERN" value="com.atguigu.ssys.*" />
|
||
|
<option name="ENABLED" value="true" />
|
||
|
</pattern>
|
||
|
</extension>
|
||
|
<method v="2">
|
||
|
<option name="Make" enabled="true" />
|
||
|
</method>
|
||
|
</configuration>
|
||
|
<configuration name="ServiceAclApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
||
|
<option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
|
||
|
<module name="service-acl" />
|
||
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.atguigu.ssyx.ServiceAclApplication" />
|
||
|
<extension name="coverage">
|
||
|
<pattern>
|
||
|
<option name="PATTERN" value="com.atguigu.ssyx.*" />
|
||
|
<option name="ENABLED" value="true" />
|
||
|
</pattern>
|
||
|
</extension>
|
||
|
<method v="2">
|
||
|
<option name="Make" enabled="true" />
|
||
|
</method>
|
||
|
</configuration>
|
||
|
<recent_temporary>
|
||
|
<list>
|
||
|
<item itemvalue="Spring Boot.ServiceAclApplication" />
|
||
|
<item itemvalue="应用程序.CodeGet" />
|
||
|
</list>
|
||
|
</recent_temporary>
|
||
|
</component>
|
||
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
|
||
|
<component name="SvnConfiguration">
|
||
|
<configuration>$USER_HOME$/.subversion</configuration>
|
||
|
</component>
|
||
|
<component name="TaskManager">
|
||
|
<task active="true" id="Default" summary="默认任务">
|
||
|
<changelist id="dc8bc2a4-2727-4233-a85e-48d327ae600a" name="更改" comment="" />
|
||
|
<created>1694573773215</created>
|
||
|
<option name="number" value="Default" />
|
||
|
<option name="presentableId" value="Default" />
|
||
|
<updated>1694573773215</updated>
|
||
|
<workItem from="1694573774221" duration="577000" />
|
||
|
<workItem from="1694574355312" duration="1500000" />
|
||
|
<workItem from="1694575984386" duration="1099000" />
|
||
|
<workItem from="1694577679743" duration="5309000" />
|
||
|
<workItem from="1694584863981" duration="62000" />
|
||
|
<workItem from="1694585097620" duration="7000" />
|
||
|
<workItem from="1694596269628" duration="8952000" />
|
||
|
</task>
|
||
|
<task id="LOCAL-00001" summary="实现角色管理模块">
|
||
|
<option name="closed" value="true" />
|
||
|
<created>1694654917651</created>
|
||
|
<option name="number" value="00001" />
|
||
|
<option name="presentableId" value="LOCAL-00001" />
|
||
|
<option name="project" value="LOCAL" />
|
||
|
<updated>1694654917651</updated>
|
||
|
</task>
|
||
|
<option name="localTasksCounter" value="2" />
|
||
|
<servers />
|
||
|
</component>
|
||
|
<component name="TypeScriptGeneratedFilesManager">
|
||
|
<option name="version" value="3" />
|
||
|
</component>
|
||
|
<component name="Vcs.Log.Tabs.Properties">
|
||
|
<option name="TAB_STATES">
|
||
|
<map>
|
||
|
<entry key="MAIN">
|
||
|
<value>
|
||
|
<State />
|
||
|
</value>
|
||
|
</entry>
|
||
|
</map>
|
||
|
</option>
|
||
|
</component>
|
||
|
<component name="VcsManagerConfiguration">
|
||
|
<option name="CHECK_CODE_CLEANUP_BEFORE_PROJECT_COMMIT" value="true" />
|
||
|
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||
|
<MESSAGE value="实现角色管理模块" />
|
||
|
<option name="LAST_COMMIT_MESSAGE" value="实现角色管理模块" />
|
||
|
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="true" />
|
||
|
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="true" />
|
||
|
<option name="REARRANGE_BEFORE_PROJECT_COMMIT" value="true" />
|
||
|
</component>
|
||
|
<component name="XDebuggerManager">
|
||
|
<breakpoint-manager>
|
||
|
<breakpoints>
|
||
|
<breakpoint enabled="true" type="java-exception">
|
||
|
<properties class="java.nio.channels.AsynchronousCloseException" package="java.nio.channels" />
|
||
|
<option name="timeStamp" value="1" />
|
||
|
</breakpoint>
|
||
|
</breakpoints>
|
||
|
</breakpoint-manager>
|
||
|
</component>
|
||
|
</project>
|