Created
April 22, 2018 14:27
-
-
Save drucoder/e301ed54f19628e3456b85977b0afac1 to your computer and use it in GitHub Desktop.
Spring Boot. Быстрый старт Freemarker (шаблонизатор)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<groupId>org.springframework.boot</groupId> | |
<artifactId>spring-boot-starter-freemarker</artifactId> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment