- Заменил шаблонизатор Mustache на Freemarker.

https://www.youtube.com/watch?v=8MlXahJXLFg&list=PLU2ftbIeotGpAYRP9Iv2KLIwK36-o_qYk&index=7
This commit is contained in:
Leonid
2025-02-08 22:38:07 +03:00
parent c771dee930
commit 8d7cbcc165
14 changed files with 106 additions and 113 deletions

View File

@@ -24,7 +24,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mustache</artifactId>
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>