サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
参議院選挙2025
github.com/tokuhirom
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
設定は src/main/resources/config/application.yml に記述します。 このファイルから各ライブラリごとの設定ファイルを読み込むように設定します。 大規模な案件の場合、各ライブラリごとの設定ファイルを分割したほうが管理しやすいです。 ファイルの中身は以下のようにします。各 profile ごとの挙動が設定されます。 spring の profile は Java 起動オプションの -Dspring.profiles.active=release や環境変数 SPRING_PROFILE_ACTIVE などで指定できます。 --- # profile 無指定の場合は default profile になります。 # default profile の場合は local profile を適用します。 spring.profiles: default spr
Embedded jdbc:h2:~/test 'test' in the user home directory jdbc:h2:/data/test 'test' in the directory /data jdbc:h2:test in the current(!) working directory In-Memory jdbc:h2:mem:test multiple connections in one process jdbc:h2:mem: unnamed private; one connection Server Mode jdbc:h2:tcp://localhost/~/test user home dir jdbc:h2:tcp://localhost//data/test absolute dir Server start:java -cp *.jar org
次のページ
このページを最初にブックマークしてみませんか?
『tokuhirom (Tokuhiro Matsuno) · GitHub』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く