Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohammadshaad/devops-project
A practice project by Imran Teli sir
https://github.com/mohammadshaad/devops-project
Last synced: about 2 months ago
JSON representation
A practice project by Imran Teli sir
- Host: GitHub
- URL: https://github.com/mohammadshaad/devops-project
- Owner: mohammadshaad
- Created: 2024-02-18T09:13:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T09:25:55.000Z (11 months ago)
- Last Synced: 2024-02-18T10:28:08.532Z (11 months ago)
- Language: Java
- Homepage:
- Size: 3.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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-serverThen 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