|
@@ -91,3 +91,155 @@ Error starting ApplicationContext. To display the conditions report re-run your
|
|
|
2019-08-29 20:30:17.979 logback [XNIO-1 task-5] INFO e.m.d.config.LoginSuccessHandler - user admin with type admin,login from student
|
|
|
2019-08-29 20:30:44.832 logback [XNIO-1 task-7] INFO e.m.d.config.LoginSuccessHandler - user admin with type admin,login from admin
|
|
|
2019-08-29 20:34:11.686 logback [XNIO-1 task-9] INFO e.m.d.config.LoginSuccessHandler - user admin with type admin,login from student
|
|
|
+2019-08-31 13:53:04.275 logback [main] INFO edu.math.diagnosis.BootApplication - Starting BootApplication on bogon with PID 8321 (/Users/feick/IdeaProjects/diagnosis/target/classes started by feick in /Users/feick/IdeaProjects/diagnosis)
|
|
|
+2019-08-31 13:53:04.278 logback [main] INFO edu.math.diagnosis.BootApplication - The following profiles are active: dev
|
|
|
+2019-08-31 13:53:05.670 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2019-08-31 13:53:05.672 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
+2019-08-31 13:53:05.890 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 208ms. Found 13 repository interfaces.
|
|
|
+2019-08-31 13:53:06.461 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$badb2a0b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 13:53:06.503 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$$5388f245] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 13:53:06.509 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 13:53:06.512 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@713ec32d' 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 13:53:06.513 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$$785d94f7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 13:53:06.519 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 13:53:06.561 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 13:53:06.567 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$$cff4e855] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 13:53:06.783 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 13:53:06.911 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 13:53:06.914 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'redisConfig' of type [edu.math.diagnosis.config.RedisConfig$$EnhancerBySpringCGLIB$$29f5d7cc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 13:53:07.243 logback [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
|
|
|
+2019-08-31 13:53:07.243 logback [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2924 ms
|
|
|
+2019-08-31 13:53:07.940 logback [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener -
|
|
|
+
|
|
|
+Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
+2019-08-31 13:53:49.783 logback [main] INFO edu.math.diagnosis.BootApplication - Starting BootApplication on bogon with PID 8338 (/Users/feick/IdeaProjects/diagnosis/target/classes started by feick in /Users/feick/IdeaProjects/diagnosis)
|
|
|
+2019-08-31 13:53:49.785 logback [main] INFO edu.math.diagnosis.BootApplication - The following profiles are active: dev
|
|
|
+2019-08-31 13:53:51.065 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2019-08-31 13:53:51.066 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
+2019-08-31 13:53:51.239 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 166ms. Found 13 repository interfaces.
|
|
|
+2019-08-31 13:53:51.789 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2c8dfd65] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 13:53:51.825 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$$c53bc59f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 13:53:51.831 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 13:53:51.834 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@91f565d' 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 13:53:51.838 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$$ea106851] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 13:53:51.843 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 13:53:51.882 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 13:53:51.888 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$$41a7bbaf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 13:53:52.067 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 13:53:52.157 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 13:53:52.161 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'redisConfig' of type [edu.math.diagnosis.config.RedisConfig$$EnhancerBySpringCGLIB$$9ba8ab26] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 13:53:52.444 logback [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
|
|
|
+2019-08-31 13:53:52.444 logback [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2595 ms
|
|
|
+2019-08-31 13:53:53.191 logback [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
|
+2019-08-31 13:53:53.849 logback [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
|
+2019-08-31 13:53:53.914 logback [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
|
|
|
+ name: default
|
|
|
+ ...]
|
|
|
+2019-08-31 13:53:54.005 logback [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.3.7.Final}
|
|
|
+2019-08-31 13:53:54.007 logback [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
|
|
|
+2019-08-31 13:53:54.209 logback [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
|
|
|
+2019-08-31 13:53:54.436 logback [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL57Dialect
|
|
|
+2019-08-31 13:53:55.839 logback [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
|
+2019-08-31 13:53:56.577 logback [main] INFO e.math.diagnosis.util.FormulaService - loading OMML2MML.XSL
|
|
|
+2019-08-31 13:53:56.961 logback [main] INFO e.math.diagnosis.util.FormulaService - load OMML2MML.XSL finish
|
|
|
+2019-08-31 13:53:57.054 logback [main] INFO edu.math.diagnosis.util.ExcelUtils - docpath: /Users/feick/IdeaProjects/diagnosis/target/classes/doc/
|
|
|
+2019-08-31 13:53:58.218 logback [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 17 endpoint(s) beneath base path '/actuator'
|
|
|
+2019-08-31 13:53:58.533 logback [main] INFO io.lettuce.core.EpollProvider - Starting without optional epoll library
|
|
|
+2019-08-31 13:53:58.535 logback [main] INFO io.lettuce.core.KqueueProvider - Starting without optional kqueue library
|
|
|
+2019-08-31 13:53:58.884 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 13:53:59.033 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/resources/**'], []
|
|
|
+2019-08-31 13:53:59.033 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/static/**'], []
|
|
|
+2019-08-31 13:53:59.033 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**.js'], []
|
|
|
+2019-08-31 13:53:59.033 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/upload/**'], []
|
|
|
+2019-08-31 13:53:59.034 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.js'], []
|
|
|
+2019-08-31 13:53:59.034 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/lang/*.json'], []
|
|
|
+2019-08-31 13:53:59.034 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.css'], []
|
|
|
+2019-08-31 13:53:59.034 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.map'], []
|
|
|
+2019-08-31 13:53:59.034 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.png'], []
|
|
|
+2019-08-31 13:53:59.034 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.jpg'], []
|
|
|
+2019-08-31 13:53:59.034 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/open/**'], []
|
|
|
+2019-08-31 13:53:59.034 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/v2/api-docs'], []
|
|
|
+2019-08-31 13:53:59.034 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-resources/configuration/ui'], []
|
|
|
+2019-08-31 13:53:59.034 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-resources'], []
|
|
|
+2019-08-31 13:53:59.034 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-resources/configuration/security'], []
|
|
|
+2019-08-31 13:53:59.034 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-ui.html'], []
|
|
|
+2019-08-31 13:53:59.074 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5a2ce458, org.springframework.security.web.context.SecurityContextPersistenceFilter@2d9cc10, org.springframework.security.web.header.HeaderWriterFilter@7b88dd58, org.springframework.security.web.authentication.logout.LogoutFilter@2fedf25b, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@35cc5b75, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@19cee7ed, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@38769b6c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3d2af8d7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1c8e1233, org.springframework.security.web.session.SessionManagementFilter@5dce3e82, org.springframework.security.web.access.ExceptionTranslationFilter@3207e6de, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@676beb9f]
|
|
|
+2019-08-31 13:53:59.361 logback [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
|
|
|
+2019-08-31 13:53:59.817 logback [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
|
|
+2019-08-31 13:53:59.855 logback [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
|
|
+2019-08-31 13:53:59.899 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
|
|
+2019-08-31 13:54:00.105 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: deleteUsingGET_1
|
|
|
+2019-08-31 13:54:00.191 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: testUsingGET_1
|
|
|
+2019-08-31 13:54:00.733 logback [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
|
|
|
+2019-08-31 13:54:00.761 logback [main] INFO org.xnio - XNIO version 3.3.8.Final
|
|
|
+2019-08-31 13:54:00.773 logback [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.3.8.Final
|
|
|
+2019-08-31 13:54:00.854 logback [main] INFO o.s.b.w.e.u.UndertowServletWebServer - Undertow started on port(s) 8085 (http) with context path ''
|
|
|
+2019-08-31 13:54:00.856 logback [main] INFO edu.math.diagnosis.BootApplication - Started BootApplication in 11.6 seconds (JVM running for 12.072)
|
|
|
+2019-08-31 13:54:00.936 logback [main] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
|
|
|
+2019-08-31 13:54:20.933 logback [Thread-8] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
|
|
|
+2019-08-31 13:54:20.936 logback [Thread-8] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
|
+2019-08-31 13:54:20.947 logback [Thread-8] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
|
+2019-08-31 15:25:28.247 logback [main] INFO edu.math.diagnosis.BootApplication - Starting BootApplication on bogon with PID 8609 (started by feick in /Users/feick/OneDrive - m.scnu.edu.cn/Workspace/IdeaProjects/diagnosis)
|
|
|
+2019-08-31 15:25:28.252 logback [main] INFO edu.math.diagnosis.BootApplication - The following profiles are active: dev
|
|
|
+2019-08-31 15:25:29.676 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2019-08-31 15:25:29.678 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
+2019-08-31 15:25:29.939 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 250ms. Found 13 repository interfaces.
|
|
|
+2019-08-31 15:25:30.540 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a4deffd1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:25:30.576 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$$3d8cc80b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:25:30.583 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:25:30.585 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@22bdb1d0' 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:25:30.588 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$$62616abd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:25:30.594 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:25:30.635 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:25:30.641 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$$b9f8be1b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:25:30.839 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:25:30.963 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:25:30.967 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'redisConfig' of type [edu.math.diagnosis.config.RedisConfig$$EnhancerBySpringCGLIB$$13f9ad92] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2019-08-31 15:25:31.300 logback [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
|
|
|
+2019-08-31 15:25:31.300 logback [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2981 ms
|
|
|
+2019-08-31 15:25:32.097 logback [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
|
+2019-08-31 15:25:32.761 logback [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
|
+2019-08-31 15:25:32.827 logback [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
|
|
|
+ name: default
|
|
|
+ ...]
|
|
|
+2019-08-31 15:25:32.925 logback [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.3.7.Final}
|
|
|
+2019-08-31 15:25:32.927 logback [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
|
|
|
+2019-08-31 15:25:33.144 logback [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
|
|
|
+2019-08-31 15:25:33.355 logback [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL57Dialect
|
|
|
+2019-08-31 15:25:34.766 logback [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
|
+2019-08-31 15:25:35.592 logback [main] INFO e.math.diagnosis.util.FormulaService - loading OMML2MML.XSL
|
|
|
+2019-08-31 15:25:35.956 logback [main] INFO e.math.diagnosis.util.FormulaService - load OMML2MML.XSL finish
|
|
|
+2019-08-31 15:25:36.048 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:25:36.521 logback [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 17 endpoint(s) beneath base path '/actuator'
|
|
|
+2019-08-31 15:25:36.834 logback [main] INFO io.lettuce.core.EpollProvider - Starting without optional epoll library
|
|
|
+2019-08-31 15:25:36.835 logback [main] INFO io.lettuce.core.KqueueProvider - Starting without optional kqueue library
|
|
|
+2019-08-31 15:25:37.068 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:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/resources/**'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/static/**'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**.js'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/upload/**'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.js'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/lang/*.json'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.css'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.map'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.png'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.jpg'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/open/**'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/v2/api-docs'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-resources/configuration/ui'], []
|
|
|
+2019-08-31 15:25:37.206 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-resources'], []
|
|
|
+2019-08-31 15:25:37.207 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-resources/configuration/security'], []
|
|
|
+2019-08-31 15:25:37.207 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-ui.html'], []
|
|
|
+2019-08-31 15:25:37.243 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@8d0253b, org.springframework.security.web.context.SecurityContextPersistenceFilter@50cb64d5, org.springframework.security.web.header.HeaderWriterFilter@12ff3df, org.springframework.security.web.authentication.logout.LogoutFilter@54455c8d, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@54aacbc7, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@79f6b43a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3e1c566d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@b61aa50, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@f61f06e, org.springframework.security.web.session.SessionManagementFilter@15844237, org.springframework.security.web.access.ExceptionTranslationFilter@65bc50c9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@44b99f09]
|
|
|
+2019-08-31 15:25:37.584 logback [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
|
|
|
+2019-08-31 15:25:38.046 logback [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
|
|
+2019-08-31 15:25:38.080 logback [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
|
|
+2019-08-31 15:25:38.126 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
|
|
+2019-08-31 15:25:38.355 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: deleteUsingGET_1
|
|
|
+2019-08-31 15:25:38.436 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: testUsingGET_1
|
|
|
+2019-08-31 15:25:38.983 logback [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
|
|
|
+2019-08-31 15:25:39.012 logback [main] INFO org.xnio - XNIO version 3.3.8.Final
|
|
|
+2019-08-31 15:25:39.025 logback [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.3.8.Final
|
|
|
+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
|