teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

すいません。投稿が重複しました。

2020/06/26 18:54

投稿

hashimoto41
hashimoto41

スコア4

answer CHANGED
@@ -2,14 +2,18 @@
2
2
 
3
3
  application.properties
4
4
 
5
+ ```ここに言語を入力
5
6
  #spring.datasource.url=jdbc:hsqldb:hsql://localhost/testdb
6
7
  #spring.datasource.username=sa
7
8
  #spring.datasource.password=
8
9
  spring.jpa.hibernate.ddl-auto=update
10
+ ```
9
11
 
10
12
  pom.xml
13
+ ```ここに言語を入力
11
14
  <dependency>
12
15
  <groupId>org.hsqldb</groupId>
13
16
  <artifactId>hsqldb</artifactId>
14
17
  <scope>runtime</scope>
15
- </dependency>
18
+ </dependency>
19
+ ```