回答編集履歴

1

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

2020/06/26 18:54

投稿

hashimoto41
hashimoto41

スコア4

test CHANGED
@@ -5,6 +5,8 @@
5
5
  application.properties
6
6
 
7
7
 
8
+
9
+ ```ここに言語を入力
8
10
 
9
11
  #spring.datasource.url=jdbc:hsqldb:hsql://localhost/testdb
10
12
 
@@ -14,9 +16,13 @@
14
16
 
15
17
  spring.jpa.hibernate.ddl-auto=update
16
18
 
19
+ ```
20
+
17
21
 
18
22
 
19
23
  pom.xml
24
+
25
+ ```ここに言語を入力
20
26
 
21
27
  <dependency>
22
28
 
@@ -27,3 +33,5 @@
27
33
  <scope>runtime</scope>
28
34
 
29
35
  </dependency>
36
+
37
+ ```