Tinqiu / crusade-helper

Warhammer 40k Crusade campaign helper
Apache License 2.0
0 stars 0 forks source link

Add templating engine for future frontend integration #27

Open Tinqiu opened 3 years ago

Tinqiu commented 3 years ago

Thymeleaf dependency should be added to allow the server to serve up html templates.

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