This is demo application for my Elytron presentation on Devconf 2018. It is supposed to work on WildFly 11.
- Download Full WildFly 11: http://wildfly.org/downloads/
- Copy enclosed standalone.xml into
standalone/configuration
of your downloaded WildFly - Copy demo properties realm files
wildfly-users.properties
andwildfly-roles.properties
intostandalone/configuration
too - Start downloaded wilfly:
bin/standalone.sh
cd ejb-backend; mvn install; cd ..
cd web-frontend; mvn install; cd ..
cd ear; mvn wildfly:deploy; cd ..
http://localhost:8080/web-frontend/
Username | Password |
---|---|
admin@wildfly.org | admin |
adder@wildfly.org | adder |
remover@wildfly.org | remover |
cd client-app
mvn exec:java