Skip to content

Implementation of the project 'azrubael/230903-javacode' in AWS

Notifications You must be signed in to change notification settings

Azrubael/230920-AWS-lift-n-shift

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

MySQL 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

There are two separate project phases: Lift-n-Shift and PaaS [which is actually just refactoring].

About

Implementation of the project 'azrubael/230903-javacode' in AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published