Krishna C
Krishna C
Have you found a way to do this?
I faced this problem when I tried to use a composite id in one of my classes as shown below. ``` static mapping = { id composite: ['community', 'person'] }...
You need to start the plugin after GORM has been initialized. The solution is to set autostartup to false using this stanza in application.yaml: ``` springfox: documentation: auto-startup : false...
Yes it is. --Krishna On Sun, Dec 29, 2019 at 8:37 PM Vitalii Fokine wrote: > Please clarify is the project still active? > > — > You are receiving...
I faced this problem when I tried to use a composite id in one of my classes as shown below. ``` static mapping = { id composite: ['community', 'person'] }...