Menu

Tree [ce7867] master /
 History

HTTPS access


File Date Author Commit
 docker 2022-03-11 Vladimir V. Bychkov Vladimir V. Bychkov [cfb167] Run improvements
 entities 2022-03-10 Vladimir V. Bychkov Vladimir V. Bychkov [bd8b4e] Some dependencies use versions from wildfly
 services 2022-03-10 Vladimir V. Bychkov Vladimir V. Bychkov [bd8b4e] Some dependencies use versions from wildfly
 webapp 2022-08-07 Vladimir V. Bychkov Vladimir V. Bychkov [ce7867] Dependencies updated
 .gitignore 2021-02-06 Vladimir V. Bychkov Vladimir V. Bychkov [6b5323] Added GUI test (user registration)
 ReadMe.md 2022-03-11 Vladimir V. Bychkov Vladimir V. Bychkov [cfb167] Run improvements
 pom.xml 2022-08-07 Vladimir V. Bychkov Vladimir V. Bychkov [ce7867] Dependencies updated

Read Me

MySQL database

All commands are executed from folder ./docker

Create database

docker-compose --env-file=environment.properties up

Creation takes a (~2-5 min) time. Signal of creation complete: row '[MY-010931] [Server] /usr/sbin/mysqld: ready for connections...'

Start database (already exists)

docker-compose --env-file=environment.properties start

Starting takes a (~2-5 min) time. Signal of creation complete: row '[MY-011323] [Server] X Plugin ready for connections...'

Stop database (already exists)

docker-compose --env-file=environment.properties stop

Drop database (and remove all data)

docker-compose down

And remove folder ./docker/db

Webapp fat jar

Run from console with command:

java -jar webapp\target\dlp-1.0.0-SNAPSHOT.jar --properties=webapp/application.properties
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.