XHTML template engine for java. see http://mixer2.org/site/
The sample projects.
- https://github.com/nabedge/mixer2-sample
- https://github.com/nabedge/mixer2-spboot14-sample (Spring Boot 1.4.x + Mixer2)
Use Maven3.2.x or higher.
If you got OutOfMemoryError in "mvn compile", increase it.
$ export MAVEN_OPTS=-Xmx512m
$ mvn clean compile