2e5531edd0
* move security content from spring-security-rest-full * swagger update * move query language to new module * rename spring-security-rest-full to spring-rest-full * group persistence modules * group testing modules * try fix conflict * cleanup * group and cleanup
12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
<%@ page contentType="text/html; charset=UTF-8" %>
|
|
<%@ taglib prefix="s" uri="/struts-tags" %>
|
|
<html>
|
|
<head>
|
|
<title>Hello World</title>
|
|
</head>
|
|
<body>
|
|
<p> Hello Baeldung User </p>
|
|
<p>You are a <s:property value="carMessage"/></p>
|
|
</body>
|
|
</html>
|