Search
β˜•

ν…ŒμŠ€νŠΈ μ‹œ DataSource κ΄€λ ¨

spring: datasource: url: jdbc:h2:mem:test;MODE=MYSQL;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE username: sa
YAML
볡사
@JdbcTest , JdbcTemplate.execute()
β†’ EmbeddedDatabaseFactory$EmbeddedDataSourceFactory
@SpringBootTest, JdbcTemplate.execute()
β†’ HikariDataSource