We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610211a commit ca9e8caCopy full SHA for ca9e8ca
.gitignore
@@ -0,0 +1 @@
1
+/.idea/
student-course-registration-system.iml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
4
+ <output url="file://$MODULE_DIR$/target/classes" />
5
+ <output-test url="file://$MODULE_DIR$/target/test-classes" />
6
+ <content url="file://$MODULE_DIR$">
7
+ <excludeFolder url="file://$MODULE_DIR$/target" />
8
+ </content>
9
+ <orderEntry type="inheritedJdk" />
10
+ <orderEntry type="sourceFolder" forTests="false" />
11
+ </component>
12
+</module>
0 commit comments