satyaneelam10 / VProfile-1

The purpose of the research project is for the students to learn how to make CI,CD pipeline by using jenkins and scripting techniques taught in class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  • JDK 1.8 or later
  • Maven 3 or later
  • MySQL 5.6 or later

Technologies

  • Spring MVC
  • Spring Security
  • Spring Data JPA
  • Maven
  • JSP
  • MySQL

Database

Here,we used Mysql DB MSQL DB Installation Steps for Linux ubuntu 14.04:

  • $ sudo apt-get update
  • $ sudo apt-get install mysql-server

Then look for the file :

  • /src/main/resources/accountsdb
  • accountsdb.sql file is a mysql dump file.we have to import this dump to mysql db server
  • mysql -u <user_name> -p accounts < accountsdb.sql

About

The purpose of the research project is for the students to learn how to make CI,CD pipeline by using jenkins and scripting techniques taught in class.


Languages

Language:Java 88.0%Language:CSS 7.0%Language:TSQL 4.3%Language:Shell 0.5%Language:Dockerfile 0.2%