Created
November 10, 2024 03:06
-
-
Save jelilio/e82222d935c0785d5954403987ed4f1c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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