Just add HikariCP to dependencies; Configure application.yml. application.yml spring: datasource: type: com.zaxxer.hikari.HikariDataSource url: jdbc:h2 ...
確定! 回上一頁