News

しかし、DB を使った REST API を作ろうとなると、 DB のインストールが最初は大変に感じたりする。 そこで、REST API の作成ってこんなもんだよ、というのを体験してもらうために、 インストール不要で軽量な DB を使ったチュートリアルを用意した。
When running on localhost, this code base uses a temporary database built on a technology called H2. An H2 database is not necessarly suitable for a production application; it may not handle ...