Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.app</groupId>
<artifactId>crudApp</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>war</packaging>
<name>Simple crud app</name>
<description>CRUD application demo</description>
Expand Down Expand Up @@ -55,4 +55,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions src/main/webapp/listStudents.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<div class="container container-default">

<h1>Student List Page</h1>
<h1>Student List Page first</h1>
<table class="table table-striped">
<thead>
<tr>
Expand Down Expand Up @@ -49,4 +49,4 @@
</p>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion src/main/webapp/student.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
</head>
<body>
<h1>Add/Edit Student Page</h1>
<h1>Add/Edit Student Page First commit</h1>
<div class="container container-default">
<div class="well">
<form action="StudentServlet.do" method="post">
Expand Down
Empty file added testfile.txt
Empty file.