質問編集履歴
3
試したことの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -178,8 +178,8 @@
|
|
178
178
|
```
|
179
179
|
# 試したこと
|
180
180
|
|
181
|
-
MrsApplication.class配下にController等を配置した
|
181
|
+
MrsApplication.class配下にController等を配置した。
|
182
|
-
|
182
|
+
RoomControllerにブレークポイントを置いて下記のアクセスURLを打ったが、ブレークポイントで止まらなかった。
|
183
183
|
### 補足情報(FW/ツールのバージョンなど)
|
184
184
|
アクセスURL:http://localhost:8080/rooms
|
185
185
|
|
2
プロパティファイルの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -164,6 +164,18 @@
|
|
164
164
|
</build>
|
165
165
|
</project>
|
166
166
|
```
|
167
|
+
```
|
168
|
+
spring.jpa.database=POSTGRESQL
|
169
|
+
spring.datasource.url=jdbc:postgresql://localhost:5432/mrs
|
170
|
+
spring.datasource.username=postgres
|
171
|
+
spring.datasource.password=pass
|
172
|
+
spring.jpa.hibernate.ddl-auto=validate
|
173
|
+
spring.jpa.properties.hibernate.format_sql=true
|
174
|
+
spring.datasource.sql-script-encoding=UTF-8
|
175
|
+
logging.level.org.hibernate.SQL=DEBUG
|
176
|
+
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
|
177
|
+
spring.datasource.separator=/;
|
178
|
+
```
|
167
179
|
# 試したこと
|
168
180
|
|
169
181
|
MrsApplication.class配下にController等を配置した
|
@@ -171,5 +183,5 @@
|
|
171
183
|
### 補足情報(FW/ツールのバージョンなど)
|
172
184
|
アクセスURL:http://localhost:8080/rooms
|
173
185
|
|
174
|
-
|
186
|
+
|
175
187
|

|
1
アクセスURLを記載
test
CHANGED
File without changes
|
test
CHANGED
@@ -169,6 +169,7 @@
|
|
169
169
|
MrsApplication.class配下にController等を配置した
|
170
170
|
|
171
171
|
### 補足情報(FW/ツールのバージョンなど)
|
172
|
+
アクセスURL:http://localhost:8080/rooms
|
172
173
|
|
173
174
|
ここにより詳細な情報を記載してください。
|
174
175
|

|