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

第 47 章 Spring boot with Thymeleaf

目录

47.1. Maven
47.2. application.properties
47.3. Controller
47.4. HTML5 Template

47.1. Maven

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