Skip to content

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.

Notifications You must be signed in to change notification settings

betawins/VProfile-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    • Execute SonarQube Scanner > Analysis properties (it is mandatary).
         sonar.projectKey=Sabear
     sonar.projectName=Sabear
     sonar.projectVersion=1.0
     sonar.sources=/var/lib/jenkins/workspace/$JOB_NAME/src/
     sonar.binaries=target/classes/com/visualpathit/account/controller/
     sonar.junit.reportsPath=target/surefire-reports
     sonar.jacoco.reportPath=target/jacoco.exec
     sonar.java.binaries=src/main/java/com/visualpathit/account/

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.9%
  • CSS 7.3%
  • Other 0.8%