Student record management database using JAVA , MySQL.
Usage-
-
Create database using given template
-
Setup JDBC connection
- Provide username and password in StudentDBmysql.java
- Provide MySQL instance ip address and port
-
Add given jar libraries to project.
-
Build project.
-
Run StudentTest.java to test function using Junit 4.1.2
- Modify testing parameters accordingly
-
Run StudentDBMysql to run final project.