Skip to content

Simple contact management system, developed using java, maven & JDBC .

License

Notifications You must be signed in to change notification settings

sibashish99/Contact-Management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact-Management-system

CLone the Repository

https://github.com/sibashish99/Contact-Management-system.git

Usage

1) install OracleDB & redirect to /src/main/java/com/project/util/DbConnection.java and change 
username and password as per your username & password.
2) Employee database schema 

 ID                                                    NOT NULL NUMBER
 FIRSTNAME                                                      VARCHAR2(40)
 LASTNAME                                                       VARCHAR2(40)
 ADDRESS                                                        VARCHAR2(40)
 EMAILADDRESS                                                   VARCHAR2(20)
 PHONENUMBER                                                    VARCHAR2(20)
 BIRTHDATE                                                      DATE
 WEDDINGANNIVERSARY                                             DATE

3) Build the project using Maven build .
4) Redirect to target folder & execute the jar file (maven_project-0.0.1-SNAPSHOT-jar-with-dependencies.jar)

Command

java -jar maven_project-0.0.1-SNAPSHOT-jar-with-dependencies.jar

About

Simple contact management system, developed using java, maven & JDBC .

Topics

Resources

License

Stars

Watchers

Forks

Languages