adding webjars code to spring-boot (#648)

merging the code and webjars different project cleanup
This commit is contained in:
Anil Bhaskar
2016-08-31 01:50:06 +05:30
committed by Grzegorz Piwowarek
parent ae907114c7
commit 28f88b0ca3
6 changed files with 16 additions and 64 deletions
@@ -0,0 +1,19 @@
<html>
<head>
<title>WebJars Demo</title>
<link rel="stylesheet" href="/webjars/bootstrap/3.3.4/css/bootstrap.min.css" />
</head>
<body>
<div class="container"><br/>
<div class="alert alert-success">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong>Success!</strong> It is working as we expected.
</div>
</div>
<script src="/webjars/jquery/2.1.4/jquery.min.js"></script>
<script src="/webjars/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</body>
</html>