Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

第 72 章 Spring boot with Thymeleaf

目录

72.1. Maven
72.2. application.properties
72.3. Controller
72.4. HTML5 Template

72.1. Maven

			
	<dependency>  
		<groupId>org.springframework.boot</groupId>  
		<artifactId>spring-boot-starter-thymeleaf</artifactId>  
	</dependency>