mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
refactor: fix warning on startup
This commit is contained in:
parent
b2ef2e9dcd
commit
209792f458
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import java.nio.file.Path
|
|||
|
||||
private val logger = KotlinLogging.logger {}
|
||||
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
class Rar5Configuration : BeanDefinitionRegistryPostProcessor {
|
||||
override fun postProcessBeanFactory(beanFactory: ConfigurableListableBeanFactory) {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue