Database "mem:testdb"not found, either pre-create it or allow remote database creation (not recommended in secure environments) [90149-200] 90149/90149


Database "mem:testdb" not found, either pre-create it or allow remote database creation (not recommended in secure environments) [90149-200] 90149/90149 
h 2データベーステスト中に上記のエラーが発生しました.ただし、Googleによるトラブルシューティングは

❗build.grade依存性の削除


✔朕水晶殿


runtimeOnly 'com.h2database:h2'

✔¥受精後


クリア
runtimeOnly 'com.h2database:h2'

❗application.属性の追加


✔を追加


spring.datasource.url=jdbc:h2:mem:testdb'
.
.

📝参考資料


[springfoot-h 2]Database"mem:testdb"not found,事前作成itまたはallowリモートデータベース作成エラー解決!