Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

devopscloudsre/java-db-Login

Open more actions menu

Repository files navigation

LoginRegisterApp

install MySQL version 8.0.21 (ie. 8.0.x)

database username: admin database password: welcome1

If you are using another user then needs to be changed in java file: DbUtil.java

mysql> create database flipkart;

mysql> use flipkart;

mysql> create table user(name varchar(100),password varchar(100), address varchar(1000), age int, profession varchar(100));

mysql> select * from User;

Go to server

  1. yum install git -y
  2. cd $HOME
  3. git clone https://github.com/mailrahulsre/java-db-Login.git
  4. cd /root/java-db-Login/src/main
  5. Update files - with DB end POINT
  • java/com/example/DbUtil.java
  • java/com/example/application.properties
  • webapp/WEB-INF/web.xml
  1. git add .
  2. git commit . -m "new db details"
  3. git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.