123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- 2019-08-29 20:28:54.596 logback [main] INFO edu.math.diagnosis.BootApplication - Starting BootApplication on DESKTOP-MLVKRVT with PID 485728 (E:\workspace\IdeaProject\yaoxiang\target\classes started by Trace in E:\workspace\IdeaProject\yaoxiang)
- 2019-08-29 20:28:54.602 logback [main] INFO edu.math.diagnosis.BootApplication - The following profiles are active: dev
- 2019-08-29 20:28:56.043 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2019-08-29 20:28:56.043 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
- 2019-08-29 20:28:56.174 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 120ms. Found 13 repository interfaces.
- 2019-08-29 20:28:56.594 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c490e24a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-08-29 20:28:56.630 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$$5d3eaa84] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-08-29 20:28:56.635 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-29 20:28:56.638 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@286090c' 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-29 20:28:56.639 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$$82134d36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-08-29 20:28:56.643 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-29 20:28:56.678 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-29 20:28:56.685 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$$d9aaa094] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-08-29 20:28:56.770 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-29 20:28:56.837 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-29 20:28:56.842 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'redisConfig' of type [edu.math.diagnosis.config.RedisConfig$$EnhancerBySpringCGLIB$$33ab900b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-08-29 20:28:57.181 logback [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
- 2019-08-29 20:28:57.182 logback [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2533 ms
- 2019-08-29 20:28:57.771 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-29 20:29:23.656 logback [main] INFO edu.math.diagnosis.BootApplication - Starting BootApplication on DESKTOP-MLVKRVT with PID 487196 (E:\workspace\IdeaProject\yaoxiang\target\classes started by Trace in E:\workspace\IdeaProject\yaoxiang)
- 2019-08-29 20:29:23.658 logback [main] INFO edu.math.diagnosis.BootApplication - The following profiles are active: dev
- 2019-08-29 20:29:24.957 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2019-08-29 20:29:24.958 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
- 2019-08-29 20:29:25.088 logback [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 122ms. Found 13 repository interfaces.
- 2019-08-29 20:29:25.619 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5ceb791f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-08-29 20:29:25.663 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$$f5994159] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-08-29 20:29:25.669 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-29 20:29:25.671 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@3811510' 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-29 20:29:25.675 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$$1a6de40b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-08-29 20:29:25.680 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-29 20:29:25.754 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-29 20:29:25.764 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$$72053769] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-08-29 20:29:25.895 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-29 20:29:25.967 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-29 20:29:25.971 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'redisConfig' of type [edu.math.diagnosis.config.RedisConfig$$EnhancerBySpringCGLIB$$cc0626e0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-08-29 20:29:26.315 logback [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
- 2019-08-29 20:29:26.315 logback [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2625 ms
- 2019-08-29 20:29:26.978 logback [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
- 2019-08-29 20:29:28.324 logback [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
- 2019-08-29 20:29:28.393 logback [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
- name: default
- ...]
- 2019-08-29 20:29:28.468 logback [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.3.7.Final}
- 2019-08-29 20:29:28.470 logback [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
- 2019-08-29 20:29:28.650 logback [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
- 2019-08-29 20:29:28.943 logback [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL57Dialect
- 2019-08-29 20:29:29.948 logback [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2019-08-29 20:29:30.748 logback [main] INFO e.math.diagnosis.util.FormulaService - loading OMML2MML.XSL
- 2019-08-29 20:29:31.159 logback [main] INFO e.math.diagnosis.util.FormulaService - load OMML2MML.XSL finish
- 2019-08-29 20:29:31.240 logback [main] INFO edu.math.diagnosis.util.ExcelUtils - docpath: /E:/workspace/IdeaProject/yaoxiang/target/classes/doc/
- 2019-08-29 20:29:32.199 logback [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 17 endpoint(s) beneath base path '/actuator'
- 2019-08-29 20:29:32.450 logback [main] INFO io.lettuce.core.EpollProvider - Starting without optional epoll library
- 2019-08-29 20:29:32.451 logback [main] INFO io.lettuce.core.KqueueProvider - Starting without optional kqueue library
- 2019-08-29 20:29:34.024 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-29 20:29:34.196 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/resources/**'], []
- 2019-08-29 20:29:34.196 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/static/**'], []
- 2019-08-29 20:29:34.196 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**.js'], []
- 2019-08-29 20:29:34.196 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/upload/**'], []
- 2019-08-29 20:29:34.197 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.js'], []
- 2019-08-29 20:29:34.197 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/lang/*.json'], []
- 2019-08-29 20:29:34.197 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.css'], []
- 2019-08-29 20:29:34.197 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.map'], []
- 2019-08-29 20:29:34.197 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.png'], []
- 2019-08-29 20:29:34.197 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/**/*.jpg'], []
- 2019-08-29 20:29:34.197 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/user/**'], []
- 2019-08-29 20:29:34.197 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/v2/api-docs'], []
- 2019-08-29 20:29:34.197 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-resources/configuration/ui'], []
- 2019-08-29 20:29:34.197 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-resources'], []
- 2019-08-29 20:29:34.197 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-resources/configuration/security'], []
- 2019-08-29 20:29:34.197 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/swagger-ui.html'], []
- 2019-08-29 20:29:34.247 logback [main] INFO o.s.s.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@513cd96f, org.springframework.security.web.context.SecurityContextPersistenceFilter@68312b85, org.springframework.security.web.header.HeaderWriterFilter@20a533b, org.springframework.security.web.authentication.logout.LogoutFilter@4ac1544f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@71eb4ea4, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6d43c881, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5c6ee543, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5f67ff3e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@12e04531, org.springframework.security.web.session.SessionManagementFilter@3db48e6, org.springframework.security.web.access.ExceptionTranslationFilter@45b37003, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@26401eda]
- 2019-08-29 20:29:34.513 logback [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
- 2019-08-29 20:29:34.856 logback [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
- 2019-08-29 20:29:34.881 logback [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
- 2019-08-29 20:29:34.925 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
- 2019-08-29 20:29:35.104 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: deleteUsingGET_1
- 2019-08-29 20:29:35.181 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: testUsingGET_1
- 2019-08-29 20:29:35.792 logback [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
- 2019-08-29 20:29:35.813 logback [main] INFO org.xnio - XNIO version 3.3.8.Final
- 2019-08-29 20:29:35.821 logback [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.3.8.Final
- 2019-08-29 20:29:35.868 logback [main] INFO o.s.b.w.e.u.UndertowServletWebServer - Undertow started on port(s) 8085 (http) with context path ''
- 2019-08-29 20:29:35.869 logback [main] INFO edu.math.diagnosis.BootApplication - Started BootApplication in 12.798 seconds (JVM running for 14.377)
- 2019-08-29 20:29:35.933 logback [main] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
- 2019-08-29 20:29:38.567 logback [RMI TCP Connection(2)-172.18.53.225] INFO io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2019-08-29 20:29:38.567 logback [RMI TCP Connection(2)-172.18.53.225] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
- 2019-08-29 20:29:38.580 logback [RMI TCP Connection(2)-172.18.53.225] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 13 ms
- 2019-08-29 20:29:49.474 logback [XNIO-1 task-1] INFO e.m.d.config.LoginSuccessHandler - user admin with type admin,login from null
- 2019-08-29 20:30:05.606 logback [XNIO-1 task-3] INFO e.m.d.config.LoginSuccessHandler - user admin with type admin,login from student
- 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
|