# devops-vprofile-project **Repository Path**: jorrne/devops-vprofile-project ## Basic Information - **Project Name**: devops-vprofile-project - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: vp-rem - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-03 - **Last Updated**: 2024-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Prerequisites ### - JDK 11 - 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 -p accounts < accountsdb.sql