Skip to content
Open

Dev #661

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
23 changes: 13 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<spring.version>5.1.2.RELEASE</spring.version>
<junit.version>4.11</junit.version>
<log4j.version>1.2.17</log4j.version>
<sonar.host.url>http://172.31.33.143:9000/</sonar.host.url>
<sonar.host.url>http://18.141.200.124:9000/</sonar.host.url>
<sonar.login>admin</sonar.login>
<sonar.password>passw0rd</sonar.password>
<sonar.password>Pawansai@123</sonar.password>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand Down Expand Up @@ -84,12 +84,7 @@

<!-- provided dependencies -->

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>


</dependencies>

Expand All @@ -98,13 +93,14 @@
<repository>
<id>nexus</id>
<name>Mithun Technologies Releases Nexus Repository</name>
<url>http://172.31.42.154:9980/mithuntechnologies/repository/canarabank-snapshot/</url>
<url>http://3.6.73.166:8081/repository/jio-release/</url>
</repository>

<snapshotRepository>
<id>nexus</id>
<name>Mithun Technologies Snapshot Nexus Repository </name>
<url>http://172.31.42.154:9980/mithuntechnologies/repository/canarabank-release/</url>
<url>http://3.6.73.166:8081/repository/jio-snapshot/</url>

</snapshotRepository>

</distributionManagement>
Expand All @@ -113,6 +109,13 @@
<finalName>maven-web-application</finalName>

<plugins>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>4.0.0.4121</version>
</plugin>


<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
Expand Down
28 changes: 12 additions & 16 deletions src/main/webapp/jsps/home.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MithunTechnologies- Home Page</title>
<link href="images/mithunlogo.jpg" rel="icon">
<title></title>

</head>
</head>
<body>
<h1 align="center">Welcome to Mithun Technologies</h1>
<h1 align="center">Phone Number: +91 9980923216</h1>
<h1 align="center">Mithun Technologies is a Very Good Training Center for DevOps, Cloud, Kubernetes and Terraform</h1>
<h1 align="center"> Welcome to DevOps With Multi Cloud ( Aws , Azure & GCP ) </h1>
<h1 align="center">Phone Number: +91 9346736138</h1>
<h1 align="center"> More Focus on Cloud, Kubernetes and Terraform</h1>

<h1 align="center">Trainer Name: Bhaskar Reddy Lacchannagari</h1>
<h1 align="center">Trainer Name: Sai Majji</h1>

<hr>
<br>
Expand All @@ -35,24 +35,20 @@ out.println("Server Host Name :: "+inetAddress.getHostName());
<hr>
<div style="text-align: center;">
<span>
<img src="images/mithunlogo.jpg" alt="" width="100">
<img src=" " alt="" width="100">
</span>
<span style="font-weight: bold;">
Mithun Technologies,
Marathahalli,
Bengaluru,
+91 9980923216 and
[email protected]
we have Good Trainers in our Institte
<br>
<a href="mailto:[email protected]">Mail to Mithun Technologies</a>
<a href="mailto:[email protected]">Mail to techCloud Technologies</a>
</span>
</div>
<hr>
<p> Service : <a href="services/employee/getEmployeeDetails">Get Employee Details </p>
<hr>
<hr>
<p align=center>Mithun Technologies - Consultant, Training and Development Center.</p>
<p align=center><small>Copyrights 2025 by <a href="http://mithuntechnologies.com/">Mithun Technologies,Bengaluru</a> </small></p>
<p align=center>Cloud and DevOps Consultant, Training and Development Center.</p>
<p align=center><small>Copyrights 2025 by <a href="http://mithuntechnologies.com/">Hyderabad</a> </small></p>

</body>
</html>
</html>