[email protected]@.Application.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of base Show documentation
Show all versions of base Show documentation
A Grace profile for other profiles to extend from.
The newest version!
package @grace.codegen.defaultPackage@
import grails.boot.Grails
import groovy.transform.CompileStatic
@CompileStatic
class Application {
static void main(String[] args) {
Grails.run(Application, args)
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy