Skip to content

Instantly share code, notes, and snippets.

@jelilio
Created November 10, 2024 03:06
Show Gist options
  • Save jelilio/e82222d935c0785d5954403987ed4f1c to your computer and use it in GitHub Desktop.
Save jelilio/e82222d935c0785d5954403987ed4f1c to your computer and use it in GitHub Desktop.
@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