回答編集履歴

1

typo

2021/07/06 08:53

投稿

shiketa
shiketa

スコア3971

test CHANGED
@@ -2,11 +2,23 @@
2
2
 
3
3
 
4
4
 
5
- ```application.properties
5
+ ```
6
6
 
7
- spring.datasource.url=jdbc:mysql://localhost:8080/sampledb?characterEncoding=UTF-8&socketTimeout=30000
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