Проблема с запуском проекта
При запуске проекта, вот концовка stacktrace:
2020-10-21 11:01:15.630 INFO 14788 --- [ restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2020-10-21 11:01:15.938 INFO 14788 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/v2/api-docs'], []
2020-10-21 11:01:15.938 INFO 14788 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/configuration/ui'], []
2020-10-21 11:01:15.938 INFO 14788 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/swagger-resources/**'], []
2020-10-21 11:01:15.938 INFO 14788 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/configuration/security'], []
2020-10-21 11:01:15.938 INFO 14788 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/swagger-ui.html'], []
2020-10-21 11:01:15.938 INFO 14788 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/webjars/**'], []
2020-10-21 11:01:16.103 INFO 14788 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@401e09ba, org.springframework.security.web.context.SecurityContextPersistenceFilter@3d65b30b, org.springframework.security.web.header.HeaderWriterFilter@4beab831, org.springframework.web.filter.CorsFilter@48a0ee0a, org.springframework.security.web.csrf.CsrfFilter@107f04eb, org.springframework.security.web.authentication.logout.LogoutFilter@37b4473e, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@1a7d8785, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3e70b09c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1f325a49, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3e170934, org.springframework.security.web.session.SessionManagementFilter@acb9feb, org.springframework.security.web.access.ExceptionTranslationFilter@7f5967bc, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@15693b10]
2020-10-21 11:01:16.171 INFO 14788 --- [ restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2020-10-21 11:01:16.459 INFO 14788 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
останавливается на этой строчке, приходится перезапускать по несколько раз, в итоге вот нормальная концовка stacktrace:
2020-10-21 11:05:17.246 INFO 9756 --- [ restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_16
2020-10-21 11:05:17.246 INFO 9756 --- [ restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
2020-10-21 11:05:17.247 INFO 9756 --- [ restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_13
2020-10-21 11:05:17.263 INFO 9756 --- [ restartedMain] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2020-10-21 11:05:17.264 INFO 9756 --- [ restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2020-10-21 11:05:17.264 INFO 9756 --- [ restartedMain] DeferredRepositoryInitializationListener : Triggering deferred initialization of Spring Data repositories…
2020-10-21 11:05:17.976 INFO 9756 --- [ restartedMain] DeferredRepositoryInitializationListener : Spring Data repositories initialized!
2020-10-21 11:05:17.987 INFO 9756 --- [ restartedMain] r.u.m.m.MconveyorManagerApplication : Started MconveyorManagerApplication in 13.52 seconds (JVM running for 14.233)