回答編集履歴
1
typo
test
CHANGED
@@ -2,11 +2,23 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
```
|
5
|
+
```
|
6
6
|
|
7
|
-
spring.datasource.url=jdbc:mysql://localhost:8080/sampledb?
|
7
|
+
spring.datasource.url=jdbc:mysql://localhost:8080/sampledb?...
|
8
8
|
|
9
9
|
```
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
see: [https://spring.pleiades.io/spring-boot/docs/current/reference/html/application-properties.html#application-properties.server.server.port](https://spring.pleiades.io/spring-boot/docs/current/reference/html/application-properties.html#application-properties.server.server.port)
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
> server.port | サーバー HTTP ポート。| 8080
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
---
|
10
22
|
|
11
23
|
|
12
24
|
|