smiller-leadscope/toxbank-api-server
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The Java ToxBank API Protocol service software. The default maven profile is -P toxbank The tests assume CREATE USER 'guest'@'localhost' IDENTIFIED BY 'guest'; GRANT ALL ON tb.* TO 'guest'@'localhost'; Test DB GRANT ALL ON `tb-test`.* TO 'guest'@'localhost';