Authored by chunhua

add 模板

Showing 1 changed file with 12 additions and 0 deletions
... ... @@ -517,6 +517,18 @@
</dependency>
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars-springmvc</artifactId>
<version>4.0.1</version>
</dependency>
</dependencies>
</dependencyManagement>
... ...