e9227a8230
Create new project called bbb-web-api using latest grails.
8 lines
88 B
Groovy
Executable File
8 lines
88 B
Groovy
Executable File
class BootStrap {
|
|
|
|
def init = { servletContext ->
|
|
}
|
|
def destroy = {
|
|
}
|
|
}
|