jms.Application.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jms Show documentation
Show all versions of jms Show documentation
JMS integration for Grails
package jms
import grails.boot.GrailsApp
import grails.boot.config.GrailsAutoConfiguration
class Application extends GrailsAutoConfiguration {
static void main(String[] args) {
GrailsApp.run(Application, args)
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy