Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pramithamj/vprofile-project

Setting up a multitier web application stack
https://github.com/pramithamj/vprofile-project

devops elasticsearch java jsp memcached mysql rabbitmq spring tomcat vagrant

Last synced: about 1 month ago
JSON representation

Setting up a multitier web application stack

Awesome Lists containing this project

README

        

# Prerequisites
#
- JDK 11
- Maven 3
- 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 -p accounts < db_backup.sql

Screenshot 2024-04-02 at 9 42 51 AM