spring-guides / tut-spring-boot-kotlin

Building web applications with Spring Boot and Kotlin :: Learn how to easily build and test web applications with Spring, Kotlin, Junit 5 and JPA
https://spring.io/guides/tutorials/spring-boot-kotlin/
915 stars 290 forks source link

Error using @Scheduled in kotiln suspend #55

Closed YiHan-HuaHua closed 2 years ago

YiHan-HuaHua commented 3 years ago

Initialization of bean failed; nested exception is java.lang.IllegalStateException: Encountered invalid @Scheduled method 'refreshActivity': Only no-arg methods may be annotated with @Scheduled

sdeleuze commented 2 years ago

Seems unrelated to this repository.