Skip to content

hkhcoder/vprofile-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

026e3a1 · Apr 7, 2025

History

68 Commits
Apr 7, 2025
Sep 12, 2024
Feb 10, 2025
Apr 7, 2025
Feb 4, 2025
Feb 25, 2025

Repository files navigation

Prerequisites

  • JDK 17 or 21
  • Maven 3.9
  • MySQL 8

Technologies

  • Spring MVC
  • Spring Security
  • Spring Data JPA
  • Maven
  • JSP
  • Tomcat
  • MySQL
  • Memcached
  • Rabbitmq
  • ElasticSearch

Database

Here,we used Mysql DB sql dump file:

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