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.
- Host: GitHub
- URL: https://github.com/daggerok/thymeleaf-ee
- Owner: daggerok
- License: mit
- Created: 2018-06-27T01:02:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T03:34:56.000Z (about 3 years ago)
- Last Synced: 2025-02-27T02:19:36.774Z (10 months ago)
- Topics: java-ee, java-ee-7, java-ee-8, thymeleaf, thymeleaf-java
- Language: Java
- Homepage: https://daggerok.github.io/thymeleaf-ee
- Size: 8.2 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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[]