Skip to content

code changes #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 36 commits into
base: master2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
164af6d
Update userLogin.jsp
Srinivasa1999 Jun 18, 2025
34c891e
Update index.jsp
Srinivasa1999 Jun 18, 2025
0d362eb
Auto-merged by GitHub PR reviewer
Srinivasa1999 Jun 18, 2025
8bb30ed
Update adminHome.jsp
Srinivasa1999 Jun 18, 2025
8bb74e7
Update adminlogin.jsp
Srinivasa1999 Jun 18, 2025
a2a037c
Update displayCustomers.jsp
Srinivasa1999 Jun 18, 2025
403375a
Auto-merged by GitHub PR reviewer
Srinivasa1999 Jun 18, 2025
785444a
Update displayCustomers.jsp
Srinivasa1999 Jun 18, 2025
2fe7271
Update register.jsp
Srinivasa1999 Jun 18, 2025
4243864
Update uproduct.jsp
Srinivasa1999 Jun 18, 2025
dc6dd8e
Auto-merged by GitHub PR reviewer
Srinivasa1999 Jun 18, 2025
75b3bd3
Update README.md
Srinivasa1999 Jun 18, 2025
f702d0d
Auto-merged by GitHub PR reviewer
Srinivasa1999 Jun 18, 2025
3b61a39
Update README.md
ManoharUchiha Jun 18, 2025
fb6e5e5
Auto-merged by GitHub PR reviewer
Srinivasa1999 Jun 18, 2025
4a319ac
Update README.md
ManoharUchiha Jun 18, 2025
29610d4
Update README.md
ManoharUchiha Jun 18, 2025
58034ed
Merge branch 'master2' into feature-ecommerce
Srinivasa1999 Jun 18, 2025
ebd4502
Update README.md
Srinivasa1999 Jun 18, 2025
8d113b3
Update README.md
Srinivasa1999 Jun 18, 2025
1edcfac
Update README.md
Srinivasa1999 Jun 18, 2025
8f29fa3
Update README.md
Srinivasa1999 Jun 18, 2025
59b8e2c
Merge branch 'master2' into feature-ecommerce
Srinivasa1999 Jun 18, 2025
6c3edc5
Auto-merged by AI reviewer
Srinivasa1999 Jun 18, 2025
4c16d51
Update README.md
Srinivasa1999 Jun 18, 2025
e65b766
Auto-merged by AI reviewer
Srinivasa1999 Jun 18, 2025
0ca53e4
Update README.md
Srinivasa1999 Jun 18, 2025
3ed9ed5
Update README.md
Srinivasa1999 Jun 18, 2025
f32b2cb
Merge branch 'master2' into feature-ecommerce
Srinivasa1999 Jun 18, 2025
77219df
Auto-merged by AI reviewer
Srinivasa1999 Jun 18, 2025
81104aa
Update README.md
Srinivasa1999 Jun 18, 2025
bb3ffd6
Auto-merged by AI
Srinivasa1999 Jun 18, 2025
bb836c2
Update README.md
Srinivasa1999 Jun 18, 2025
2c97952
Auto-merged by AI reviewer
Srinivasa1999 Jun 18, 2025
1bf16fd
Update README.md
Srinivasa1999 Jun 18, 2025
4f4a7af
Auto-merged by AI reviewer
Srinivasa1999 Jun 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions JtProject/src/main/webapp/views/adminHome.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
href="https://use.fontawesome.com/releases/v5.7.0/css/all.css"
integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ"
crossorigin="anonymous">
<title>Document</title>
<title>Documents</title>
</head>

<body class="bg-dark">
Expand Down Expand Up @@ -44,7 +44,7 @@
</nav>
<div class="jumbotron text-center">
<h1 class="display-4">Welcome Back, Admin</h1><hr>
<p>Manage your data from this Admin Panel</p>
<p>Welcome to Naveen Page</p>
</div><br>
<div class="container-fluid" >
<div class="row justify-content-center">
Expand Down Expand Up @@ -101,4 +101,4 @@
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion JtProject/src/main/webapp/views/adminlogin.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<div class="login-container p-4">
<div class="jumbotron border p-4">
<h2 class="text-center">Admin Login</h2>
<h2 class="text-center">Naveen Login</h2>
<form action="/admin/loginvalidate" method="post">
<div class="form-group">
<label for="username">Username:</label>
Expand Down
6 changes: 3 additions & 3 deletions JtProject/src/main/webapp/views/displayCustomers.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous">

<title>Document</title>
<title>Documents</title>
</head>
<body class="bg-light">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
Expand All @@ -34,7 +34,7 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto"></ul>
<ul class="navbar-nav">
<li class="nav-item active"><a class="nav-link" href="Dashboard">Home
<li class="nav-item active"><a class="nav-link" href="Dashboard">Homes
Page</a></li>
<li class="nav-item active"><a class="nav-link" href="logout">Logout</a>
</li>
Expand Down Expand Up @@ -94,4 +94,4 @@
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions JtProject/src/main/webapp/views/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<title>Document</title>
<title>Documents</title>

</head>
<body>
Expand Down Expand Up @@ -111,4 +111,4 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions JtProject/src/main/webapp/views/register.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="container">
<div class="col-sm-6">
<h3 style="margin-top: 10px">Sign Up Now</h3>
<p>Please fill out this to register</p>
<p>Please fill out this to registers</p>
<form action="newuserregister" method="post">
<div class="form-group">
<label for="firstName">User Name</label>
Expand All @@ -39,7 +39,7 @@
<label for="Address">Address</label>
<textarea class="form-control form-control-lg" rows="3" placeholder="Enter Your Address" name="address"></textarea>
</div>
<span style="margin-top: 10px">Already have an account <a class="linkControl" href="/">Login here</a></span> <br><br>
<span style="margin-top: 10px">Already have an account <a class="linkControl" href="/">Login heres</a></span> <br><br>
<input type="submit" value="Register" class="btn btn-primary btn-block"><br>
<br><h3 style="color:red;">${msg}</h3>
<br>
Expand All @@ -52,4 +52,4 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions JtProject/src/main/webapp/views/uproduct.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous">

<title>Document</title>
<title>Documents</title>
</head>
<body class="bg-light">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
Expand Down Expand Up @@ -127,4 +127,4 @@
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion JtProject/src/main/webapp/views/userLogin.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<input type="password" class="form-control form-control-lg" placeholder="Password*" required name="password" id="password">
</div>
</div>
<span>Don't have an account? <a class="linkControl" href="/register">Register here</a></span> <br><br>
<span>Don't have an accounts? <a class="linkControl" href="/register">Register here</a></span> <br><br>
<input type="submit" value="Login" class="btn btn-primary btn-block">
<h3 class="text-center text-danger mt-3">${msg}</h3>
</form>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## Old Version
- https://github.com/jaygajera17/E-commerce-project-springBoot/tree/main
- issue: everytime connection open close for access database
hhhhhhh
ffffffff
i need a coffe gg

ineed eggs
## New Version ( what's new)
- Hibernate configuration added( database and tables automatically create when run the project)
- Service classes provide reusable services throughout project
Expand Down
Loading