Compare commits

..

2 Commits

Author SHA1 Message Date
zwj f89234f08b test
10 months ago
zwj 4b25c53e55 test
10 months ago

@ -1 +0,0 @@
DIMS

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
</component>
</project>

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

@ -1,50 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="ad70301c-110e-4622-91a4-38f22109b92e" name="Changes" 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="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectColorInfo"><![CDATA[{
"associatedIndex": 5
}]]></component>
<component name="ProjectId" id="2qLclGrjwMAeMdrCFIhGeHUE8bg" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"git-widget-placeholder": "main",
"kotlin-language-version-configured": "true",
"last_opened_file_path": "D:/新建文件夹 (2)",
"nodejs_package_manager_path": "npm",
"vue.rearranger.settings.migration": "true"
}
}]]></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">
<changelist id="ad70301c-110e-4622-91a4-38f22109b92e" name="Changes" comment="" />
<created>1734445444322</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1734445444322</updated>
<workItem from="1734445445449" duration="35000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
</project>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

5230
nurse

File diff suppressed because it is too large Load Diff

@ -1,3 +1,4 @@
// 1
package com.dims.web.controller;
import java.util.List;
@ -24,7 +25,7 @@ public class AdminController {
@RequestMapping(value = "/index")
public String index() {
// 重定向到 WEB-INF/views/admin/welcome.jsp
// 重定向到 WEB-INF/views/admin/welcome.jsp
return "redirect:/admin/welcome";
}

@ -1,3 +1,4 @@
// test
package com.dims.web.controller;
import javax.servlet.http.HttpServletRequest;

@ -1,3 +1,4 @@
// test
package com.dims.web.controller;
import java.util.List;

@ -1,3 +1,4 @@
// test
package com.dims.web.controller;
import javax.servlet.http.HttpServletRequest;

Loading…
Cancel
Save