Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 600 Bytes

readme.md

File metadata and controls

24 lines (19 loc) · 600 Bytes

DEEP

spring boot + thymeleaf + angularjs + less + coffeescript

Intro

Called deep because I couldn't figure out any name, sorry

Libraries

  • spring - spring boot - spring boot security
  • less
  • coffeescript
  • thymeleaf
  • angularjs

After deploying on real environment

  • test if the compilation of less and coffee is working (it loads them using resource.openStream())
  • activate the cache in application.properties spring.thymeleaf.cache=false spring.template.cache=false servlet.less.cache=false servlet.coffee.cache=false