We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b77601 commit 795b62dCopy full SHA for 795b62d
SaiJavaCode/webapp/src/main/webapp/index.jsp
@@ -1,2 +1,27 @@
1
<h1> Hello Dear Uday !! Welcome to DevOps Project-2 !! </h1>
2
-<h2> Hello Dear Uday !! Welcome to DevOps Project-2 !! </h2>
+└── SaiJavaCode
3
+ ├── Dockerfile
4
+ ├── pom.xml
5
+ ├── README.md
6
+ ├── server
7
+ │ ├── pom.xml
8
+ │ └── src
9
+ │ ├── main
10
+ │ │ └── java
11
+ │ │ └── com
12
+ │ │ └── example
13
+ │ │ └── Greeter.java
14
+ │ ├── site
15
+ │ │ └── apt
16
+ │ │ └── index.apt
17
+ │ └── test
18
+ │ └── java
19
+ │ └── com
20
+ │ └── example
21
+ │ └── TestGreeter.java
22
+ └── webapp
23
24
+ └── src
25
+ └── main
26
27
+
0 commit comments