Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 478 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 478 Bytes

spring-boot-zk

POC using Spring Boot and ZK MVVM.

After checkout, just execute :

mvn spring-boot:run

Or simply :

git clone https://github.com/guillefritz/spring-boot-zk.git
cd spring-boot-zk/
mvn mvn spring-boot:run
firefox http://localhost:8080/
# Enjoy ;-D

and go to http://localhost:8080/

Now it has auth (spring security) user/pw: uuu / ppp

See testVM.zul and it's VM: TestVM.java, it has a simple service TestService.java