- Smartcard Reader Applikation dealing with this Web-Service.
git clone https://github.com/thorsten-l/sonia-webapp-qr-travel.git
cd sonia-webapp-qr-travel
./00_CREATE_INITIAL_BUILD_ENVIRONMENT.sh
The config
and the private
directory will be ignored by git
.
config/chipher.cfg
cipher key dealing with configuration passwordsconfig/config.json
application configuration
private/static/image/logo.png
application logoprivate/static/imprint.html
Imprintprivate/static/privacypolicy.html
Privacy Policy
- Development, Test and Production with BellSoft Liberica JDK 11 LTS
- Apache Maven
mvn clean install
production buildmvn -Pdevel clen install
development build