以下の内容はhttps://su-kun1899.hatenablog.com/entry/2017/03/10/230000より取得しました。


SpringBootでH2の管理コンソールを使う #springboot

spring:h2:console:enabled をtrueにするだけ。

spring:
  datasource:
    driver-class-name: org.h2.Driver
    url: jdbc:h2:mem:testdb;MODE=MYSQL
    username: sa
    password:
  h2:
    console:
      enabled: true

SpringBoot起動後、下記にアクセスすると利用できる。 http://localhost:8080/h2-console

参考

web-dev.hatenablog.com




以上の内容はhttps://su-kun1899.hatenablog.com/entry/2017/03/10/230000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14