#H2 Database Configuration spring.datasource.url = jdbc:h2:tcp://localhost/~/test spring.datasource.drive-class-name = org.h2.Driver spring.datasource.userna…
Read more »Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource…
Read more »How to test RestController -BoardController.class @RestController public class BoardController { @Autowired private BoardService boardService ; pu…
Read more »********************************* APPLICATION FAILED TO START ********************************* Description: Failed to configure a DataSource: 'url' …
Read more »1. 세일전쟁 - 종류 : iOS 네이티브앱(Swift) - 앱 설명 : 편의점 할인정보를 제공하는 앱 - 작업 내용 : 편의점 할인정보 불러와서 List 보여주기 Realm이용하여 좋아요 기능 구현 - 주요 기술 스택: Realm, SwiftUI, Combine, MVVM
Read more »