Compare commits

..

2 Commits

View File

@ -99,11 +99,11 @@ public class BookViewModel {
</zk> </zk>
``` ```
To deploy the example, go to model-view-viewmodel folder and run: Note:
* To deploy this, go to model-view-viewmodel folder and run:
* `mvn clean install` * mvn clean install
* `mvn jetty:run -Djetty.http.port=9911` * mvn jetty:run -Djetty.http.port=9911
* Open browser to address: http://localhost:9911/model-view-viewmodel/ * In browser, http://localhost:9911/model-view-viewmodel/
## Class diagram ## Class diagram