An open API service indexing awesome lists of open source software.

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

Thymeleaf Java EE integration example.
https://github.com/daggerok/thymeleaf-ee

java-ee java-ee-7 java-ee-8 thymeleaf thymeleaf-java

Last synced: about 1 month ago
JSON representation

Thymeleaf Java EE integration example.

Awesome Lists containing this project

README

          

= thymeleaf-ee image:https://travis-ci.org/daggerok/thymeleaf-ee.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/thymeleaf-ee"]

////
image:https://gitlab.com/daggerok/thymeleaf-ee/badges/master/build.svg["Build Status", link="https://gitlab.com/daggerok/thymeleaf-ee/-/jobs"]
image:https://img.shields.io/bitbucket/pipelines/daggerok/thymeleaf-ee.svg["Build Status", link="https://bitbucket.com/daggerok/thymeleaf-ee"]
////

.build, run and test with maven using docker (compose):
[source, bash]
----
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):
[source,bash]
----
gradle clean build composeUp ; docker logs -f thymeleaf-ee_thymeleaf-ee-app_1
gradle composeDown
----

//tag::content[]

This repo contains example of Thymeleaf and Java EE integration

Read GitHub pages link:https://daggerok.github.io/thymeleaf-ee[project reference documentation]

generated by link:https://github.com/daggerok/generator-jvm/[generator-jvm] yeoman generator (java-ee-thymeleaf)

//end::content[]