Martin Grześlowski

Blog with some solutions that I found while coding

Blog About

Fast uploading artifacts to Bintray

If you have bintray account and you want to publish artifacts into it, simply add this code to your project.

Read More

How to register HAL renderer for all domain classes

Thanks to this little code snippet below you can register HAL renderers for all your domain classes:

Read More

How to integrate Spring (Boot) @Autowired with Spocks tests

In this tutorial I will show you how to integrate Springs @Autowired with Spocks tests. With this approach you will be able to annotate mock objects with @MockBean and get them automagicly injected into tested class.

Read More