See gh-13534
This commit is contained in:
Johnny Lim
2018-06-21 05:32:09 +09:00
committed by Stephane Nicoll
parent 9e9e746554
commit b9ea0fd5a7
5 changed files with 13 additions and 14 deletions

View File

@@ -328,7 +328,7 @@ public class HibernateJpaAutoConfigurationTests
}
@Test
public void hibernatePropertiesCustomizerTakePrecedenceOverStrategyInstancesAndNamingStrategyProperties() {
public void hibernatePropertiesCustomizerTakesPrecedenceOverStrategyInstancesAndNamingStrategyProperties() {
contextRunner()
.withUserConfiguration(
TestHibernatePropertiesCustomizerConfiguration.class,

View File

@@ -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