daggerok / thymeleaf-ee

Thymeleaf Java EE integration example.

Home Page:https://daggerok.github.io/thymeleaf-ee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thymeleaf-ee Build Status

build, run and test with maven using docker (compose):
mvn ; mvn -Pdocker docker-compose:up ; docker logs -f thymeleaf-ee_thymeleaf-ee-app_1

http :8080/app/

mvn docker-compose:down -P docker
build, run and test with maven using docker (compose):
gradle clean build composeUp ; docker logs -f thymeleaf-ee_thymeleaf-ee-app_1
gradle composeDown

This repo contains example of Thymeleaf and Java EE integration

generated by generator-jvm yeoman generator (java-ee-thymeleaf)

About

Thymeleaf Java EE integration example.

https://daggerok.github.io/thymeleaf-ee

License:MIT License


Languages

Language:Java 64.4%Language:HTML 18.7%Language:Dockerfile 14.0%Language:JavaScript 2.2%Language:CSS 0.7%