|
|
@ -4,10 +4,12 @@
|
|
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
|
|
</component>
|
|
|
|
</component>
|
|
|
|
<component name="ChangeListManager">
|
|
|
|
<component name="ChangeListManager">
|
|
|
|
<list default="true" id="09a0ab93-8583-4cca-9183-2b28acbb0d2c" name="Changes" comment="加入redis,缓存验证码和菜品,并且使用Spring">
|
|
|
|
<list default="true" id="09a0ab93-8583-4cca-9183-2b28acbb0d2c" name="Changes" comment="redis环境配置">
|
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/hactcm/cotroller/DishController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/hactcm/cotroller/DishController.java" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application.yml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/hactcm/cotroller/UserController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/hactcm/cotroller/UserController.java" afterDir="false" />
|
|
|
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/target/classes/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/application.yml" afterDir="false" />
|
|
|
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/target/classes/cn/edu/hactcm/cotroller/UserController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/edu/hactcm/cotroller/UserController.class" afterDir="false" />
|
|
|
|
</list>
|
|
|
|
</list>
|
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
@ -61,7 +63,7 @@
|
|
|
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
|
"WebServerToolWindowFactoryState": "false",
|
|
|
|
"WebServerToolWindowFactoryState": "false",
|
|
|
|
"last_opened_file_path": "D:/JavaWeb/project/take_out",
|
|
|
|
"last_opened_file_path": "D:/JavaWeb/project/take_out/src/main/java/cn/edu/hactcm/config",
|
|
|
|
"project.structure.last.edited": "Project",
|
|
|
|
"project.structure.last.edited": "Project",
|
|
|
|
"project.structure.proportion": "0.0",
|
|
|
|
"project.structure.proportion": "0.0",
|
|
|
|
"project.structure.side.proportion": "0.0",
|
|
|
|
"project.structure.side.proportion": "0.0",
|
|
|
@ -69,16 +71,19 @@
|
|
|
|
"spring.configuration.checksum": "c52b1b9a69639134c64c20f35b444ef6"
|
|
|
|
"spring.configuration.checksum": "c52b1b9a69639134c64c20f35b444ef6"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}</component>
|
|
|
|
}</component>
|
|
|
|
|
|
|
|
<component name="ReactorSettings">
|
|
|
|
|
|
|
|
<option name="notificationShown" value="true" />
|
|
|
|
|
|
|
|
</component>
|
|
|
|
<component name="RecentsManager">
|
|
|
|
<component name="RecentsManager">
|
|
|
|
<key name="CreateClassDialog.RecentsKey">
|
|
|
|
<key name="CreateClassDialog.RecentsKey">
|
|
|
|
<recent name="cn.edu.hactcm.service.impl" />
|
|
|
|
<recent name="cn.edu.hactcm.service.impl" />
|
|
|
|
</key>
|
|
|
|
</key>
|
|
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
|
|
|
|
|
|
<recent name="D:\JavaWeb\project\take_out\src\main\java\cn\edu\hactcm\config" />
|
|
|
|
<recent name="D:\JavaWeb\project\take_out\src\main\java\cn\edu\hactcm\entity" />
|
|
|
|
<recent name="D:\JavaWeb\project\take_out\src\main\java\cn\edu\hactcm\entity" />
|
|
|
|
<recent name="D:\JavaWeb\project\take_out\src\main\java\cn\edu\hactcm\common" />
|
|
|
|
<recent name="D:\JavaWeb\project\take_out\src\main\java\cn\edu\hactcm\common" />
|
|
|
|
<recent name="D:\JavaWeb\project\take_out\src\main\java\cn\edu\hactcm\cotroller" />
|
|
|
|
<recent name="D:\JavaWeb\project\take_out\src\main\java\cn\edu\hactcm\cotroller" />
|
|
|
|
<recent name="D:\JavaWeb\project\take_out\src\main\java\cn\edu\hactcm\service\impl" />
|
|
|
|
<recent name="D:\JavaWeb\project\take_out\src\main\java\cn\edu\hactcm\service\impl" />
|
|
|
|
<recent name="D:\JavaWeb\project\take_out\src\main\java\cn\edu\hactcm\service" />
|
|
|
|
|
|
|
|
</key>
|
|
|
|
</key>
|
|
|
|
</component>
|
|
|
|
</component>
|
|
|
|
<component name="RunManager" selected="Spring Boot.TakeOutApplication">
|
|
|
|
<component name="RunManager" selected="Spring Boot.TakeOutApplication">
|
|
|
@ -161,6 +166,7 @@
|
|
|
|
<workItem from="1681536930133" duration="12221000" />
|
|
|
|
<workItem from="1681536930133" duration="12221000" />
|
|
|
|
<workItem from="1681617252929" duration="9061000" />
|
|
|
|
<workItem from="1681617252929" duration="9061000" />
|
|
|
|
<workItem from="1681695089997" duration="825000" />
|
|
|
|
<workItem from="1681695089997" duration="825000" />
|
|
|
|
|
|
|
|
<workItem from="1681705529397" duration="2991000" />
|
|
|
|
</task>
|
|
|
|
</task>
|
|
|
|
<task id="LOCAL-00001" summary="加入redis,缓存验证码和菜品,并且使用Spring">
|
|
|
|
<task id="LOCAL-00001" summary="加入redis,缓存验证码和菜品,并且使用Spring">
|
|
|
|
<created>1681702796320</created>
|
|
|
|
<created>1681702796320</created>
|
|
|
@ -169,7 +175,14 @@
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
<updated>1681702796320</updated>
|
|
|
|
<updated>1681702796320</updated>
|
|
|
|
</task>
|
|
|
|
</task>
|
|
|
|
<option name="localTasksCounter" value="2" />
|
|
|
|
<task id="LOCAL-00002" summary="redis环境配置">
|
|
|
|
|
|
|
|
<created>1681704109575</created>
|
|
|
|
|
|
|
|
<option name="number" value="00002" />
|
|
|
|
|
|
|
|
<option name="presentableId" value="LOCAL-00002" />
|
|
|
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
|
|
|
<updated>1681704109575</updated>
|
|
|
|
|
|
|
|
</task>
|
|
|
|
|
|
|
|
<option name="localTasksCounter" value="3" />
|
|
|
|
<servers />
|
|
|
|
<servers />
|
|
|
|
</component>
|
|
|
|
</component>
|
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
@ -188,6 +201,7 @@
|
|
|
|
</component>
|
|
|
|
</component>
|
|
|
|
<component name="VcsManagerConfiguration">
|
|
|
|
<component name="VcsManagerConfiguration">
|
|
|
|
<MESSAGE value="加入redis,缓存验证码和菜品,并且使用Spring" />
|
|
|
|
<MESSAGE value="加入redis,缓存验证码和菜品,并且使用Spring" />
|
|
|
|
<option name="LAST_COMMIT_MESSAGE" value="加入redis,缓存验证码和菜品,并且使用Spring" />
|
|
|
|
<MESSAGE value="redis环境配置" />
|
|
|
|
|
|
|
|
<option name="LAST_COMMIT_MESSAGE" value="redis环境配置" />
|
|
|
|
</component>
|
|
|
|
</component>
|
|
|
|
</project>
|
|
|
|
</project>
|