ToxBank / toxbank-api-server

ToxBank Protocol service
http://toxbank.github.com/toxbank-api-server/
4 stars 3 forks source link

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