Este commit está contenido en:
manalejandro
2018-11-24 15:59:28 +01:00
padre 75115585a6
commit d0e072a50e
Se han modificado 14 ficheros con 137 adiciones y 32 borrados

Ver fichero

@@ -0,0 +1,9 @@
<head th:fragment="head">
<meta charset="UTF-8">
<title>Demo project for Spring Boot MongoDB CRUD</title>
<link rel="stylesheet" th:href="@{/webjars/bootstrap/4.1.3/css/bootstrap.min.css}">
<link rel="stylesheet" th:href="@{/css/main.css}">
<script th:src="@{/webjars/jquery/3.3.1-1/jquery.min.js}"></script>
<script th:src="@{/webjars/bootstrap/4.1.3/js/bootstrap.min.js}"></script>
<script th:src="@{/js/main.js}"></script>
</head>