|
@@ -243,3 +243,70 @@ Error starting ApplicationContext. To display the conditions report re-run your
|
|
|
2019-08-31 15:25:39.107 logback [main] INFO o.s.b.w.e.u.UndertowServletWebServer - Undertow started on port(s) 8085 (http) with context path ''
|
|
|
2019-08-31 15:25:39.110 logback [main] INFO edu.math.diagnosis.BootApplication - Started BootApplication in 11.515 seconds (JVM running for 12.024)
|
|
|
2019-08-31 15:25:39.187 logback [main] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
|
|
|
+2019-08-31 15:34:32.478 logback [Thread-8] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
|
|
|
+2019-08-31 15:34:32.486 logback [Thread-8] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
|
+2019-08-31 15:34:32.499 logback [Thread-8] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
|
+2019-08-31 15:34:36.462 logback [main] INFO edu.math.diagnosis.BootApplication - Starting BootApplication on bogon with PID 8721 (started by feick in /Users/feick/OneDrive - m.scnu.edu.cn/Workspace/IdeaProjects/diagnosis)
|
|
|
+2019-08-31 15:34:36.464 logback [main] INFO edu.math.diagnosis.BootApplication - The following profiles are active: dev
|
|
|
+2019-08-31 15:34:37.826 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2019-08-31 15:34:37.828 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
+2019-08-31 15:34:38.024 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 189ms. Found 13 repository interfaces.
|
|
|
+2019-08-31 15:34:38.549 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7fcca4de] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:34:38.591 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$187a6d18] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:34:38.597 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:34:38.600 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@4dd90166' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:34:38.601 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$3d4f0fca] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:34:38.607 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:34:38.660 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:34:38.667 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$94e66328] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:34:38.856 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:34:38.946 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:34:38.951 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'redisConfig' of type [edu.math.diagnosis.config.RedisConfig$$EnhancerBySpringCGLIB$$eee7529f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:34:39.233 logback [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
|
|
|
+2019-08-31 15:34:39.233 logback [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2718 ms
|
|
|
+2019-08-31 15:34:39.960 logback [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
|
+2019-08-31 15:34:40.507 logback [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
|
+2019-08-31 15:34:40.567 logback [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
|
|
|
+ name: default
|
|
|
+ ...]
|
|
|
+2019-08-31 15:34:40.650 logback [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.3.7.Final}
|
|
|
+2019-08-31 15:34:40.651 logback [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
|
|
|
+2019-08-31 15:34:40.793 logback [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
|
|
|
+2019-08-31 15:34:40.942 logback [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL57Dialect
|
|
|
+2019-08-31 15:34:42.119 logback [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
|
+2019-08-31 15:34:42.847 logback [main] INFO e.math.diagnosis.util.FormulaService - loading OMML2MML.XSL
|
|
|
+2019-08-31 15:34:43.149 logback [main] INFO e.math.diagnosis.util.FormulaService - load OMML2MML.XSL finish
|
|
|
+2019-08-31 15:34:43.245 logback [main] INFO edu.math.diagnosis.util.ExcelUtils - docpath: /Users/feick/OneDrive%20-%20m.scnu.edu.cn/Workspace/IdeaProjects/diagnosis/target/classes/doc/
|
|
|
+2019-08-31 15:34:43.664 logback [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 17 endpoint(s) beneath base path '/actuator'
|
|
|
+2019-08-31 15:34:43.925 logback [main] INFO io.lettuce.core.EpollProvider - Starting without optional epoll library
|
|
|
+2019-08-31 15:34:43.926 logback [main] INFO io.lettuce.core.KqueueProvider - Starting without optional kqueue library
|
|
|
+2019-08-31 15:34:44.151 logback [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
|
|
+2019-08-31 15:34:44.271 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/resources/**'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/static/**'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**.js'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/upload/**'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.js'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/lang/*.json'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.css'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.map'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.png'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.jpg'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/open/**'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/v2/api-docs'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-resources/configuration/ui'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-resources'], []
|
|
|
+2019-08-31 15:34:44.272 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-resources/configuration/security'], []
|
|
|
+2019-08-31 15:34:44.273 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-ui.html'], []
|
|
|
+2019-08-31 15:34:44.310 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@57f31caf, org.springframework.security.web.context.SecurityContextPersistenceFilter@53741683, org.springframework.security.web.header.HeaderWriterFilter@70c3c5d7, org.springframework.security.web.authentication.logout.LogoutFilter@65bc50c9, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@58a06477, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@943d0c2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@52b7a3e1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@61a369cf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5c088d72, org.springframework.security.web.session.SessionManagementFilter@528070fe, org.springframework.security.web.access.ExceptionTranslationFilter@36e8fefe, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@efe75a2]
|
|
|
+2019-08-31 15:34:44.572 logback [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
|
|
|
+2019-08-31 15:34:45.052 logback [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
|
|
+2019-08-31 15:34:45.082 logback [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
|
|
+2019-08-31 15:34:45.126 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
|
|
+2019-08-31 15:34:45.329 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: deleteUsingGET_1
|
|
|
+2019-08-31 15:34:45.405 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: testUsingGET_1
|
|
|
+2019-08-31 15:34:45.957 logback [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
|
|
|
+2019-08-31 15:34:45.983 logback [main] INFO org.xnio - XNIO version 3.3.8.Final
|
|
|
+2019-08-31 15:34:45.992 logback [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.3.8.Final
|
|
|
+2019-08-31 15:34:46.060 logback [main] INFO o.s.b.w.e.u.UndertowServletWebServer - Undertow started on port(s) 8085 (http) with context path ''
|
|
|
+2019-08-31 15:34:46.063 logback [main] INFO edu.math.diagnosis.BootApplication - Started BootApplication in 10.178 seconds (JVM running for 10.607)
|
|
|
+2019-08-31 15:34:46.137 logback [main] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
|