Commit 985b8bc06421276d840afbe169a9723eaf3868b4

Authored by feewee
1 parent c301dcd5

f

logs/info.log
... ... @@ -8865,3 +8865,83 @@
8865 8865 2022-12-26 19:33:54.005 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
8866 8866 2022-12-26 19:33:54.339 [main] INFO cn.fw.parts.AcquirePartsTest - Started AcquirePartsTest in 3.038 seconds (JVM running for 4.135)
8867 8867 2022-12-26 19:42:35.399 [Thread-3] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Mon Dec 26 19:33:51 CST 2022]; root of context hierarchy
  8868 +2022-12-26 19:52:57.314 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [cn.fw.parts.AcquirePartsTest], using SpringBootContextLoader
  8869 +2022-12-26 19:52:57.320 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [cn.fw.parts.AcquirePartsTest]: no resource found for suffixes {-context.xml, Context.groovy}.
  8870 +2022-12-26 19:52:57.396 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
  8871 +2022-12-26 19:52:57.415 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@60099951, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@20140db9, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@1e6a3214, org.springframework.test.context.support.DirtiesContextTestExecutionListener@368247b9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1a6d8329, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1a942c18, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@55a147cc, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@71ba6d4e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@738dc9b, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3c77d488, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@63376bed, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4145bad8]
  8872 +2022-12-26 19:52:57.875 [main] INFO cn.fw.parts.AcquirePartsTest - Starting AcquirePartsTest on DESKTOP-4PEO28G with PID 17740 (started by zk in C:\Users\zk\Desktop\sbmp)
  8873 +2022-12-26 19:52:57.876 [main] INFO cn.fw.parts.AcquirePartsTest - No active profile set, falling back to default profiles: default
  8874 +2022-12-26 19:52:57.925 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Mon Dec 26 19:52:57 CST 2022]; root of context hierarchy
  8875 +2022-12-26 19:52:58.145 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 5.3.6.Final
  8876 +2022-12-26 19:53:00.141 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Mon Dec 26 19:52:57 CST 2022]; root of context hierarchy
  8877 +2022-12-26 19:53:00.201 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  8878 +2022-12-26 19:53:00.202 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  8879 +2022-12-26 19:53:00.231 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8880 +2022-12-26 19:53:00.231 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8881 +2022-12-26 19:53:00.275 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8882 +2022-12-26 19:53:00.612 [main] INFO cn.fw.parts.AcquirePartsTest - Started AcquirePartsTest in 3.088 seconds (JVM running for 3.862)
  8883 +2022-12-26 19:53:12.813 [Thread-3] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Mon Dec 26 19:52:57 CST 2022]; root of context hierarchy
  8884 +2022-12-26 19:55:52.728 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [cn.fw.parts.AcquirePartsTest], using SpringBootContextLoader
  8885 +2022-12-26 19:55:52.734 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [cn.fw.parts.AcquirePartsTest]: no resource found for suffixes {-context.xml, Context.groovy}.
  8886 +2022-12-26 19:55:52.805 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
  8887 +2022-12-26 19:55:52.824 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@60099951, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@20140db9, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@1e6a3214, org.springframework.test.context.support.DirtiesContextTestExecutionListener@368247b9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1a6d8329, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1a942c18, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@55a147cc, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@71ba6d4e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@738dc9b, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3c77d488, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@63376bed, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4145bad8]
  8888 +2022-12-26 19:55:53.267 [main] INFO cn.fw.parts.AcquirePartsTest - Starting AcquirePartsTest on DESKTOP-4PEO28G with PID 21232 (started by zk in C:\Users\zk\Desktop\sbmp)
  8889 +2022-12-26 19:55:53.268 [main] INFO cn.fw.parts.AcquirePartsTest - No active profile set, falling back to default profiles: default
  8890 +2022-12-26 19:55:53.308 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Mon Dec 26 19:55:53 CST 2022]; root of context hierarchy
  8891 +2022-12-26 19:55:53.543 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 5.3.6.Final
  8892 +2022-12-26 19:55:55.574 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Mon Dec 26 19:55:53 CST 2022]; root of context hierarchy
  8893 +2022-12-26 19:55:55.638 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  8894 +2022-12-26 19:55:55.639 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  8895 +2022-12-26 19:55:55.667 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8896 +2022-12-26 19:55:55.667 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8897 +2022-12-26 19:55:55.707 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8898 +2022-12-26 19:55:56.057 [main] INFO cn.fw.parts.AcquirePartsTest - Started AcquirePartsTest in 3.126 seconds (JVM running for 4.017)
  8899 +2022-12-26 19:56:07.060 [Thread-3] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Mon Dec 26 19:55:53 CST 2022]; root of context hierarchy
  8900 +2022-12-26 20:05:27.186 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [cn.fw.parts.AcquirePartsTest], using SpringBootContextLoader
  8901 +2022-12-26 20:05:27.195 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [cn.fw.parts.AcquirePartsTest]: no resource found for suffixes {-context.xml, Context.groovy}.
  8902 +2022-12-26 20:05:27.287 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
  8903 +2022-12-26 20:05:27.310 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@60099951, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@20140db9, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@1e6a3214, org.springframework.test.context.support.DirtiesContextTestExecutionListener@368247b9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1a6d8329, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1a942c18, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@55a147cc, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@71ba6d4e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@738dc9b, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3c77d488, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@63376bed, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4145bad8]
  8904 +2022-12-26 20:05:27.763 [main] INFO cn.fw.parts.AcquirePartsTest - Starting AcquirePartsTest on DESKTOP-4PEO28G with PID 18544 (started by zk in C:\Users\zk\Desktop\sbmp)
  8905 +2022-12-26 20:05:27.763 [main] INFO cn.fw.parts.AcquirePartsTest - No active profile set, falling back to default profiles: default
  8906 +2022-12-26 20:05:27.802 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Mon Dec 26 20:05:27 CST 2022]; root of context hierarchy
  8907 +2022-12-26 20:05:28.055 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 5.3.6.Final
  8908 +2022-12-26 20:05:29.997 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Mon Dec 26 20:05:27 CST 2022]; root of context hierarchy
  8909 +2022-12-26 20:05:30.060 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  8910 +2022-12-26 20:05:30.061 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  8911 +2022-12-26 20:05:30.099 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8912 +2022-12-26 20:05:30.099 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8913 +2022-12-26 20:05:30.137 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8914 +2022-12-26 20:05:30.475 [main] INFO cn.fw.parts.AcquirePartsTest - Started AcquirePartsTest in 3.046 seconds (JVM running for 4.099)
  8915 +2022-12-26 20:27:16.805 [Thread-3] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Mon Dec 26 20:05:27 CST 2022]; root of context hierarchy
  8916 +2022-12-27 11:01:36.586 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [cn.fw.parts.AcquirePartsTest], using SpringBootContextLoader
  8917 +2022-12-27 11:01:36.599 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [cn.fw.parts.AcquirePartsTest]: no resource found for suffixes {-context.xml, Context.groovy}.
  8918 +2022-12-27 11:01:36.752 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
  8919 +2022-12-27 11:01:36.816 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@60099951, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@20140db9, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@1e6a3214, org.springframework.test.context.support.DirtiesContextTestExecutionListener@368247b9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1a6d8329, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1a942c18, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@55a147cc, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@71ba6d4e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@738dc9b, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3c77d488, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@63376bed, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4145bad8]
  8920 +2022-12-27 11:01:37.705 [main] INFO cn.fw.parts.AcquirePartsTest - Starting AcquirePartsTest on DESKTOP-4PEO28G with PID 17548 (started by zk in C:\Users\zk\Desktop\sbmp)
  8921 +2022-12-27 11:01:37.706 [main] INFO cn.fw.parts.AcquirePartsTest - No active profile set, falling back to default profiles: default
  8922 +2022-12-27 11:01:37.760 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Tue Dec 27 11:01:37 CST 2022]; root of context hierarchy
  8923 +2022-12-27 11:01:38.245 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 5.3.6.Final
  8924 +2022-12-27 11:01:42.575 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Tue Dec 27 11:01:37 CST 2022]; root of context hierarchy
  8925 +2022-12-27 11:01:42.656 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  8926 +2022-12-27 11:01:42.658 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  8927 +2022-12-27 11:01:42.701 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8928 +2022-12-27 11:01:42.702 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8929 +2022-12-27 11:01:42.762 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8930 +2022-12-27 11:01:43.360 [main] INFO cn.fw.parts.AcquirePartsTest - Started AcquirePartsTest in 6.294 seconds (JVM running for 8.211)
  8931 +2022-12-27 11:01:55.587 [Thread-3] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Tue Dec 27 11:01:37 CST 2022]; root of context hierarchy
  8932 +2022-12-27 11:05:09.830 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [cn.fw.parts.AcquirePartsTest], using SpringBootContextLoader
  8933 +2022-12-27 11:05:09.847 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [cn.fw.parts.AcquirePartsTest]: no resource found for suffixes {-context.xml, Context.groovy}.
  8934 +2022-12-27 11:05:10.075 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
  8935 +2022-12-27 11:05:10.132 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@60099951, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@20140db9, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@1e6a3214, org.springframework.test.context.support.DirtiesContextTestExecutionListener@368247b9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1a6d8329, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1a942c18, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@55a147cc, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@71ba6d4e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@738dc9b, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3c77d488, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@63376bed, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4145bad8]
  8936 +2022-12-27 11:05:11.242 [main] INFO cn.fw.parts.AcquirePartsTest - Starting AcquirePartsTest on DESKTOP-4PEO28G with PID 24396 (started by zk in C:\Users\zk\Desktop\sbmp)
  8937 +2022-12-27 11:05:11.243 [main] INFO cn.fw.parts.AcquirePartsTest - No active profile set, falling back to default profiles: default
  8938 +2022-12-27 11:05:11.343 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Tue Dec 27 11:05:11 CST 2022]; root of context hierarchy
  8939 +2022-12-27 11:05:11.885 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 5.3.6.Final
  8940 +2022-12-27 11:05:16.664 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Tue Dec 27 11:05:11 CST 2022]; root of context hierarchy
  8941 +2022-12-27 11:05:16.744 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  8942 +2022-12-27 11:05:16.745 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  8943 +2022-12-27 11:05:16.777 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8944 +2022-12-27 11:05:16.777 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8945 +2022-12-27 11:05:16.829 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  8946 +2022-12-27 11:05:17.279 [main] INFO cn.fw.parts.AcquirePartsTest - Started AcquirePartsTest in 6.853 seconds (JVM running for 8.705)
  8947 +2022-12-27 11:05:28.733 [Thread-3] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@abf688e: startup date [Tue Dec 27 11:05:11 CST 2022]; root of context hierarchy
