Skip to content

Add @DataJdbcTest support for Spring Boot#257

Merged
jeanbisutti merged 1 commit intomasterfrom
add-datajdbctest-support
Apr 11, 2026
Merged

Add @DataJdbcTest support for Spring Boot#257
jeanbisutti merged 1 commit intomasterfrom
add-datajdbctest-support

Conversation

@jeanbisutti
Copy link
Copy Markdown
Collaborator

Before, using QuickPerf with @DataJdbcTest required extra configuration on the test class:

@DataJdbcTest
@Import(QuickPerfSqlConfig.class)

or

@DataJdbcTest
@OverrideAutoConfiguration(enabled = true)

@jeanbisutti jeanbisutti merged commit ed82cda into master Apr 11, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant