搭建springboot工程项目,基于mybatisplus做了增删改查,多删,逻辑删除,分页条件查询
正在显示
1 个修改的文件
包含
18 行增加
和
16 行删除
@@ -4,7 +4,9 @@ | @@ -4,7 +4,9 @@ | ||
4 | <option name="autoReloadType" value="SELECTIVE" /> | 4 | <option name="autoReloadType" value="SELECTIVE" /> |
5 | </component> | 5 | </component> |
6 | <component name="ChangeListManager"> | 6 | <component name="ChangeListManager"> |
7 | - <list default="true" id="5baa27a9-5c44-4760-a914-7f154035883c" name="变更" comment="" /> | 7 | + <list default="true" id="5baa27a9-5c44-4760-a914-7f154035883c" name="变更" comment="搭建springboot工程项目,基于mybatisplus做了增删改查,多删,逻辑删除,分页条件查询"> |
8 | + <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> | ||
9 | + </list> | ||
8 | <option name="SHOW_DIALOG" value="false" /> | 10 | <option name="SHOW_DIALOG" value="false" /> |
9 | <option name="HIGHLIGHT_CONFLICTS" value="true" /> | 11 | <option name="HIGHLIGHT_CONFLICTS" value="true" /> |
10 | <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> | 12 | <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> |
@@ -40,22 +42,22 @@ | @@ -40,22 +42,22 @@ | ||
40 | <option name="showMembers" value="true" /> | 42 | <option name="showMembers" value="true" /> |
41 | <option name="showVisibilityIcons" value="true" /> | 43 | <option name="showVisibilityIcons" value="true" /> |
42 | </component> | 44 | </component> |
43 | - <component name="PropertiesComponent"><![CDATA[{ | ||
44 | - "keyToString": { | ||
45 | - "RequestMappingsPanelOrder0": "0", | ||
46 | - "RequestMappingsPanelOrder1": "1", | ||
47 | - "RequestMappingsPanelWidth0": "75", | ||
48 | - "RequestMappingsPanelWidth1": "75", | ||
49 | - "RunOnceActivity.OpenProjectViewOnStart": "true", | ||
50 | - "RunOnceActivity.ShowReadmeOnStart": "true", | ||
51 | - "WebServerToolWindowFactoryState": "false", | ||
52 | - "last_opened_file_path": "C:/Users/Ding/IdeaProjects/studySpringBoot01", | ||
53 | - "project.structure.last.edited": "项目", | ||
54 | - "project.structure.proportion": "0.0", | ||
55 | - "project.structure.side.proportion": "0.2", | ||
56 | - "settings.editor.selected.configurable": "MavenSettings" | 45 | + <component name="PropertiesComponent">{ |
46 | + "keyToString": { | ||
47 | + "RequestMappingsPanelOrder0": "0", | ||
48 | + "RequestMappingsPanelOrder1": "1", | ||
49 | + "RequestMappingsPanelWidth0": "75", | ||
50 | + "RequestMappingsPanelWidth1": "75", | ||
51 | + "RunOnceActivity.OpenProjectViewOnStart": "true", | ||
52 | + "RunOnceActivity.ShowReadmeOnStart": "true", | ||
53 | + "WebServerToolWindowFactoryState": "false", | ||
54 | + "last_opened_file_path": "C:/Users/Ding/IdeaProjects/studySpringBoot01", | ||
55 | + "project.structure.last.edited": "项目", | ||
56 | + "project.structure.proportion": "0.0", | ||
57 | + "project.structure.side.proportion": "0.2", | ||
58 | + "settings.editor.selected.configurable": "MavenSettings" | ||
57 | } | 59 | } |
58 | -}]]></component> | 60 | +}</component> |
59 | <component name="RunManager" selected="JUnit.StudySpringBoot01ApplicationTests.save"> | 61 | <component name="RunManager" selected="JUnit.StudySpringBoot01ApplicationTests.save"> |
60 | <configuration name="StudySpringBoot01ApplicationTests.deleteByIds" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true"> | 62 | <configuration name="StudySpringBoot01ApplicationTests.deleteByIds" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true"> |
61 | <module name="studySpringBoot01" /> | 63 | <module name="studySpringBoot01" /> |
-
请 注册 或 登录 后发表评论