... ...
src/main/java/com/sucl/sbmp/sys/biz/ChanganAutoEpcPartsBiz.java
... ... @@ -222,7 +222,7 @@ public class ChanganAutoEpcPartsBiz {
222 222 requestHeader.put("Referer","http://epc.changan.com.cn:8080/frontCilentNew/carInfo.html?seriesId=JC2019092436648850&brandId=80aed4fce2eb4f2d8b0740fe3fdcdfa9");
223 223 requestHeader.put("Accept-Encoding","gzip,deflate");
224 224 requestHeader.put("Cookie","JSESSIONID=19674kmm8ndmx4j1qvi161h17");
225   - requestHeader.put("User-Agent","Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) EPC/1.0.0 Chrome/83.0.4103.64 Electron/9.0.0 Safari/537.36");
  225 + requestHeader.put("User-Agent","Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) electron-quick-start/2.0.0 Chrome/83.0.4103.64 Electron/9.0.0 Safari/537.36");
226 226 requestHeader.put("Authorization", token);
227 227 requestHeader.put("Connection", "keep-alive");
228 228 requestHeader.put("Accept-Language", "zh-CN");
... ...
src/test/java/cn/fw/parts/AcquirePartsTest.java
... ... @@ -34,7 +34,7 @@ public class AcquirePartsTest {
34 34 @Before
35 35 public void setToken(){
36 36 // this.token = this.changanAutoEpcPartsBiz.setToken("381ec1fa12a84dce81e1d05db15bcc34");
37   - this.token = this.changanAutoEpcPartsBiz.setToken("8daffcf5151f4d9ba7884fd63684f193");
  37 + this.token = this.changanAutoEpcPartsBiz.setToken("93691923a9bb4d5eb8b0abe13c8d50db");
38 38 }
39 39 /**
40 40 * 新版EPC数据抽取
... ...