Skip to content

Commit

Permalink
EnableScheduling annotation (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanFreestone authored Oct 14, 2020
1 parent b16f71f commit cf03076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/grails-app/init/org/olf/Application.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFa

import io.micronaut.context.annotation.Bean
import io.undertow.Undertow.Builder
import org.springframework.scheduling.annotation.EnableScheduling

@EnableScheduling
class Application extends GrailsAutoConfiguration {

static void main(String[] args) {
Expand Down

0 comments on commit cf03076

Please sign in to comment.