This is the Diploma and Engineering Final Year Project.
To run this project you need MySQL Database and eclipse with tomcat server.
You should have MySQL database installed in System with Java and eclipse
-
Before importing project you need to install and Configure Tomcat in eclipse for more information see.
-
You can configure Database Password and other properties in /web-inf/spring/appServelet/Servelet-context.xml as shown bellow
<beans:bean id="dataSource"
class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
<beans:property name="driverClassName"
value="com.mysql.jdbc.Driver" />
<beans:property name="url"
value="jdbc:mysql://127.0.0.1:3306/test" />
<beans:property name="username" value="root" />
<beans:property name="password" value="root" />
</beans:bean>
- After all configuration Run project in Eclipse.
This Project is final year Project for diploma and engineering student. This Project help student to learn the basics about Spring web-MVC and hibernate. College Student Online Certificate Generation Project can be used by the College to Manage Students Data and save human efforts of creating certificates. This Project helps to track record of certificate and maintain college rules.
- Counting and Keep Track of how many certificates has been printed.
- Leaving Certificate of student can only be created if he is in last year.
- Bonafide cannot be created of Drop out Students.
- LC will be created for first time only copy of lC is created after that.
For More information and help in Project Mail me chaudharitushar2077@gmail.com