Merge branch 'master' into BAEL-3456_Springfox

This commit is contained in:
Anshul BANSAL 2019-11-28 13:06:06 +02:00
commit 7fefb0ff18
2 changed files with 20 additions and 20 deletions

View File

@ -5,7 +5,7 @@
<artifactId>apache-tapestry</artifactId> <artifactId>apache-tapestry</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>apache-tapestry Tapestry 5 Application</name> <name>apache-tapestry</name>
<dependencies> <dependencies>
<!-- To set up an application with a database, change the artifactId below to <!-- To set up an application with a database, change the artifactId below to
tapestry-hibernate, and add a dependency on your JDBC driver. You'll also tapestry-hibernate, and add a dependency on your JDBC driver. You'll also

View File

@ -1,21 +1,21 @@
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd"> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd">
<head> <head>
<title>${title}</title> <title>${title}</title>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="span12"> <div class="span12">
<t:alerts/> <t:alerts/>
</div> </div>
</div> </div>
</div> </div>
<div class="container"> <div class="container">
<t:body /> <t:body />
<hr /> <hr />
<footer> <footer>
<p>&copy; Your Company</p> <p>&copy; Your Company</p>
</footer> </footer>
</div> </div>
</body> </body>
</html> </html>