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 ec09f71 commit c425b66Copy full SHA for c425b66
README.md
@@ -20,7 +20,9 @@ Store the CGPA of every student so on....
20
21
# How to run the application
22
23
-### Database Config
+**First import the project into Eclipse. Do not worry about errors right now.**
24
+
25
+## Database Config
26
27
Mysql 8 database is required for the application.
28
**_If you have mysql database already installed follow the below instruction:_**
@@ -43,7 +45,7 @@ If you used docker to install database then you can go to http://localhost:8181
43
45
44
46
## Running the application
47
-Select the project and _Run as_ **Java Application**
48
+Select the project in eclipse and _Run as_ **Java Application**
49
50

51
0 commit comments