Skip to content

Instantly share code, notes, and snippets.

@jelilio
Created November 10, 2024 03:06
@Configuration
@EnableR2dbcRepositories(
basePackages = "io.github.jelilio.feed.repository",
repositoryBaseClass = SoftDeleteRepositoryImpl.class
)
public class DatabaseConfig {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment