Skip to content

ToxBank/toxbank-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

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