Skip to content

appu627/spring-hibernate-maven-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven project with integration of Spring and Hibernate Frameworks

Goal: The purpose of this project is to test CI-CD Pipeline setup with Jenkins Automation Server.

Database Info

  • src/main/resources/application.properties

Steps for building/running this project

Be in the directory docker-jenkins

  • Create a database with name : websystique
  • Database connectivity config is in : src/main/resources/application.properties

Steps for creating a Schema

CREATE TABLE EMPLOYEE( id INT NOT NULL auto_increment, name VARCHAR(50) NOT NULL, joining_date DATE NOT NULL, salary DOUBLE NOT NULL, ssn VARCHAR(30) NOT NULL UNIQUE, PRIMARY KEY (id) );

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%