Commit 745a4a80 by 程裕兵

Initial commit

parent 0cf91193
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out
**/out
build
**/build
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
gradle
logs
*.log
*/target
\ No newline at end of file
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="7d3b4d64-700b-4cb0-bb38-8cff3a1ee4a4" name="Changes" comment="" /> <list default="true" id="7d3b4d64-700b-4cb0-bb38-8cff3a1ee4a4" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
</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" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
...@@ -17,6 +19,9 @@ ...@@ -17,6 +19,9 @@
</list> </list>
</option> </option>
</component> </component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration"> <component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" /> <option name="stateVersion" value="1" />
</component> </component>
...@@ -46,7 +51,7 @@ ...@@ -46,7 +51,7 @@
"RunOnceActivity.ShowReadmeOnStart": "true", "RunOnceActivity.ShowReadmeOnStart": "true",
"WebServerToolWindowFactoryState": "false", "WebServerToolWindowFactoryState": "false",
"jdk.selected.JAVA_MODULE": "1.8", "jdk.selected.JAVA_MODULE": "1.8",
"last_opened_file_path": "/Users/chengyubing/Documents/work/workspace/fitness/crontab-bff/server/src/main/resources", "last_opened_file_path": "/Users/chengyubing/Documents/work/workspace/fitness/crontab-bff",
"project.structure.last.edited": "Modules", "project.structure.last.edited": "Modules",
"project.structure.proportion": "0.15", "project.structure.proportion": "0.15",
"project.structure.side.proportion": "0.2", "project.structure.side.proportion": "0.2",
...@@ -55,6 +60,7 @@ ...@@ -55,6 +60,7 @@
}]]></component> }]]></component>
<component name="RecentsManager"> <component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS"> <key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$" />
<recent name="$PROJECT_DIR$/server/src/main/resources" /> <recent name="$PROJECT_DIR$/server/src/main/resources" />
</key> </key>
</component> </component>
...@@ -87,7 +93,7 @@ ...@@ -87,7 +93,7 @@
<option name="number" value="Default" /> <option name="number" value="Default" />
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1709780081519</updated> <updated>1709780081519</updated>
<workItem from="1709780083054" duration="2185000" /> <workItem from="1709780083054" duration="2336000" />
</task> </task>
<servers /> <servers />
</component> </component>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment