You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)