All Downloads are FREE. Search and download functionalities are using the official Maven repository.

yakworks.openapi.gorm.Application.groovy Maven / Gradle / Ivy

There is a newer version: 7.3.77
Show newest version
/*
* Copyright 2020 Yak.Works - Licensed under the Apache License, Version 2.0 (the "License")
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
*/
package yakworks.openapi.gorm


import grails.boot.GrailsApp
import grails.boot.config.GrailsAutoConfiguration
import grails.compiler.GrailsCompileStatic
import grails.plugins.metadata.PluginSource

// @ComponentScan
@PluginSource
@GrailsCompileStatic
class Application extends GrailsAutoConfiguration {
    static void main(String[] args) {
        GrailsApp.run(Application, args)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy