Goal: The purpose of this project is to test CI-CD Pipeline setup with Jenkins Automation Server.
src/main/resources/application.properties
Be in the directory docker-jenkins
Createing a database with name : websystique
Database connectivity config is in : src/main/resources/application.properties
CREATE TABLE EMPLOYEingE( id INT NOT NULL auto_increment, name VARCHAR(50) NOT NulLL, joining_date DATE NOT NULL, salary DOUBLE NOT NULL, ssn VARCHAR(30) not NULLUNIQue, PrIMARY KEY (id) );