Skip to content

Add @JdbcTest support for Spring Boot#256

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

Add @JdbcTest support for Spring Boot#256
jeanbisutti merged 1 commit intomasterfrom
add-jdbctest-support

Conversation

@jeanbisutti
Copy link
Copy Markdown
Collaborator

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

@JdbcTest
@Import(QuickPerfSqlConfig.class)

or

@JdbcTest
@OverrideAutoConfiguration(enabled = true)

@jeanbisutti jeanbisutti merged commit 348f09d into master Apr 11, 2026
12 checks passed
@jeanbisutti jeanbisutti deleted the add-jdbctest-support branch April 11, 2026 21:06
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