File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/test/java/org/springframework/data/jdbc/repository/config Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3232import org .springframework .context .annotation .Bean ;
3333import org .springframework .context .annotation .ComponentScan ;
3434import org .springframework .context .annotation .Primary ;
35+ import org .springframework .context .annotation .Profile ;
3536import org .springframework .data .annotation .CreatedBy ;
3637import org .springframework .data .annotation .CreatedDate ;
3738import org .springframework .data .annotation .Id ;
4142import org .springframework .data .domain .AuditorAware ;
4243import org .springframework .data .jdbc .core .mapping .NamingStrategy ;
4344import org .springframework .data .repository .CrudRepository ;
45+ import org .springframework .test .context .ActiveProfiles ;
4446
4547/**
4648 * Tests the {@link EnableJdbcAuditing} annotation.
4749 *
4850 * @author Kazuki Shimizu
4951 * @author Jens Schauder
5052 */
53+ @ ActiveProfiles ("hsql" )
5154public class EnableJdbcAuditingHsqlIntegrationTests {
5255
5356 SoftAssertions softly = new SoftAssertions ();
You can’t perform that action at this time.
0 commit comments