ToxBank/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'; GRANT execute on procedure `tb`.createProtocolVersion to guest@localhost; Test DB GRANT ALL ON `tb-test`.* TO 'guest'@'localhost'; GRANT execute on procedure `tb-test`.createProtocolVersion to guest@localhost