Skip to content

Commit a7b2cb4

Browse files
EJMEPLO Expression Languaje UPDATE
1 parent 1266878 commit a7b2cb4

File tree

4 files changed

+18
-35
lines changed

4 files changed

+18
-35
lines changed

EjmploExpressionLanguage/src/main/java/com/mycompany/EjmploExpressionLanguage/JAXRSConfiguration.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

EjmploExpressionLanguage/src/main/java/com/mycompany/EjmploExpressionLanguage/resources/JavaEE8Resource.java

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<%--
2+
Document : index
3+
Created on : 28 jun. 2021, 18:23:21
4+
Author : brian
5+
--%>
6+
7+
<%@page contentType="text/html" pageEncoding="UTF-8"%>
8+
<!DOCTYPE html>
9+
<html>
10+
<head>
11+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
12+
<title>JSP Page</title>
13+
</head>
14+
<body>
15+
<h1>Hello World!</h1>
16+
</body>
17+
</html>

EjmploExpressionLanguage/src/main/webapp/index.html renamed to EjmploExpressionLanguage/src/main/webapp/variablesImplicitas.jsp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<!DOCTYPE html>
21
<html>
32
<head>
4-
<title>Start Page</title>
53
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4+
<title>JSP Page</title>
65
</head>
76
<body>
87
<h1>Hello World!</h1>

0 commit comments

Comments
 (0)