Merge branch '3.3.x'
This commit is contained in:
commit
aa4e22809b
|
@ -41,8 +41,8 @@ import org.springframework.transaction.annotation.Transactional;
|
|||
/**
|
||||
* Annotation for a JDBC test that focuses <strong>only</strong> on JDBC-based components.
|
||||
* <p>
|
||||
* Using this annotation only enables auto-configuration that is relevant to JDBC
|
||||
* tests. Similarly, component scanning is configured to skip regular components and
|
||||
* Using this annotation only enables auto-configuration that is relevant to JDBC tests.
|
||||
* Similarly, component scanning is configured to skip regular components and
|
||||
* configuration properties.
|
||||
* <p>
|
||||
* By default, tests annotated with {@code @JdbcTest} are transactional and roll back at
|
||||
|
|
|
@ -41,8 +41,8 @@ import org.springframework.transaction.annotation.Transactional;
|
|||
/**
|
||||
* Annotation for a jOOQ test that focuses <strong>only</strong> on jOOQ-based components.
|
||||
* <p>
|
||||
* Using this annotation only enables auto-configuration that is relevant to jOOQ
|
||||
* tests. Similarly, component scanning is configured to skip regular components and
|
||||
* Using this annotation only enables auto-configuration that is relevant to jOOQ tests.
|
||||
* Similarly, component scanning is configured to skip regular components and
|
||||
* configuration properties.
|
||||
* <p>
|
||||
* By default, tests annotated with {@code @JooqTest} use the configured database. If you
|
||||
|
|
Loading…
Reference in New Issue