In order to deploy you need to configure your MySQL database and properly set resources (user, password etc)
If you would like to handle big jobs you will need to configure MySQL for this. In file my.cnf (on Ubuntu it is located in /etc/mysql/my.cnf) configure option max_allowed_packet. For example:
max_allowed_packet=128MB
Final step of configuring DB is to create proper table in database. Comands doing this are locatet in src/main/resources/dawidprojects.sql