-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkspace.xml
84 lines (84 loc) · 4.76 KB
/
workspace.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?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="36bdfb7d-e2bf-414f-8210-6d4d07c4d286" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.mvn/wrapper/maven-wrapper.jar" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.mvn/wrapper/maven-wrapper.properties" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/mvnw" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/mvnw.cmd" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/example/registrationSystem/RegistrationSystemApplication.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/example/registrationSystem/model/Admin.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/example/registrationSystem/model/Batch.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/example/registrationSystem/model/Courses.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/example/registrationSystem/model/Instructor.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/example/registrationSystem/model/Student.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/example/registrationSystem/repository/AdminRepo.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/example/registrationSystem/repository/BatchRepo.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/example/registrationSystem/repository/CourseRepo.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/example/registrationSystem/repository/InstructorRepo.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/example/registrationSystem/repository/StudentRepo.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/.env.example" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/application.properties" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/test/java/com/example/registrationSystem/RegistrationSystemApplicationTests.java" beforeDir="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="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
<option name="mavenHome" value="Use Maven wrapper" />
<option name="useMavenConfig" value="true" />
</MavenGeneralSettings>
</option>
</component>
<component name="ProjectId" id="2MdH1DR9eCaNi9gMhqdBNlQIHD0" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<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",
"last_opened_file_path": "C:/Users/Priyanshu/OneDrive/Desktop/Priyanshu_fe19_0453/unit-6/sprint-1/day-4/SB201-Day_4-Assignment_JPQL_Q3"
}
}]]></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="36bdfb7d-e2bf-414f-8210-6d4d07c4d286" name="Changes" comment="" />
<created>1678090325887</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1678090325887</updated>
</task>
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
</project>