Fernando Henrique
Fernando Henrique
Is there any way to update the index in the final generated file?
How do I set the static menu via JavaScript?
### Expected Behavior I have 2 automated tests, one functional and one for integration. The functional test has the annotation '@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)'. When I run the command grails test-app...
### Is your feature request related to a problem? Recently a groovy support extension for quarkus was created: https://github.com/quarkiverse/quarkus-groovy However, we still don't have support from spock to quarkus ###...
### Expected Behavior After creating a project with version 6M4 and importing it into Intellij IDEA the same project is successfully imported and successfully recognized as a grails project, however...
### Expected Behavior That the application.yml file came with the settings below ``` environments: development: dataSource: dbCreate: create-drop url: jdbc:h2:mem:devDb;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE test: dataSource: dbCreate: update url: jdbc:h2:mem:testDb;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE production: dataSource: dbCreate: none...