Rename spring-boot-developer-tools -> devtools

Fixes gh-3099
This commit is contained in:
Phillip Webb
2015-06-04 12:31:49 -07:00
parent 683c19ee8b
commit 983484f429
165 changed files with 507 additions and 437 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.ultraq.net.nz/web/thymeleaf/layout">
<head>
<title>Layout</title>
<link rel="stylesheet" href="/css/application.css" />
</head>
<body>
<h1 layout:fragment="header">Header</h1>
<div layout:fragment="content" class="content">Content</div>
</body>
</html>