sql >> Database teknologi >  >> RDS >> Mysql

Hvordan tilføjer man mode=mysql til indlejret H2 DB i Spring Boot 1.4.1 til @DataJpaTest?

Indstil

spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=MYSQL

i application-test.properties, plus

@RunWith(SpringRunner.class)
@DataJpaTest
@AutoConfigureTestDatabase(replace = AutoConfigureTestDatabase.Replace.NONE)
@ActiveProfiles("test")

på testklassen



  1. hvordan man laver en tabel i oracle

  2. Django-grupper efter datoer og SUM-værdier

  3. Dynamisk pivot i oracle sql

  4. Bevar tidszone i PostgreSQL timestamptz type