com.infusers.core.config.async.AsyncConfig Maven / Gradle / Ivy
/*package com.infusers.core.config.async;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableAsync;
@Configuration
@EnableAsync
public class AsyncConfig {
// Any other async-related configuration can go here if needed
}*/
© 2015 - 2025 Weber Informatics LLC | Privacy Policy