Questions tagged as 'groovy'

1
answer

It is giving error when I try to do the ORM

I created a table but when I run the application more than once it gives this problem. Why does this happen? environments { development{ dataSource { dbCreate = "update" // one of 'create', 'create-drop', 'update', 'validate', ''...
asked by 30.12.2015 / 00:27
1
answer

How to merge files into folders, based on their prefixes?

I have thousands of files in hand that have common prefixes in their names, something like: [Prefix Example 1] ABC-1.mp4 ABC-2.mp4 ABC-3.mp4 [...] ABC-999.mp4 [Example 2 prefix] AAA-1.mp4 AAA-2.mp4 AAA-3.mp4 [...] A...
asked by 02.08.2015 / 16:36