Polish
See gh-13534
This commit is contained in:
committed by
Stephane Nicoll
parent
9e9e746554
commit
b9ea0fd5a7
@@ -328,7 +328,7 @@ public class HibernateJpaAutoConfigurationTests
|
||||
}
|
||||
|
||||
@Test
|
||||
public void hibernatePropertiesCustomizerTakePrecedenceOverStrategyInstancesAndNamingStrategyProperties() {
|
||||
public void hibernatePropertiesCustomizerTakesPrecedenceOverStrategyInstancesAndNamingStrategyProperties() {
|
||||
contextRunner()
|
||||
.withUserConfiguration(
|
||||
TestHibernatePropertiesCustomizerConfiguration.class,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
CREATE TABLE QRTZ_TEST_TABLE (
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
CALENDAR_NAME VARCHAR (200) NOT NULL
|
||||
CALENDAR_NAME VARCHAR (200) NOT NULL
|
||||
);
|
||||
|
||||
## Another comment
|
||||
|
||||
Reference in New Issue
Block a user