Skip to content

Instantly share code, notes, and snippets.

View baraths84's full-sized avatar

Barath Subramaniam baraths84

View GitHub Profile
@fabianogoes
fabianogoes / spring-boot-reference.md
Last active April 11, 2019 13:08
Spring Boot with Thymeleaf

Spring Boot with Thymeleaf

Thymeleaf - HTML Basic:

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
	<head>
		<meta charset="UTF-8"/>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<meta name="viewport" content="width=device-width" />