Bump to tablier 0.6.2 💬 by Caio 5 years ago (log)
Now we have a logo that's less shameful
Now we have a logo that's less shameful
Casserole is the Web backend part of gula.recipes. It connects
cerberus
with tablier
and all recipes to provide the user
experience you have at the website. It's a Spring Boot app
using the WebFlux framework.
There aren't many interesting things to see here, but at a few that might be are:
Support for rendering Rocker templates at RockerModelHttpMessageWriter
A custom Lucene query that attemps to detect expensive queries at PerformanceInspectorQuery
mvn package
mvn spring-boot:run
mvn test
Check the help output from:
mvn exec:java -Dexec.mainClass=co.caio.loader.Loader -Dexec.args="--help"