Skip to content

Commit c139b1a

Browse files
committed
freashly prepared
1 parent 1ebecad commit c139b1a

File tree

6 files changed

+6
-241
lines changed

6 files changed

+6
-241
lines changed

.github/workflows/ecs.yml

-59
This file was deleted.

.github/workflows/pikabo.yml

-108
This file was deleted.

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Prerequisites
2-
#
2+
#####
33
- JDK 11
4-
- Maven 3 or later
5-
- MySQL 5.6 or later
4+
- Maven 3
5+
- MySQL 8
66

77
# Technologies
88
- Spring MVC
@@ -18,8 +18,6 @@ MSQL DB Installation Steps for Linux ubuntu 14.04:
1818
- $ sudo apt-get install mysql-server
1919

2020
Then look for the file :
21-
- /src/main/resources/accountsdb
22-
- accountsdb.sql file is a mysql dump file.we have to import this dump to mysql db server
23-
- > mysql -u <user_name> -p accounts < accountsdb.sql
24-
25-
21+
- /src/main/resources/db_backup.sql
22+
- db_backup.sql file is a mysql dump file.we have to import this dump to mysql db server
23+
- > mysql -u <user_name> -p accounts < db_backup.sql

aws-files/build_buildspec.yml

-25
This file was deleted.

aws-files/sonar_buildspec.yml

-37
This file was deleted.

aws-files/ssh_config_file

-4
This file was deleted.

0 commit comments

Comments
 (0)