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

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!

Awesome Lists containing this project

README

          

# OpenLiberty MVC 1.0 with Thymeleaf [![Build Status](https://travis-ci.org/daggerok/open-liberty-mvc-thymeleaf.svg?branch=master)](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