728x90 데이터베이스1 인메모리 데이터베이스 0. 의존성 추가 org.springframework.boot spring-boot-starter-jdbc org.springframework.boot spring-boot-starter-web com.h2database h2 runtime 1. 인메모리 데이터베이스 기본 연결 정보 확인 @Component public class H2Runner implements ApplicationRunner { @Autowired DataSource dataSource; @Override public void run(ApplicationArguments args) throws Exception { try(Connection connection = dataSource.getConnection()){ System.ou.. 2022. 3. 5. 이전 1 다음 728x90