info.log.2022-03-30 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. 2022-03-30 09:53:40 [ restartedMain:1339 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 9264 (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-30 09:53:40 [ restartedMain:1342 ] - [ INFO ] No active profile set, falling back to default profiles: default
  3. 2022-03-30 09:53:40 [ restartedMain:1429 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  4. 2022-03-30 09:53:40 [ restartedMain:1430 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  5. 2022-03-30 09:53:42 [ restartedMain:3338 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  6. 2022-03-30 09:53:42 [ restartedMain:3381 ] - [ INFO ] Finished Spring Data repository scanning in 17 ms. Found 0 JPA repository interfaces.
  7. 2022-03-30 09:53:43 [ restartedMain:4362 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  8. 2022-03-30 09:53:43 [ restartedMain:4516 ] - [ INFO ] Root WebApplicationContext: initialization completed in 3086 ms
  9. 2022-03-30 09:53:44 [ restartedMain:4710 ] - [ INFO ] HikariPool-1 - Starting...
  10. 2022-03-30 09:53:44 [ restartedMain:5020 ] - [ INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  11. 2022-03-30 09:53:44 [ restartedMain:5025 ] - [ INFO ] HikariPool-1 - Start completed.
  12. 2022-03-30 09:53:44 [ restartedMain:5270 ] - [ INFO ] HHH000412: Hibernate ORM core version 5.4.32.Final
  13. 2022-03-30 09:53:44 [ restartedMain:5517 ] - [ INFO ] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  14. 2022-03-30 09:53:45 [ restartedMain:5665 ] - [ INFO ] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  15. 2022-03-30 09:53:45 [ restartedMain:5875 ] - [ INFO ] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  16. 2022-03-30 09:53:45 [ restartedMain:5889 ] - [ INFO ] Initialized JPA EntityManagerFactory for persistence unit 'default'
  17. 2022-03-30 09:53:46 [ restartedMain:6667 ] - [ 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-30 09:53:46 [ restartedMain:6841 ] - [ INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  19. 2022-03-30 09:53:46 [ restartedMain:7070 ] - [ INFO ] LiveReload server is running on port 35729
  20. 2022-03-30 09:53:46 [ restartedMain:7173 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  21. 2022-03-30 09:53:46 [ restartedMain:7624 ] - [ INFO ] Tomcat started on port(s): 8084 (http) with context path ''
  22. 2022-03-30 09:53:47 [ restartedMain:7873 ] - [ INFO ] Context refreshed
  23. 2022-03-30 09:53:47 [ restartedMain:7898 ] - [ INFO ] Found 1 custom documentation plugin(s)
  24. 2022-03-30 09:53:47 [ restartedMain:7936 ] - [ INFO ] Scanning for api listing references
  25. 2022-03-30 09:53:48 [ restartedMain:9325 ] - [ INFO ] Started RepairsApplication in 9.291 seconds (JVM running for 11.465)
  26. 2022-03-30 09:54:10 [ http-nio-8084-exec-1:31268 ] - [ INFO ] Initializing Servlet 'dispatcherServlet'
  27. 2022-03-30 09:54:10 [ http-nio-8084-exec-1:31270 ] - [ INFO ] Completed initialization in 2 ms
  28. 2022-03-30 15:41:43 [ restartedMain:1334 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 4368 (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-30 15:41:43 [ restartedMain:1339 ] - [ INFO ] No active profile set, falling back to default profiles: default
  30. 2022-03-30 15:41:43 [ restartedMain:1413 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  31. 2022-03-30 15:41:43 [ restartedMain:1413 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  32. 2022-03-30 15:41:44 [ restartedMain:2685 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  33. 2022-03-30 15:41:44 [ restartedMain:2757 ] - [ INFO ] Finished Spring Data repository scanning in 21 ms. Found 0 JPA repository interfaces.
  34. 2022-03-30 15:41:45 [ restartedMain:3763 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  35. 2022-03-30 15:41:46 [ restartedMain:3915 ] - [ INFO ] Root WebApplicationContext: initialization completed in 2501 ms
  36. 2022-03-30 15:41:46 [ restartedMain:4083 ] - [ INFO ] HikariPool-1 - Starting...
  37. 2022-03-30 15:41:46 [ restartedMain:4448 ] - [ INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  38. 2022-03-30 15:41:46 [ restartedMain:4452 ] - [ INFO ] HikariPool-1 - Start completed.
  39. 2022-03-30 15:41:46 [ restartedMain:4702 ] - [ INFO ] HHH000412: Hibernate ORM core version 5.4.32.Final
  40. 2022-03-30 15:41:46 [ restartedMain:4846 ] - [ INFO ] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  41. 2022-03-30 15:41:47 [ restartedMain:5015 ] - [ INFO ] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  42. 2022-03-30 15:41:47 [ restartedMain:5285 ] - [ INFO ] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  43. 2022-03-30 15:41:47 [ restartedMain:5302 ] - [ INFO ] Initialized JPA EntityManagerFactory for persistence unit 'default'
  44. 2022-03-30 15:41:48 [ restartedMain:6072 ] - [ 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-30 15:41:48 [ restartedMain:6332 ] - [ INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  46. 2022-03-30 15:41:48 [ restartedMain:6629 ] - [ INFO ] LiveReload server is running on port 35729
  47. 2022-03-30 15:41:48 [ restartedMain:6742 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  48. 2022-03-30 15:41:49 [ restartedMain:7304 ] - [ INFO ] Tomcat started on port(s): 8084 (http) with context path ''
  49. 2022-03-30 15:41:49 [ restartedMain:7629 ] - [ INFO ] Context refreshed
  50. 2022-03-30 15:41:49 [ restartedMain:7650 ] - [ INFO ] Found 1 custom documentation plugin(s)
  51. 2022-03-30 15:41:49 [ restartedMain:7691 ] - [ INFO ] Scanning for api listing references
  52. 2022-03-30 15:41:51 [ restartedMain:8922 ] - [ INFO ] Started RepairsApplication in 8.782 seconds (JVM running for 11.025)
  53. 2022-03-30 15:42:07 [ http-nio-8084-exec-1:25752 ] - [ INFO ] Initializing Servlet 'dispatcherServlet'
  54. 2022-03-30 15:42:07 [ http-nio-8084-exec-1:25754 ] - [ INFO ] Completed initialization in 2 ms
  55. 2022-03-30 16:23:10 [ restartedMain:1224 ] - [ INFO ] Starting RepairsApplication using Java 1.8.0_181 on bingo with PID 5696 (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-30 16:23:10 [ restartedMain:1225 ] - [ INFO ] No active profile set, falling back to default profiles: default
  57. 2022-03-30 16:23:11 [ restartedMain:1320 ] - [ INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  58. 2022-03-30 16:23:11 [ restartedMain:1320 ] - [ INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  59. 2022-03-30 16:23:12 [ restartedMain:2614 ] - [ INFO ] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  60. 2022-03-30 16:23:12 [ restartedMain:2651 ] - [ INFO ] Finished Spring Data repository scanning in 23 ms. Found 0 JPA repository interfaces.
  61. 2022-03-30 16:23:13 [ restartedMain:3657 ] - [ INFO ] Tomcat initialized with port(s): 8084 (http)
  62. 2022-03-30 16:23:13 [ restartedMain:3835 ] - [ INFO ] Root WebApplicationContext: initialization completed in 2514 ms
  63. 2022-03-30 16:23:13 [ restartedMain:4030 ] - [ INFO ] HikariPool-1 - Starting...
  64. 2022-03-30 16:23:14 [ restartedMain:4395 ] - [ INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  65. 2022-03-30 16:23:14 [ restartedMain:4420 ] - [ INFO ] HikariPool-1 - Start completed.
  66. 2022-03-30 16:23:14 [ restartedMain:4601 ] - [ INFO ] HHH000412: Hibernate ORM core version 5.4.32.Final
  67. 2022-03-30 16:23:14 [ restartedMain:4870 ] - [ INFO ] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  68. 2022-03-30 16:23:14 [ restartedMain:5053 ] - [ INFO ] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  69. 2022-03-30 16:23:15 [ restartedMain:5269 ] - [ INFO ] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  70. 2022-03-30 16:23:15 [ restartedMain:5295 ] - [ INFO ] Initialized JPA EntityManagerFactory for persistence unit 'default'
  71. 2022-03-30 16:23:15 [ restartedMain:6112 ] - [ 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-30 16:23:16 [ restartedMain:6369 ] - [ INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  73. 2022-03-30 16:23:16 [ restartedMain:6673 ] - [ INFO ] LiveReload server is running on port 35729
  74. 2022-03-30 16:23:16 [ restartedMain:6800 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  75. 2022-03-30 16:23:17 [ restartedMain:7503 ] - [ INFO ] Tomcat started on port(s): 8084 (http) with context path ''
  76. 2022-03-30 16:23:17 [ restartedMain:7858 ] - [ INFO ] Context refreshed
  77. 2022-03-30 16:23:17 [ restartedMain:7881 ] - [ INFO ] Found 1 custom documentation plugin(s)
  78. 2022-03-30 16:23:17 [ restartedMain:7930 ] - [ INFO ] Scanning for api listing references
  79. 2022-03-30 16:23:19 [ restartedMain:9411 ] - [ INFO ] Started RepairsApplication in 9.366 seconds (JVM running for 11.309)
  80. 2022-03-30 19:03:01 [ http-nio-8084-exec-1:9591736 ] - [ INFO ] Initializing Servlet 'dispatcherServlet'
  81. 2022-03-30 19:03:01 [ http-nio-8084-exec-1:9591803 ] - [ INFO ] Completed initialization in 67 ms