https://github.com/daggerok/open-liberty-mvc-thymeleaf
OpenLiberty MicroProfile Java EE Krazo (akka Ozrak) MVC Application on Thymeleaf Engine!
https://github.com/daggerok/open-liberty-mvc-thymeleaf
krazo mvc mvc-architecture mvc-framework open-liberty openliberty openliberty-microprofile ozark thymeleaf thymeleaf-engine thymeleaf-java thymeleaf-layout thymeleaf-template-engine thymeleaf-ui
Last synced: over 1 year ago
JSON representation
OpenLiberty MicroProfile Java EE Krazo (akka Ozrak) MVC Application on Thymeleaf Engine!
- Host: GitHub
- URL: https://github.com/daggerok/open-liberty-mvc-thymeleaf
- Owner: daggerok
- Created: 2019-11-09T23:09:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:24:24.000Z (over 2 years ago)
- Last Synced: 2025-01-10T00:43:38.426Z (over 1 year ago)
- Topics: krazo, mvc, mvc-architecture, mvc-framework, open-liberty, openliberty, openliberty-microprofile, ozark, thymeleaf, thymeleaf-engine, thymeleaf-java, thymeleaf-layout, thymeleaf-template-engine, thymeleaf-ui
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenLiberty MVC 1.0 with Thymeleaf [](https://travis-ci.org/daggerok/open-liberty-mvc-thymeleaf)
OpenLiberty MicroProfile Java EE Krazo (akka Ozrak) MVC Application on Thymeleaf Engine!
```bash
mvn clean package
java -jar target/mvc.jar
mvn liberty:dev
http :8080
http :8080/max
http :8080/world
```
open http://localhost:8181/hello
## resources
* https://jeeconf.com/materials/mvc-1-by-example/
* https://github.com/daggerok/openliberty-mp-web-socket-example