info.log.2022-03-29 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. 2022-03-29 17:12:06 [ restartedMain:869 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 14356 (C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api\target\classes started by Administrator in C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api)
  2. 2022-03-29 17:12:06 [ restartedMain:870 ] - [ INFO ] No active profile set, falling back to default profiles: default
  3. 2022-03-29 17:12:06 [ restartedMain:923 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  4. 2022-03-29 17:12:06 [ restartedMain:923 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  5. 2022-03-29 17:12:07 [ restartedMain:1951 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  6. 2022-03-29 17:12:07 [ restartedMain:1978 ] - [ INFO ] Finished Spring Data repository scanning in 15 ms. Found 0 JPA repository interfaces.
  7. 2022-03-29 17:12:08 [ restartedMain:2758 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  8. 2022-03-29 17:12:08 [ restartedMain:2902 ] - [ INFO ] Root WebApplicationContext: initialization completed in 1975 ms
  9. 2022-03-29 17:12:08 [ restartedMain:3046 ] - [ INFO ] HikariPool-1 - Starting...
  10. 2022-03-29 17:12:08 [ restartedMain:3363 ] - [ INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  11. 2022-03-29 17:12:08 [ restartedMain:3367 ] - [ INFO ] HikariPool-1 - Start completed.
  12. 2022-03-29 17:12:08 [ restartedMain:3531 ] - [ INFO ] HHH000412: Hibernate ORM core version 5.4.32.Final
  13. 2022-03-29 17:12:09 [ restartedMain:3650 ] - [ INFO ] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  14. 2022-03-29 17:12:09 [ restartedMain:3774 ] - [ INFO ] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  15. 2022-03-29 17:12:09 [ restartedMain:3938 ] - [ INFO ] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  16. 2022-03-29 17:12:09 [ restartedMain:3951 ] - [ INFO ] Initialized JPA EntityManagerFactory for persistence unit 'default'
  17. 2022-03-29 17:12:09 [ restartedMain:4527 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  18. 2022-03-29 17:12:10 [ restartedMain:4691 ] - [ INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  19. 2022-03-29 17:12:10 [ restartedMain:4899 ] - [ INFO ] LiveReload server is running on port 35729
  20. 2022-03-29 17:12:10 [ restartedMain:5005 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  21. 2022-03-29 17:12:10 [ restartedMain:5454 ] - [ INFO ] Tomcat started on port(s): 8084 (http) with context path ''
  22. 2022-03-29 17:12:11 [ restartedMain:5704 ] - [ INFO ] Context refreshed
  23. 2022-03-29 17:12:11 [ restartedMain:5722 ] - [ INFO ] Found 1 custom documentation plugin(s)
  24. 2022-03-29 17:12:11 [ restartedMain:5759 ] - [ INFO ] Scanning for api listing references
  25. 2022-03-29 17:12:12 [ restartedMain:7194 ] - [ INFO ] Started RepairsApplication in 7.168 seconds (JVM running for 8.538)
  26. 2022-03-29 17:12:55 [ http-nio-8084-exec-1:49947 ] - [ INFO ] Initializing Servlet 'dispatcherServlet'
  27. 2022-03-29 17:12:55 [ http-nio-8084-exec-1:49949 ] - [ INFO ] Completed initialization in 2 ms
  28. 2022-03-29 17:18:49 [ restartedMain:1119 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 13280 (C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api\target\classes started by Administrator in C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api)
  29. 2022-03-29 17:18:49 [ restartedMain:1120 ] - [ INFO ] No active profile set, falling back to default profiles: default
  30. 2022-03-29 17:18:49 [ restartedMain:1188 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  31. 2022-03-29 17:18:49 [ restartedMain:1189 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  32. 2022-03-29 17:18:50 [ restartedMain:2350 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  33. 2022-03-29 17:18:50 [ restartedMain:2381 ] - [ INFO ] Finished Spring Data repository scanning in 17 ms. Found 0 JPA repository interfaces.
  34. 2022-03-29 17:18:51 [ restartedMain:3236 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  35. 2022-03-29 17:18:52 [ restartedMain:3411 ] - [ INFO ] Root WebApplicationContext: initialization completed in 2221 ms
  36. 2022-03-29 17:18:52 [ restartedMain:3568 ] - [ INFO ] HikariPool-1 - Starting...
  37. 2022-03-29 17:18:52 [ restartedMain:3926 ] - [ INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  38. 2022-03-29 17:18:52 [ restartedMain:3931 ] - [ INFO ] HikariPool-1 - Start completed.
  39. 2022-03-29 17:18:52 [ restartedMain:4094 ] - [ INFO ] HHH000412: Hibernate ORM core version 5.4.32.Final
  40. 2022-03-29 17:18:52 [ restartedMain:4219 ] - [ INFO ] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  41. 2022-03-29 17:18:52 [ restartedMain:4389 ] - [ INFO ] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  42. 2022-03-29 17:18:53 [ restartedMain:4560 ] - [ INFO ] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  43. 2022-03-29 17:18:53 [ restartedMain:4574 ] - [ INFO ] Initialized JPA EntityManagerFactory for persistence unit 'default'
  44. 2022-03-29 17:18:53 [ restartedMain:5155 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  45. 2022-03-29 17:18:53 [ restartedMain:5343 ] - [ INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  46. 2022-03-29 17:18:54 [ restartedMain:5574 ] - [ INFO ] LiveReload server is running on port 35729
  47. 2022-03-29 17:18:54 [ restartedMain:5677 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  48. 2022-03-29 17:18:54 [ restartedMain:6186 ] - [ INFO ] Tomcat started on port(s): 8084 (http) with context path ''
  49. 2022-03-29 17:18:55 [ restartedMain:6458 ] - [ INFO ] Context refreshed
  50. 2022-03-29 17:18:55 [ restartedMain:6476 ] - [ INFO ] Found 1 custom documentation plugin(s)
  51. 2022-03-29 17:18:55 [ restartedMain:6513 ] - [ INFO ] Scanning for api listing references
  52. 2022-03-29 17:18:56 [ restartedMain:7799 ] - [ INFO ] Started RepairsApplication in 7.77 seconds (JVM running for 9.407)
  53. 2022-03-29 17:19:43 [ http-nio-8084-exec-2:54925 ] - [ INFO ] Initializing Servlet 'dispatcherServlet'
  54. 2022-03-29 17:19:43 [ http-nio-8084-exec-2:54927 ] - [ INFO ] Completed initialization in 2 ms
  55. 2022-03-29 17:22:39 [ restartedMain:1118 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 16148 (C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api\target\classes started by Administrator in C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api)
  56. 2022-03-29 17:22:39 [ restartedMain:1119 ] - [ INFO ] No active profile set, falling back to default profiles: default
  57. 2022-03-29 17:22:39 [ restartedMain:1180 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  58. 2022-03-29 17:22:39 [ restartedMain:1180 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  59. 2022-03-29 17:22:40 [ restartedMain:2236 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  60. 2022-03-29 17:22:40 [ restartedMain:2262 ] - [ INFO ] Finished Spring Data repository scanning in 15 ms. Found 0 JPA repository interfaces.
  61. 2022-03-29 17:22:41 [ restartedMain:3060 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  62. 2022-03-29 17:22:41 [ restartedMain:3175 ] - [ INFO ] Root WebApplicationContext: initialization completed in 1995 ms
  63. 2022-03-29 17:22:41 [ restartedMain:3290 ] - [ INFO ] HikariPool-1 - Starting...
  64. 2022-03-29 17:22:41 [ restartedMain:3600 ] - [ INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  65. 2022-03-29 17:22:41 [ restartedMain:3603 ] - [ INFO ] HikariPool-1 - Start completed.
  66. 2022-03-29 17:22:41 [ restartedMain:3764 ] - [ INFO ] HHH000412: Hibernate ORM core version 5.4.32.Final
  67. 2022-03-29 17:22:42 [ restartedMain:3878 ] - [ INFO ] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  68. 2022-03-29 17:22:42 [ restartedMain:3990 ] - [ INFO ] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  69. 2022-03-29 17:22:42 [ restartedMain:4186 ] - [ INFO ] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  70. 2022-03-29 17:22:42 [ restartedMain:4198 ] - [ INFO ] Initialized JPA EntityManagerFactory for persistence unit 'default'
  71. 2022-03-29 17:22:42 [ restartedMain:4772 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  72. 2022-03-29 17:22:43 [ restartedMain:4917 ] - [ INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  73. 2022-03-29 17:22:43 [ restartedMain:5104 ] - [ INFO ] LiveReload server is running on port 35729
  74. 2022-03-29 17:22:43 [ restartedMain:5196 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  75. 2022-03-29 17:22:43 [ restartedMain:5700 ] - [ INFO ] Tomcat started on port(s): 8084 (http) with context path ''
  76. 2022-03-29 17:22:44 [ restartedMain:6024 ] - [ INFO ] Context refreshed
  77. 2022-03-29 17:22:44 [ restartedMain:6068 ] - [ INFO ] Found 1 custom documentation plugin(s)
  78. 2022-03-29 17:22:44 [ restartedMain:6105 ] - [ INFO ] Scanning for api listing references
  79. 2022-03-29 17:22:45 [ restartedMain:7358 ] - [ INFO ] Started RepairsApplication in 7.33 seconds (JVM running for 8.846)
  80. 2022-03-29 17:24:00 [ http-nio-8084-exec-2:82568 ] - [ INFO ] Initializing Servlet 'dispatcherServlet'
  81. 2022-03-29 17:24:00 [ http-nio-8084-exec-2:82570 ] - [ INFO ] Completed initialization in 2 ms
  82. 2022-03-29 17:24:16 [ restartedMain:1019 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 15540 (C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api\target\classes started by Administrator in C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api)
  83. 2022-03-29 17:24:16 [ restartedMain:1020 ] - [ INFO ] No active profile set, falling back to default profiles: default
  84. 2022-03-29 17:24:16 [ restartedMain:1071 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  85. 2022-03-29 17:24:16 [ restartedMain:1071 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  86. 2022-03-29 17:24:17 [ restartedMain:2075 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  87. 2022-03-29 17:24:17 [ restartedMain:2101 ] - [ INFO ] Finished Spring Data repository scanning in 15 ms. Found 0 JPA repository interfaces.
  88. 2022-03-29 17:24:18 [ restartedMain:2873 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  89. 2022-03-29 17:24:18 [ restartedMain:3014 ] - [ INFO ] Root WebApplicationContext: initialization completed in 1942 ms
  90. 2022-03-29 17:24:18 [ restartedMain:3160 ] - [ INFO ] HikariPool-1 - Starting...
  91. 2022-03-29 17:24:18 [ restartedMain:3477 ] - [ INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  92. 2022-03-29 17:24:18 [ restartedMain:3481 ] - [ INFO ] HikariPool-1 - Start completed.
  93. 2022-03-29 17:24:19 [ restartedMain:3671 ] - [ INFO ] HHH000412: Hibernate ORM core version 5.4.32.Final
  94. 2022-03-29 17:24:19 [ restartedMain:3789 ] - [ INFO ] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  95. 2022-03-29 17:24:19 [ restartedMain:3911 ] - [ INFO ] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  96. 2022-03-29 17:24:19 [ restartedMain:4067 ] - [ INFO ] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  97. 2022-03-29 17:24:19 [ restartedMain:4080 ] - [ INFO ] Initialized JPA EntityManagerFactory for persistence unit 'default'
  98. 2022-03-29 17:24:20 [ restartedMain:4658 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  99. 2022-03-29 17:24:20 [ restartedMain:4822 ] - [ INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  100. 2022-03-29 17:24:20 [ restartedMain:5037 ] - [ INFO ] LiveReload server is running on port 35729
  101. 2022-03-29 17:24:20 [ restartedMain:5152 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  102. 2022-03-29 17:24:21 [ restartedMain:5593 ] - [ INFO ] Tomcat started on port(s): 8084 (http) with context path ''
  103. 2022-03-29 17:24:21 [ restartedMain:5840 ] - [ INFO ] Context refreshed
  104. 2022-03-29 17:24:21 [ restartedMain:5857 ] - [ INFO ] Found 1 custom documentation plugin(s)
  105. 2022-03-29 17:24:21 [ restartedMain:5891 ] - [ INFO ] Scanning for api listing references
  106. 2022-03-29 17:24:22 [ restartedMain:7221 ] - [ INFO ] Started RepairsApplication in 7.175 seconds (JVM running for 8.698)
  107. 2022-03-29 17:24:30 [ http-nio-8084-exec-4:15517 ] - [ INFO ] Initializing Servlet 'dispatcherServlet'
  108. 2022-03-29 17:24:30 [ http-nio-8084-exec-4:15519 ] - [ INFO ] Completed initialization in 2 ms
  109. 2022-03-29 17:56:55 [ restartedMain:1117 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 7872 (C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api\target\classes started by Administrator in C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api)
  110. 2022-03-29 17:56:55 [ restartedMain:1118 ] - [ INFO ] No active profile set, falling back to default profiles: default
  111. 2022-03-29 17:56:55 [ restartedMain:1178 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  112. 2022-03-29 17:56:55 [ restartedMain:1178 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  113. 2022-03-29 17:56:56 [ restartedMain:2192 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  114. 2022-03-29 17:56:56 [ restartedMain:2220 ] - [ INFO ] Finished Spring Data repository scanning in 17 ms. Found 0 JPA repository interfaces.
  115. 2022-03-29 17:56:57 [ restartedMain:3184 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  116. 2022-03-29 17:56:57 [ restartedMain:3346 ] - [ INFO ] Root WebApplicationContext: initialization completed in 2167 ms
  117. 2022-03-29 17:56:57 [ restartedMain:3497 ] - [ INFO ] HikariPool-1 - Starting...
  118. 2022-03-29 17:56:57 [ restartedMain:3829 ] - [ INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  119. 2022-03-29 17:56:57 [ restartedMain:3844 ] - [ INFO ] HikariPool-1 - Start completed.
  120. 2022-03-29 17:56:57 [ restartedMain:3993 ] - [ INFO ] HHH000412: Hibernate ORM core version 5.4.32.Final
  121. 2022-03-29 17:56:58 [ restartedMain:4141 ] - [ INFO ] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  122. 2022-03-29 17:56:58 [ restartedMain:4306 ] - [ INFO ] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  123. 2022-03-29 17:56:58 [ restartedMain:4499 ] - [ INFO ] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  124. 2022-03-29 17:56:58 [ restartedMain:4513 ] - [ INFO ] Initialized JPA EntityManagerFactory for persistence unit 'default'
  125. 2022-03-29 17:56:59 [ restartedMain:5079 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  126. 2022-03-29 17:56:59 [ restartedMain:5241 ] - [ INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  127. 2022-03-29 17:56:59 [ restartedMain:5435 ] - [ INFO ] LiveReload server is running on port 35729
  128. 2022-03-29 17:56:59 [ restartedMain:5534 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  129. 2022-03-29 17:56:59 [ restartedMain:5990 ] - [ INFO ] Tomcat started on port(s): 8084 (http) with context path ''
  130. 2022-03-29 17:57:00 [ restartedMain:6261 ] - [ INFO ] Context refreshed
  131. 2022-03-29 17:57:00 [ restartedMain:6280 ] - [ INFO ] Found 1 custom documentation plugin(s)
  132. 2022-03-29 17:57:00 [ restartedMain:6317 ] - [ INFO ] Scanning for api listing references
  133. 2022-03-29 17:57:01 [ restartedMain:7773 ] - [ INFO ] Started RepairsApplication in 7.754 seconds (JVM running for 9.07)
  134. 2022-03-29 17:57:04 [ http-nio-8084-exec-1:10336 ] - [ INFO ] Initializing Servlet 'dispatcherServlet'
  135. 2022-03-29 17:57:04 [ http-nio-8084-exec-1:10338 ] - [ INFO ] Completed initialization in 2 ms
  136. 2022-03-29 18:26:15 [ Thread-17:1761149 ] - [ INFO ] Closing JPA EntityManagerFactory for persistence unit 'default'
  137. 2022-03-29 18:26:15 [ Thread-17:1761156 ] - [ INFO ] HikariPool-1 - Shutdown initiated...
  138. 2022-03-29 18:26:15 [ Thread-17:1761160 ] - [ INFO ] HikariPool-1 - Shutdown completed.
  139. 2022-03-29 18:26:16 [ restartedMain:1762314 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  140. 2022-03-29 18:26:16 [ restartedMain:1762314 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  141. 2022-03-29 18:26:16 [ restartedMain:1762322 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 7872 (C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api\target\classes started by Administrator in C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api)
  142. 2022-03-29 18:26:16 [ restartedMain:1762322 ] - [ INFO ] No active profile set, falling back to default profiles: default
  143. 2022-03-29 18:26:17 [ restartedMain:1763077 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  144. 2022-03-29 18:26:17 [ restartedMain:1763090 ] - [ INFO ] Finished Spring Data repository scanning in 11 ms. Found 0 JPA repository interfaces.
  145. 2022-03-29 18:26:17 [ restartedMain:1763316 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  146. 2022-03-29 18:26:17 [ restartedMain:1763348 ] - [ INFO ] Root WebApplicationContext: initialization completed in 1022 ms
  147. 2022-03-29 18:26:17 [ restartedMain:1763395 ] - [ INFO ] HikariPool-2 - Starting...
  148. 2022-03-29 18:26:17 [ restartedMain:1763398 ] - [ INFO ] HikariPool-2 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  149. 2022-03-29 18:26:17 [ restartedMain:1763690 ] - [ INFO ] HikariPool-2 - Start completed.
  150. 2022-03-29 18:26:17 [ restartedMain:1763715 ] - [ INFO ] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  151. 2022-03-29 18:26:17 [ restartedMain:1763729 ] - [ INFO ] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  152. 2022-03-29 18:26:17 [ restartedMain:1763730 ] - [ INFO ] Initialized JPA EntityManagerFactory for persistence unit 'default'
  153. 2022-03-29 18:26:18 [ restartedMain:1764272 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  154. 2022-03-29 18:26:18 [ restartedMain:1764343 ] - [ INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  155. 2022-03-29 18:26:18 [ restartedMain:1764466 ] - [ INFO ] LiveReload server is running on port 35729
  156. 2022-03-29 18:26:18 [ restartedMain:1764534 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  157. 2022-03-29 18:26:19 [ restartedMain:1766002 ] - [ INFO ] Tomcat started on port(s): 8084 (http) with context path ''
  158. 2022-03-29 18:26:20 [ restartedMain:1766276 ] - [ INFO ] Context refreshed
  159. 2022-03-29 18:26:20 [ restartedMain:1766277 ] - [ INFO ] Found 1 custom documentation plugin(s)
  160. 2022-03-29 18:26:20 [ restartedMain:1766291 ] - [ INFO ] Scanning for api listing references
  161. 2022-03-29 18:26:21 [ restartedMain:1767091 ] - [ INFO ] Started RepairsApplication in 5.591 seconds (JVM running for 1768.388)
  162. 2022-03-29 18:26:21 [ restartedMain:1767094 ] - [ INFO ] Condition evaluation unchanged
  163. 2022-03-29 18:27:30 [ Thread-32:1836131 ] - [ INFO ] Closing JPA EntityManagerFactory for persistence unit 'default'
  164. 2022-03-29 18:27:30 [ Thread-32:1836209 ] - [ INFO ] HikariPool-2 - Shutdown initiated...
  165. 2022-03-29 18:27:30 [ Thread-32:1836353 ] - [ INFO ] HikariPool-2 - Shutdown completed.
  166. 2022-03-29 18:27:32 [ restartedMain:1838161 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  167. 2022-03-29 18:27:32 [ restartedMain:1838162 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  168. 2022-03-29 18:27:32 [ restartedMain:1838168 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 7872 (C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api\target\classes started by Administrator in C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api)
  169. 2022-03-29 18:27:32 [ restartedMain:1838168 ] - [ INFO ] No active profile set, falling back to default profiles: default
  170. 2022-03-29 18:27:34 [ restartedMain:1840808 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  171. 2022-03-29 18:27:34 [ restartedMain:1840821 ] - [ INFO ] Finished Spring Data repository scanning in 11 ms. Found 0 JPA repository interfaces.
  172. 2022-03-29 18:27:35 [ restartedMain:1841459 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  173. 2022-03-29 18:27:35 [ restartedMain:1841486 ] - [ INFO ] Root WebApplicationContext: initialization completed in 3315 ms
  174. 2022-03-29 18:27:35 [ restartedMain:1841587 ] - [ INFO ] HikariPool-3 - Starting...
  175. 2022-03-29 18:27:55 [ restartedMain:1103 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 14068 (C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api\target\classes started by Administrator in C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api)
  176. 2022-03-29 18:27:55 [ restartedMain:1104 ] - [ INFO ] No active profile set, falling back to default profiles: default
  177. 2022-03-29 18:27:55 [ restartedMain:1155 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  178. 2022-03-29 18:27:55 [ restartedMain:1155 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  179. 2022-03-29 18:27:56 [ restartedMain:2312 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  180. 2022-03-29 18:27:56 [ restartedMain:2341 ] - [ INFO ] Finished Spring Data repository scanning in 16 ms. Found 0 JPA repository interfaces.
  181. 2022-03-29 18:27:57 [ restartedMain:3134 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  182. 2022-03-29 18:27:57 [ restartedMain:3341 ] - [ INFO ] Root WebApplicationContext: initialization completed in 2185 ms
  183. 2022-03-29 18:27:58 [ restartedMain:3526 ] - [ INFO ] HikariPool-1 - Starting...
  184. 2022-03-29 18:27:58 [ restartedMain:3871 ] - [ INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  185. 2022-03-29 18:27:58 [ restartedMain:3876 ] - [ INFO ] HikariPool-1 - Start completed.
  186. 2022-03-29 18:27:58 [ restartedMain:4090 ] - [ INFO ] HHH000412: Hibernate ORM core version 5.4.32.Final
  187. 2022-03-29 18:27:58 [ restartedMain:4215 ] - [ INFO ] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  188. 2022-03-29 18:27:58 [ restartedMain:4356 ] - [ INFO ] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  189. 2022-03-29 18:27:59 [ restartedMain:4522 ] - [ INFO ] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  190. 2022-03-29 18:27:59 [ restartedMain:4539 ] - [ INFO ] Initialized JPA EntityManagerFactory for persistence unit 'default'
  191. 2022-03-29 18:27:59 [ restartedMain:5161 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  192. 2022-03-29 18:27:59 [ restartedMain:5365 ] - [ INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  193. 2022-03-29 18:28:00 [ restartedMain:5601 ] - [ INFO ] LiveReload server is running on port 35729
  194. 2022-03-29 18:28:00 [ restartedMain:5700 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  195. 2022-03-29 18:28:00 [ restartedMain:6295 ] - [ INFO ] Tomcat started on port(s): 8084 (http) with context path ''
  196. 2022-03-29 18:28:01 [ restartedMain:6660 ] - [ INFO ] Context refreshed
  197. 2022-03-29 18:28:01 [ restartedMain:6690 ] - [ INFO ] Found 1 custom documentation plugin(s)
  198. 2022-03-29 18:28:01 [ restartedMain:6744 ] - [ INFO ] Scanning for api listing references
  199. 2022-03-29 18:28:02 [ restartedMain:7929 ] - [ INFO ] Started RepairsApplication in 7.912 seconds (JVM running for 9.515)
  200. 2022-03-29 18:39:34 [ http-nio-8084-exec-1:699690 ] - [ INFO ] Initializing Servlet 'dispatcherServlet'
  201. 2022-03-29 18:39:34 [ http-nio-8084-exec-1:699693 ] - [ INFO ] Completed initialization in 3 ms
  202. 2022-03-29 19:49:48 [ Thread-17:4913649 ] - [ INFO ] Closing JPA EntityManagerFactory for persistence unit 'default'
  203. 2022-03-29 19:49:48 [ Thread-17:4913689 ] - [ INFO ] HikariPool-1 - Shutdown initiated...
  204. 2022-03-29 19:49:48 [ Thread-17:4913882 ] - [ INFO ] HikariPool-1 - Shutdown completed.
  205. 2022-03-29 19:49:51 [ restartedMain:4916663 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  206. 2022-03-29 19:49:51 [ restartedMain:4916663 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  207. 2022-03-29 19:49:51 [ restartedMain:4916671 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 14068 (C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api\target\classes started by Administrator in C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api)
  208. 2022-03-29 19:49:51 [ restartedMain:4916672 ] - [ INFO ] No active profile set, falling back to default profiles: default
  209. 2022-03-29 19:49:52 [ restartedMain:4918152 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  210. 2022-03-29 19:49:52 [ restartedMain:4918165 ] - [ INFO ] Finished Spring Data repository scanning in 12 ms. Found 0 JPA repository interfaces.
  211. 2022-03-29 19:49:53 [ restartedMain:4918543 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  212. 2022-03-29 19:49:53 [ restartedMain:4918592 ] - [ INFO ] Root WebApplicationContext: initialization completed in 1917 ms
  213. 2022-03-29 19:49:53 [ restartedMain:4918736 ] - [ INFO ] HikariPool-2 - Starting...
  214. 2022-03-29 19:49:53 [ restartedMain:4918745 ] - [ INFO ] HikariPool-2 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  215. 2022-03-29 19:49:53 [ restartedMain:4918746 ] - [ INFO ] HikariPool-2 - Start completed.
  216. 2022-03-29 19:49:53 [ restartedMain:4918771 ] - [ INFO ] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  217. 2022-03-29 19:49:53 [ restartedMain:4918786 ] - [ INFO ] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  218. 2022-03-29 19:49:53 [ restartedMain:4918787 ] - [ INFO ] Initialized JPA EntityManagerFactory for persistence unit 'default'
  219. 2022-03-29 19:49:53 [ restartedMain:4919294 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  220. 2022-03-29 19:49:53 [ restartedMain:4919453 ] - [ INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  221. 2022-03-29 19:49:54 [ restartedMain:4919573 ] - [ INFO ] LiveReload server is running on port 35729
  222. 2022-03-29 19:49:54 [ restartedMain:4919686 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  223. 2022-03-29 19:49:56 [ restartedMain:4922187 ] - [ INFO ] Tomcat started on port(s): 8084 (http) with context path ''
  224. 2022-03-29 19:49:57 [ restartedMain:4923345 ] - [ INFO ] Context refreshed
  225. 2022-03-29 19:49:57 [ restartedMain:4923346 ] - [ INFO ] Found 1 custom documentation plugin(s)
  226. 2022-03-29 19:49:57 [ restartedMain:4923353 ] - [ INFO ] Scanning for api listing references
  227. 2022-03-29 19:49:58 [ restartedMain:4923952 ] - [ INFO ] Started RepairsApplication in 9.554 seconds (JVM running for 4925.538)
  228. 2022-03-29 19:49:58 [ restartedMain:4923954 ] - [ INFO ] Condition evaluation unchanged
  229. 2022-03-29 20:01:11 [ Thread-34:5597318 ] - [ INFO ] Closing JPA EntityManagerFactory for persistence unit 'default'
  230. 2022-03-29 20:01:11 [ Thread-34:5597322 ] - [ INFO ] HikariPool-2 - Shutdown initiated...
  231. 2022-03-29 20:01:11 [ Thread-34:5597340 ] - [ INFO ] HikariPool-2 - Shutdown completed.
  232. 2022-03-29 20:01:15 [ restartedMain:5601087 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  233. 2022-03-29 20:01:15 [ restartedMain:5601088 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  234. 2022-03-29 20:01:15 [ restartedMain:5601095 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 14068 (C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api\target\classes started by Administrator in C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api)
  235. 2022-03-29 20:01:15 [ restartedMain:5601095 ] - [ INFO ] No active profile set, falling back to default profiles: default
  236. 2022-03-29 20:01:19 [ restartedMain:5605084 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  237. 2022-03-29 20:01:19 [ restartedMain:5605095 ] - [ INFO ] Finished Spring Data repository scanning in 11 ms. Found 0 JPA repository interfaces.
  238. 2022-03-29 20:01:20 [ restartedMain:5605517 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  239. 2022-03-29 20:01:20 [ restartedMain:5605557 ] - [ INFO ] Root WebApplicationContext: initialization completed in 4459 ms
  240. 2022-03-29 20:01:20 [ restartedMain:5605715 ] - [ INFO ] HikariPool-3 - Starting...
  241. 2022-03-29 20:01:42 [ restartedMain:5627970 ] - [ ERROR ] HikariPool-3 - Exception during pool initialization.
  242. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  243. Last packet sent to the server was 0 ms ago.
  244. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  245. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  246. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  247. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  248. at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
  249. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074)
  250. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2103)
  251. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:718)
  252. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
  253. at sun.reflect.GeneratedConstructorAccessor71.newInstance(Unknown Source)
  254. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  255. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  256. at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
  257. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:302)
  258. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
  259. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
  260. at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
  261. at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
  262. at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
  263. at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
  264. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
  265. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
  266. at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:158)
  267. at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:116)
  268. at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79)
  269. at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:330)
  270. at org.springframework.boot.jdbc.EmbeddedDatabaseConnection.isEmbedded(EmbeddedDatabaseConnection.java:184)
  271. at org.springframework.boot.autoconfigure.orm.jpa.HibernateDefaultDdlAutoProvider.getDefaultDdlAuto(HibernateDefaultDdlAutoProvider.java:42)
  272. at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration.lambda$getVendorProperties$1(HibernateJpaConfiguration.java:130)
  273. at org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings.getDdlAuto(HibernateSettings.java:41)
  274. at org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.determineDdlAuto(HibernateProperties.java:143)
  275. at org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.getAdditionalProperties(HibernateProperties.java:103)
  276. at org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.determineHibernateProperties(HibernateProperties.java:95)
  277. at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration.getVendorProperties(HibernateJpaConfiguration.java:132)
  278. at org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.entityManagerFactory(JpaBaseConfiguration.java:132)
  279. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  280. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  281. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  282. at java.lang.reflect.Method.invoke(Method.java:498)
  283. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
  284. at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
  285. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638)
  286. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334)
  287. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
  288. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:564)
  289. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524)
  290. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  291. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  292. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  293. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
  294. at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154)
  295. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908)
  296. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
  297. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
  298. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
  299. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434)
  300. at org.springframework.boot.SpringApplication.run(SpringApplication.java:338)
  301. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
  302. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332)
  303. at com.chuanghai.repair.RepairsApplication.main(RepairsApplication.java:23)
  304. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  305. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  306. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  307. at java.lang.reflect.Method.invoke(Method.java:498)
  308. at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
  309. Caused by: java.net.ConnectException: Connection timed out: connect
  310. at java.net.DualStackPlainSocketImpl.connect0(Native Method)
  311. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
  312. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  313. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  314. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  315. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
  316. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  317. at java.net.Socket.connect(Socket.java:589)
  318. at java.net.Socket.connect(Socket.java:538)
  319. at java.net.Socket.<init>(Socket.java:434)
  320. at java.net.Socket.<init>(Socket.java:244)
  321. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:253)
  322. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:280)
  323. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2026)
  324. ... 58 more
  325. 2022-03-29 20:01:42 [ restartedMain:5628140 ] - [ INFO ] HikariPool-3 - Starting...
  326. 2022-03-29 20:12:09 [ restartedMain:1318 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 6736 (C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api\target\classes started by Administrator in C:\Users\Administrator\Desktop\学校报修系统\code\repair_reporting_system_api)
  327. 2022-03-29 20:12:09 [ restartedMain:1319 ] - [ INFO ] No active profile set, falling back to default profiles: default
  328. 2022-03-29 20:12:10 [ restartedMain:1379 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  329. 2022-03-29 20:12:10 [ restartedMain:1379 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  330. 2022-03-29 20:12:11 [ restartedMain:2611 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  331. 2022-03-29 20:12:11 [ restartedMain:2642 ] - [ INFO ] Finished Spring Data repository scanning in 17 ms. Found 0 JPA repository interfaces.
  332. 2022-03-29 20:12:12 [ restartedMain:3550 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  333. 2022-03-29 20:12:12 [ restartedMain:3674 ] - [ INFO ] Root WebApplicationContext: initialization completed in 2294 ms
  334. 2022-03-29 20:12:12 [ restartedMain:3822 ] - [ INFO ] HikariPool-1 - Starting...
  335. 2022-03-29 20:12:12 [ restartedMain:4163 ] - [ INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  336. 2022-03-29 20:12:12 [ restartedMain:4169 ] - [ INFO ] HikariPool-1 - Start completed.
  337. 2022-03-29 20:12:13 [ restartedMain:4374 ] - [ INFO ] HHH000412: Hibernate ORM core version 5.4.32.Final
  338. 2022-03-29 20:12:13 [ restartedMain:4493 ] - [ INFO ] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  339. 2022-03-29 20:12:13 [ restartedMain:4620 ] - [ INFO ] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  340. 2022-03-29 20:12:13 [ restartedMain:4781 ] - [ INFO ] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  341. 2022-03-29 20:12:13 [ restartedMain:4794 ] - [ INFO ] Initialized JPA EntityManagerFactory for persistence unit 'default'
  342. 2022-03-29 20:12:14 [ restartedMain:5377 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  343. 2022-03-29 20:12:14 [ restartedMain:5579 ] - [ INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  344. 2022-03-29 20:12:14 [ restartedMain:5778 ] - [ INFO ] LiveReload server is running on port 35729
  345. 2022-03-29 20:12:14 [ restartedMain:5872 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  346. 2022-03-29 20:12:15 [ restartedMain:6375 ] - [ INFO ] Tomcat started on port(s): 8084 (http) with context path ''
  347. 2022-03-29 20:12:15 [ restartedMain:6670 ] - [ INFO ] Context refreshed
  348. 2022-03-29 20:12:15 [ restartedMain:6691 ] - [ INFO ] Found 1 custom documentation plugin(s)
  349. 2022-03-29 20:12:15 [ restartedMain:6735 ] - [ INFO ] Scanning for api listing references
  350. 2022-03-29 20:12:17 [ restartedMain:8721 ] - [ INFO ] Started RepairsApplication in 8.701 seconds (JVM running for 10.376)
  351. 2022-03-29 20:12:57 [ http-nio-8084-exec-1:49297 ] - [ INFO ] Initializing Servlet 'dispatcherServlet'
  352. 2022-03-29 20:12:57 [ http-nio-8084-exec-1:49299 ] - [ INFO ] Completed initialization in 2 ms