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.
Blog with some solutions that I found while coding
If you have bintray
account and you want to publish artifacts into it, simply add this code to
your project.
Thanks to this little code snippet below you can register HAL renderers for all your domain classes:
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.