|
@@ -1,7327 +0,0 @@
|
|
|
-2023-06-19 09:10:11.848 INFO 12220 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12220 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 09:10:11.852 INFO 12220 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 09:10:12.885 INFO 12220 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 09:10:12.887 INFO 12220 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 09:10:12.923 INFO 12220 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 09:10:12.991 WARN 12220 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 09:10:13.259 INFO 12220 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$31040cd5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:10:13.338 INFO 12220 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:10:13.351 INFO 12220 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9a927da6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:10:13.361 INFO 12220 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:10:13.372 INFO 12220 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:10:13.671 INFO 12220 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 09:10:13.695 INFO 12220 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 09:10:13.695 INFO 12220 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 09:10:13.809 INFO 12220 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 09:10:13.809 INFO 12220 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1865 ms
|
|
|
-2023-06-19 09:10:14.098 INFO 12220 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 09:10:14.469 INFO 12220 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 09:10:14.470 INFO 12220 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 09:10:14.470 INFO 12220 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 09:10:14.470 INFO 12220 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 09:10:16.825 INFO 12220 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 09:10:17.467 INFO 12220 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 09:10:17.476 INFO 12220 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 6.199 seconds (JVM running for 7.744)
|
|
|
-2023-06-19 09:10:17.482 INFO 12220 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 09:33:12.225 INFO 12220 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 09:33:12.247 INFO 12220 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 09:33:12.248 INFO 12220 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 09:33:12.255 INFO 12220 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 09:33:26.103 INFO 11812 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11812 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 09:33:26.108 INFO 11812 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 09:33:27.128 ERROR 11812 --- [main] o.s.boot.SpringApplication : Application run failed
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer
|
|
|
- at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:59)
|
|
|
- at org.springframework.context.annotation.ConditionEvaluator.shouldSkip(ConditionEvaluator.java:108)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod(ConfigurationClassBeanDefinitionReader.java:181)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:141)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:117)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:327)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
|
|
|
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742)
|
|
|
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:311)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:22)
|
|
|
-Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.xmnk.springbootfunction.shiro.ShiroConfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389)
|
|
|
- at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447)
|
|
|
- at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1023)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:190)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:157)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanType(BeanTypeRegistry.java:150)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:138)
|
|
|
- at java.util.Iterator.forEachRemaining(Iterator.java:116)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:133)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.getNamesForType(BeanTypeRegistry.java:97)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.collectBeanNamesForType(OnBeanCondition.java:268)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:261)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:250)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchingBeans(OnBeanCondition.java:170)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchOutcome(OnBeanCondition.java:145)
|
|
|
- at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:46)
|
|
|
- ... 17 common frames omitted
|
|
|
-Caused by: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/AbstractProcessorDialect
|
|
|
- at java.lang.ClassLoader.defineClass1(Native Method)
|
|
|
- at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
|
|
|
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
|
- at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
|
|
|
- at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
|
|
|
- at java.security.AccessController.doPrivileged(Native Method)
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- at java.lang.Class.getDeclaredMethods0(Native Method)
|
|
|
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
|
|
- at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489)
|
|
|
- ... 39 common frames omitted
|
|
|
-Caused by: java.lang.ClassNotFoundException: org.thymeleaf.dialect.AbstractProcessorDialect
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- ... 55 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 09:33:27.131 WARN 11812 --- [main] o.s.boot.SpringApplication : Unable to close ApplicationContext
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Failed to introspect Class [com.xmnk.springbootfunction.shiro.ShiroConfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389)
|
|
|
- at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447)
|
|
|
- at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:511)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:481)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:602)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:594)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:1226)
|
|
|
- at org.springframework.boot.SpringApplication.getExitCodeFromMappedException(SpringApplication.java:864)
|
|
|
- at org.springframework.boot.SpringApplication.getExitCodeFromException(SpringApplication.java:852)
|
|
|
- at org.springframework.boot.SpringApplication.handleExitCode(SpringApplication.java:839)
|
|
|
- at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:790)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:22)
|
|
|
-Caused by: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/AbstractProcessorDialect
|
|
|
- at java.lang.ClassLoader.defineClass1(Native Method)
|
|
|
- at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
|
|
|
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
|
- at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
|
|
|
- at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
|
|
|
- at java.security.AccessController.doPrivileged(Native Method)
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- at java.lang.Class.getDeclaredMethods0(Native Method)
|
|
|
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
|
|
- at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489)
|
|
|
- ... 21 common frames omitted
|
|
|
-Caused by: java.lang.ClassNotFoundException: org.thymeleaf.dialect.AbstractProcessorDialect
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- ... 37 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 09:35:28.209 INFO 5856 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 5856 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 09:35:28.213 INFO 5856 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 09:35:28.777 ERROR 5856 --- [main] o.s.boot.SpringApplication : Application run failed
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer
|
|
|
- at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:59)
|
|
|
- at org.springframework.context.annotation.ConditionEvaluator.shouldSkip(ConditionEvaluator.java:108)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod(ConfigurationClassBeanDefinitionReader.java:181)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:141)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:117)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:327)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
|
|
|
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742)
|
|
|
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:311)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:22)
|
|
|
-Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.xmnk.springbootfunction.shiro.ShiroConfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389)
|
|
|
- at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447)
|
|
|
- at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1023)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:190)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:157)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanType(BeanTypeRegistry.java:150)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:138)
|
|
|
- at java.util.Iterator.forEachRemaining(Iterator.java:116)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:133)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.getNamesForType(BeanTypeRegistry.java:97)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.collectBeanNamesForType(OnBeanCondition.java:268)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:261)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:250)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchingBeans(OnBeanCondition.java:170)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchOutcome(OnBeanCondition.java:145)
|
|
|
- at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:46)
|
|
|
- ... 17 common frames omitted
|
|
|
-Caused by: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/AbstractProcessorDialect
|
|
|
- at java.lang.ClassLoader.defineClass1(Native Method)
|
|
|
- at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
|
|
|
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
|
- at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
|
|
|
- at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
|
|
|
- at java.security.AccessController.doPrivileged(Native Method)
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- at java.lang.Class.getDeclaredMethods0(Native Method)
|
|
|
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
|
|
- at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489)
|
|
|
- ... 39 common frames omitted
|
|
|
-Caused by: java.lang.ClassNotFoundException: org.thymeleaf.dialect.AbstractProcessorDialect
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- ... 55 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 09:35:28.780 WARN 5856 --- [main] o.s.boot.SpringApplication : Unable to close ApplicationContext
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Failed to introspect Class [com.xmnk.springbootfunction.shiro.ShiroConfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389)
|
|
|
- at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447)
|
|
|
- at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:511)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:481)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:602)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:594)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:1226)
|
|
|
- at org.springframework.boot.SpringApplication.getExitCodeFromMappedException(SpringApplication.java:864)
|
|
|
- at org.springframework.boot.SpringApplication.getExitCodeFromException(SpringApplication.java:852)
|
|
|
- at org.springframework.boot.SpringApplication.handleExitCode(SpringApplication.java:839)
|
|
|
- at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:790)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:22)
|
|
|
-Caused by: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/AbstractProcessorDialect
|
|
|
- at java.lang.ClassLoader.defineClass1(Native Method)
|
|
|
- at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
|
|
|
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
|
- at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
|
|
|
- at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
|
|
|
- at java.security.AccessController.doPrivileged(Native Method)
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- at java.lang.Class.getDeclaredMethods0(Native Method)
|
|
|
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
|
|
- at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489)
|
|
|
- ... 21 common frames omitted
|
|
|
-Caused by: java.lang.ClassNotFoundException: org.thymeleaf.dialect.AbstractProcessorDialect
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- ... 37 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 09:35:57.319 INFO 7044 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 7044 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 09:35:57.322 INFO 7044 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 09:35:58.053 INFO 7044 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 09:35:58.055 INFO 7044 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 09:35:58.090 INFO 7044 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 09:35:58.159 WARN 7044 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 09:35:58.403 INFO 7044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$35d11809] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:35:58.440 INFO 7044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:35:58.442 INFO 7044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9f5f88da] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:35:58.446 INFO 7044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:35:58.451 INFO 7044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:35:58.455 INFO 7044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'file-com.xmnk.springbootbase.config.FileUploadProperties' of type [com.xmnk.springbootbase.config.FileUploadProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:35:58.455 INFO 7044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$ab53d51c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:35:58.845 INFO 7044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:35:58.861 INFO 7044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:35:58.866 INFO 7044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:35:58.877 INFO 7044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:35:59.145 INFO 7044 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 09:35:59.216 INFO 7044 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 09:35:59.216 INFO 7044 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 09:35:59.311 INFO 7044 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 09:35:59.311 INFO 7044 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1910 ms
|
|
|
-2023-06-19 09:35:59.325 ERROR 7044 --- [main] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.BeanCreationException. Message: Error creating bean with name 'shiroFilterFactoryBean': FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException: chainName cannot be null or empty.
|
|
|
-2023-06-19 09:35:59.344 INFO 7044 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
|
|
|
-2023-06-19 09:35:59.352 WARN 7044 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
|
|
|
-2023-06-19 09:35:59.361 INFO 7044 --- [main] ConditionEvaluationReportLoggingListener :
|
|
|
-
|
|
|
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
-2023-06-19 09:35:59.370 ERROR 7044 --- [main] o.s.boot.SpringApplication : Application run failed
|
|
|
-
|
|
|
-org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:155)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
|
|
|
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742)
|
|
|
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:311)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:22)
|
|
|
-Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:124)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:86)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:414)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:178)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:179)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:152)
|
|
|
- ... 8 common frames omitted
|
|
|
-Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilterFactoryBean': FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException: chainName cannot be null or empty.
|
|
|
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:178)
|
|
|
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:101)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1674)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getObjectForBeanInstance(AbstractAutowireCapableBeanFactory.java:1249)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:257)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:174)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:169)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:154)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:252)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:226)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53)
|
|
|
- at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5132)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
|
|
|
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
|
|
|
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
- at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
|
|
|
- at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
|
|
|
- at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
|
|
|
- at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
|
|
|
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
|
|
|
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
- at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
|
|
|
- at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
|
|
|
- at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
|
|
|
- at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.startup.Tomcat.start(Tomcat.java:456)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:105)
|
|
|
- ... 13 common frames omitted
|
|
|
-Caused by: java.lang.NullPointerException: chainName cannot be null or empty.
|
|
|
- at org.apache.shiro.web.filter.mgt.DefaultFilterChainManager.createChain(DefaultFilterChainManager.java:120)
|
|
|
- at org.apache.shiro.spring.web.ShiroFilterFactoryBean.createFilterChainManager(ShiroFilterFactoryBean.java:397)
|
|
|
- at org.apache.shiro.spring.web.ShiroFilterFactoryBean.createInstance(ShiroFilterFactoryBean.java:437)
|
|
|
- at org.apache.shiro.spring.web.ShiroFilterFactoryBean.getObject(ShiroFilterFactoryBean.java:343)
|
|
|
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:171)
|
|
|
- ... 50 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 09:41:55.044 INFO 2852 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 2852 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 09:41:55.047 INFO 2852 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 09:41:55.737 INFO 2852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 09:41:55.739 INFO 2852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 09:41:55.778 INFO 2852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 09:41:55.862 WARN 2852 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 09:41:56.120 INFO 2852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ba979cc8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:41:56.159 INFO 2852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:41:56.160 INFO 2852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$24260d99] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:41:56.165 INFO 2852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:41:56.169 INFO 2852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:41:56.173 INFO 2852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'file-com.xmnk.springbootbase.config.FileUploadProperties' of type [com.xmnk.springbootbase.config.FileUploadProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:41:56.174 INFO 2852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$301a59db] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:41:56.441 INFO 2852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:41:56.456 INFO 2852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:41:56.462 INFO 2852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:41:56.472 INFO 2852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:41:56.723 INFO 2852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 09:41:56.789 INFO 2852 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 09:41:56.790 INFO 2852 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 09:41:56.879 INFO 2852 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 09:41:56.879 INFO 2852 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1758 ms
|
|
|
-2023-06-19 09:41:56.893 ERROR 2852 --- [main] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.BeanCreationException. Message: Error creating bean with name 'shiroFilterFactoryBean': FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException: chainName cannot be null or empty.
|
|
|
-2023-06-19 09:41:56.912 INFO 2852 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
|
|
|
-2023-06-19 09:41:56.920 WARN 2852 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
|
|
|
-2023-06-19 09:41:56.927 INFO 2852 --- [main] ConditionEvaluationReportLoggingListener :
|
|
|
-
|
|
|
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
-2023-06-19 09:41:56.935 ERROR 2852 --- [main] o.s.boot.SpringApplication : Application run failed
|
|
|
-
|
|
|
-org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:155)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
|
|
|
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742)
|
|
|
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:311)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:22)
|
|
|
-Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:124)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:86)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:414)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:178)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:179)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:152)
|
|
|
- ... 8 common frames omitted
|
|
|
-Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilterFactoryBean': FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException: chainName cannot be null or empty.
|
|
|
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:178)
|
|
|
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:101)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1674)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getObjectForBeanInstance(AbstractAutowireCapableBeanFactory.java:1249)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:257)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:174)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:169)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:154)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:252)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:226)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53)
|
|
|
- at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5132)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
|
|
|
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
|
|
|
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
- at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
|
|
|
- at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
|
|
|
- at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
|
|
|
- at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
|
|
|
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
|
|
|
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
- at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
|
|
|
- at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
|
|
|
- at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
|
|
|
- at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.startup.Tomcat.start(Tomcat.java:456)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:105)
|
|
|
- ... 13 common frames omitted
|
|
|
-Caused by: java.lang.NullPointerException: chainName cannot be null or empty.
|
|
|
- at org.apache.shiro.web.filter.mgt.DefaultFilterChainManager.createChain(DefaultFilterChainManager.java:120)
|
|
|
- at org.apache.shiro.spring.web.ShiroFilterFactoryBean.createFilterChainManager(ShiroFilterFactoryBean.java:397)
|
|
|
- at org.apache.shiro.spring.web.ShiroFilterFactoryBean.createInstance(ShiroFilterFactoryBean.java:437)
|
|
|
- at org.apache.shiro.spring.web.ShiroFilterFactoryBean.getObject(ShiroFilterFactoryBean.java:343)
|
|
|
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:171)
|
|
|
- ... 50 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 09:46:16.492 INFO 1432 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 1432 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 09:46:16.494 INFO 1432 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 09:46:17.053 ERROR 1432 --- [main] o.s.boot.SpringApplication : Application run failed
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer
|
|
|
- at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:59)
|
|
|
- at org.springframework.context.annotation.ConditionEvaluator.shouldSkip(ConditionEvaluator.java:108)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod(ConfigurationClassBeanDefinitionReader.java:181)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:141)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:117)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:327)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
|
|
|
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742)
|
|
|
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:311)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:22)
|
|
|
-Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.xmnk.springbootfunction.shiro.ShiroConfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389)
|
|
|
- at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447)
|
|
|
- at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1023)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:190)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:157)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanType(BeanTypeRegistry.java:150)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:138)
|
|
|
- at java.util.Iterator.forEachRemaining(Iterator.java:116)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:133)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.getNamesForType(BeanTypeRegistry.java:97)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.collectBeanNamesForType(OnBeanCondition.java:268)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:261)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:250)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchingBeans(OnBeanCondition.java:170)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchOutcome(OnBeanCondition.java:145)
|
|
|
- at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:46)
|
|
|
- ... 17 common frames omitted
|
|
|
-Caused by: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/AbstractProcessorDialect
|
|
|
- at java.lang.ClassLoader.defineClass1(Native Method)
|
|
|
- at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
|
|
|
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
|
- at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
|
|
|
- at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
|
|
|
- at java.security.AccessController.doPrivileged(Native Method)
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- at java.lang.Class.getDeclaredMethods0(Native Method)
|
|
|
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
|
|
- at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489)
|
|
|
- ... 39 common frames omitted
|
|
|
-Caused by: java.lang.ClassNotFoundException: org.thymeleaf.dialect.AbstractProcessorDialect
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- ... 55 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 09:46:17.057 WARN 1432 --- [main] o.s.boot.SpringApplication : Unable to close ApplicationContext
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Failed to introspect Class [com.xmnk.springbootfunction.shiro.ShiroConfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389)
|
|
|
- at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447)
|
|
|
- at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:511)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:481)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:602)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:594)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:1226)
|
|
|
- at org.springframework.boot.SpringApplication.getExitCodeFromMappedException(SpringApplication.java:864)
|
|
|
- at org.springframework.boot.SpringApplication.getExitCodeFromException(SpringApplication.java:852)
|
|
|
- at org.springframework.boot.SpringApplication.handleExitCode(SpringApplication.java:839)
|
|
|
- at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:790)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:22)
|
|
|
-Caused by: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/AbstractProcessorDialect
|
|
|
- at java.lang.ClassLoader.defineClass1(Native Method)
|
|
|
- at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
|
|
|
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
|
- at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
|
|
|
- at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
|
|
|
- at java.security.AccessController.doPrivileged(Native Method)
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- at java.lang.Class.getDeclaredMethods0(Native Method)
|
|
|
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
|
|
- at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489)
|
|
|
- ... 21 common frames omitted
|
|
|
-Caused by: java.lang.ClassNotFoundException: org.thymeleaf.dialect.AbstractProcessorDialect
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- ... 37 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 09:54:02.851 INFO 14332 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14332 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 09:54:02.854 INFO 14332 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 09:54:03.206 ERROR 14332 --- [main] o.s.boot.SpringApplication : Application run failed
|
|
|
-
|
|
|
-java.lang.IllegalStateException: The following classes could not be excluded because they are not auto-configuration classes:
|
|
|
- - com.baomidou.dynamic.datasource.spring.boot.autoconfigure.druid.DruidDynamicDataSourceConfiguration
|
|
|
-
|
|
|
- at org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.handleInvalidExcludes(AutoConfigurationImportSelector.java:209)
|
|
|
- at org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.checkExcludedClasses(AutoConfigurationImportSelector.java:195)
|
|
|
- at org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.getAutoConfigurationEntry(AutoConfigurationImportSelector.java:119)
|
|
|
- at org.springframework.boot.autoconfigure.AutoConfigurationImportSelector$AutoConfigurationGroup.process(AutoConfigurationImportSelector.java:396)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGrouping.getImports(ConfigurationClassParser.java:875)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.processGroupImports(ConfigurationClassParser.java:801)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.process(ConfigurationClassParser.java:771)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:185)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:315)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
|
|
|
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742)
|
|
|
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:311)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:27)
|
|
|
-
|
|
|
-2023-06-19 09:54:22.205 INFO 5012 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 5012 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 09:54:22.208 INFO 5012 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 09:54:22.806 ERROR 5012 --- [main] o.s.boot.SpringApplication : Application run failed
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer
|
|
|
- at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:59)
|
|
|
- at org.springframework.context.annotation.ConditionEvaluator.shouldSkip(ConditionEvaluator.java:108)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod(ConfigurationClassBeanDefinitionReader.java:181)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:141)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:117)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:327)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
|
|
|
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742)
|
|
|
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:311)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:27)
|
|
|
-Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.xmnk.springbootfunction.shiro.ShiroConfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389)
|
|
|
- at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447)
|
|
|
- at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1023)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:190)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:157)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanType(BeanTypeRegistry.java:150)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:138)
|
|
|
- at java.util.Iterator.forEachRemaining(Iterator.java:116)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:133)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.getNamesForType(BeanTypeRegistry.java:97)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.collectBeanNamesForType(OnBeanCondition.java:268)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:261)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:250)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchingBeans(OnBeanCondition.java:170)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchOutcome(OnBeanCondition.java:145)
|
|
|
- at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:46)
|
|
|
- ... 17 common frames omitted
|
|
|
-Caused by: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/AbstractProcessorDialect
|
|
|
- at java.lang.ClassLoader.defineClass1(Native Method)
|
|
|
- at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
|
|
|
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
|
- at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
|
|
|
- at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
|
|
|
- at java.security.AccessController.doPrivileged(Native Method)
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- at java.lang.Class.getDeclaredMethods0(Native Method)
|
|
|
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
|
|
- at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489)
|
|
|
- ... 39 common frames omitted
|
|
|
-Caused by: java.lang.ClassNotFoundException: org.thymeleaf.dialect.AbstractProcessorDialect
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- ... 55 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 09:54:22.810 WARN 5012 --- [main] o.s.boot.SpringApplication : Unable to close ApplicationContext
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Failed to introspect Class [com.xmnk.springbootfunction.shiro.ShiroConfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389)
|
|
|
- at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447)
|
|
|
- at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:511)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:481)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:602)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:594)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:1226)
|
|
|
- at org.springframework.boot.SpringApplication.getExitCodeFromMappedException(SpringApplication.java:864)
|
|
|
- at org.springframework.boot.SpringApplication.getExitCodeFromException(SpringApplication.java:852)
|
|
|
- at org.springframework.boot.SpringApplication.handleExitCode(SpringApplication.java:839)
|
|
|
- at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:790)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:27)
|
|
|
-Caused by: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/AbstractProcessorDialect
|
|
|
- at java.lang.ClassLoader.defineClass1(Native Method)
|
|
|
- at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
|
|
|
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
|
- at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
|
|
|
- at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
|
|
|
- at java.security.AccessController.doPrivileged(Native Method)
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- at java.lang.Class.getDeclaredMethods0(Native Method)
|
|
|
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
|
|
- at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489)
|
|
|
- ... 21 common frames omitted
|
|
|
-Caused by: java.lang.ClassNotFoundException: org.thymeleaf.dialect.AbstractProcessorDialect
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- ... 37 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 09:54:56.481 INFO 15892 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15892 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 09:54:56.483 INFO 15892 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 09:54:57.466 INFO 15892 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 09:54:57.468 INFO 15892 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 09:54:57.507 INFO 15892 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 09:54:57.841 WARN 15892 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 09:54:58.091 INFO 15892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:54:58.094 INFO 15892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$72e10d6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:54:58.099 INFO 15892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:54:58.103 INFO 15892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:54:58.112 INFO 15892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9d9fa005] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:54:58.125 INFO 15892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'file-com.xmnk.springbootbase.config.FileUploadProperties' of type [com.xmnk.springbootbase.config.FileUploadProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:54:58.127 INFO 15892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$13225d18] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:54:58.391 INFO 15892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:54:58.408 INFO 15892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:54:58.414 INFO 15892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:54:58.425 INFO 15892 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 09:54:58.722 INFO 15892 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 09:54:58.743 INFO 15892 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 09:54:58.743 INFO 15892 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 09:54:58.834 INFO 15892 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 09:54:58.834 INFO 15892 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2271 ms
|
|
|
-2023-06-19 09:54:58.848 ERROR 15892 --- [main] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.BeanCreationException. Message: Error creating bean with name 'shiroFilterFactoryBean': FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException: chainName cannot be null or empty.
|
|
|
-2023-06-19 09:54:58.867 INFO 15892 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
|
|
|
-2023-06-19 09:54:58.874 WARN 15892 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
|
|
|
-2023-06-19 09:54:58.881 INFO 15892 --- [main] ConditionEvaluationReportLoggingListener :
|
|
|
-
|
|
|
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
-2023-06-19 09:54:58.890 ERROR 15892 --- [main] o.s.boot.SpringApplication : Application run failed
|
|
|
-
|
|
|
-org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:155)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
|
|
|
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742)
|
|
|
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:311)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:27)
|
|
|
-Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:124)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:86)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:414)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:178)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:179)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:152)
|
|
|
- ... 8 common frames omitted
|
|
|
-Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilterFactoryBean': FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException: chainName cannot be null or empty.
|
|
|
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:178)
|
|
|
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:101)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1674)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getObjectForBeanInstance(AbstractAutowireCapableBeanFactory.java:1249)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:257)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:174)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:169)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:154)
|
|
|
- at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:252)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:226)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53)
|
|
|
- at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5132)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
|
|
|
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
|
|
|
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
- at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
|
|
|
- at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
|
|
|
- at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
|
|
|
- at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
|
|
|
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
|
|
|
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
|
|
- at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
|
|
|
- at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
|
|
|
- at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
|
|
|
- at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932)
|
|
|
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
|
|
- at org.apache.catalina.startup.Tomcat.start(Tomcat.java:456)
|
|
|
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:105)
|
|
|
- ... 13 common frames omitted
|
|
|
-Caused by: java.lang.NullPointerException: chainName cannot be null or empty.
|
|
|
- at org.apache.shiro.web.filter.mgt.DefaultFilterChainManager.createChain(DefaultFilterChainManager.java:120)
|
|
|
- at org.apache.shiro.spring.web.ShiroFilterFactoryBean.createFilterChainManager(ShiroFilterFactoryBean.java:397)
|
|
|
- at org.apache.shiro.spring.web.ShiroFilterFactoryBean.createInstance(ShiroFilterFactoryBean.java:437)
|
|
|
- at org.apache.shiro.spring.web.ShiroFilterFactoryBean.getObject(ShiroFilterFactoryBean.java:343)
|
|
|
- at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:171)
|
|
|
- ... 50 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 10:03:13.791 INFO 9744 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 9744 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:03:13.794 INFO 9744 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:03:14.506 INFO 9744 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:03:14.508 INFO 9744 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:03:14.545 INFO 9744 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:03:14.626 WARN 9744 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:03:14.885 INFO 9744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:14.888 INFO 9744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8afbf3d8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:14.893 INFO 9744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:14.898 INFO 9744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:14.906 INFO 9744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$216d8307] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:14.919 INFO 9744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'file-com.xmnk.springbootbase.config.FileUploadProperties' of type [com.xmnk.springbootbase.config.FileUploadProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:14.921 INFO 9744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$96f0401a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:15.193 INFO 9744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:15.209 INFO 9744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:15.214 INFO 9744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:15.225 INFO 9744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:15.531 INFO 9744 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:03:15.552 INFO 9744 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:03:15.553 INFO 9744 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:03:15.647 INFO 9744 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:03:15.647 INFO 9744 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1778 ms
|
|
|
-2023-06-19 10:03:15.818 INFO 9744 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:03:15.919 INFO 9744 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:03:15.919 INFO 9744 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:03:15.919 INFO 9744 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:03:15.919 INFO 9744 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:03:17.194 INFO 9744 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:03:17.591 INFO 9744 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:03:17.686 INFO 9744 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:03:17.689 INFO 9744 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.375 seconds (JVM running for 5.058)
|
|
|
-2023-06-19 10:03:17.691 INFO 9744 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:03:49.097 INFO 9744 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:03:49.099 INFO 9744 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:03:49.116 INFO 9744 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:03:49.117 INFO 9744 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:03:49.122 INFO 9744 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:03:53.630 INFO 15016 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15016 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:03:53.632 INFO 15016 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:03:54.334 INFO 15016 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:03:54.336 INFO 15016 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:03:54.371 INFO 15016 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:03:54.447 WARN 15016 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:03:54.711 INFO 15016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:54.714 INFO 15016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$bcd3672a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:54.720 INFO 15016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:54.724 INFO 15016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:54.733 INFO 15016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5344f659] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:54.743 INFO 15016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c8c7b36c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:55.019 INFO 15016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:55.038 INFO 15016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:55.045 INFO 15016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:55.057 INFO 15016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:03:55.364 INFO 15016 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:03:55.385 INFO 15016 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:03:55.385 INFO 15016 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:03:55.476 INFO 15016 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:03:55.476 INFO 15016 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1766 ms
|
|
|
-2023-06-19 10:03:55.648 INFO 15016 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:03:55.751 INFO 15016 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:03:55.751 INFO 15016 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:03:55.751 INFO 15016 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:03:55.751 INFO 15016 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:03:56.994 INFO 15016 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:03:57.391 INFO 15016 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:03:57.483 INFO 15016 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:03:57.486 INFO 15016 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.342 seconds (JVM running for 5.034)
|
|
|
-2023-06-19 10:03:57.489 INFO 15016 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:04:00.307 INFO 15016 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:04:00.307 INFO 15016 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:04:00.314 INFO 15016 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
-2023-06-19 10:04:01.026 INFO 15016 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 10:04:01.047 INFO 15016 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 10:04:09.531 INFO 15016 --- [http-nio-10015-exec-3] c.x.s.shiro.CustomAccessControlFilter : POST
|
|
|
-2023-06-19 10:04:09.532 INFO 15016 --- [http-nio-10015-exec-3] c.x.s.shiro.CustomAccessControlFilter : http://192.168.12.124:10015/element/input
|
|
|
-2023-06-19 10:04:58.272 INFO 15016 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:04:58.273 INFO 15016 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:04:58.402 INFO 15016 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:04:58.403 INFO 15016 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:04:58.407 INFO 15016 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:05:02.401 INFO 11732 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11732 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:05:02.404 INFO 11732 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:05:03.212 INFO 11732 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:05:03.214 INFO 11732 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:05:03.252 INFO 11732 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:05:03.352 WARN 11732 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:05:03.633 INFO 11732 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:03.636 INFO 11732 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fa5c4485] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:03.641 INFO 11732 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:03.645 INFO 11732 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:03.654 INFO 11732 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$90cdd3b4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:03.862 INFO 11732 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:05:03.880 INFO 11732 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:05:03.881 INFO 11732 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:05:03.994 INFO 11732 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:05:03.994 INFO 11732 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1483 ms
|
|
|
-2023-06-19 10:05:04.200 INFO 11732 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:05:04.301 INFO 11732 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:05:04.301 INFO 11732 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:05:04.301 INFO 11732 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:05:04.301 INFO 11732 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:05:05.262 INFO 11732 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:05:05.552 INFO 11732 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:05:05.634 INFO 11732 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:05:05.637 INFO 11732 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 3.775 seconds (JVM running for 4.439)
|
|
|
-2023-06-19 10:05:05.640 INFO 11732 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:05:07.957 INFO 11732 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:05:07.958 INFO 11732 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:05:07.963 INFO 11732 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
|
|
|
-2023-06-19 10:05:17.151 WARN 11732 --- [http-nio-10015-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token
|
|
|
- at [Source: (PushbackInputStream); line: 5, column: 12] (through reference chain: com.xmnk.springbootfunction.entity.TemplateElement["area"])]
|
|
|
-2023-06-19 10:05:26.906 INFO 11732 --- [http-nio-10015-exec-8] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 10:05:26.908 INFO 11732 --- [http-nio-10015-exec-8] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 10:05:36.128 INFO 11732 --- [Thread-9] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:05:36.129 INFO 11732 --- [Thread-9] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:05:36.254 INFO 11732 --- [Thread-9] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:05:36.254 INFO 11732 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:05:36.260 INFO 11732 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:05:41.778 INFO 8928 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 8928 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:05:41.780 INFO 8928 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:05:42.440 INFO 8928 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:05:42.442 INFO 8928 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:05:42.478 INFO 8928 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:05:42.556 WARN 8928 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:05:42.816 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:42.820 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$3fceca35] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:42.825 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:42.830 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:42.839 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d6405964] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:42.849 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$4bc31677] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:43.140 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:43.157 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:43.163 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:43.174 INFO 8928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:05:43.472 INFO 8928 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:05:43.492 INFO 8928 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:05:43.493 INFO 8928 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:05:43.584 INFO 8928 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:05:43.584 INFO 8928 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1734 ms
|
|
|
-2023-06-19 10:05:43.751 INFO 8928 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:05:43.851 INFO 8928 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:05:43.851 INFO 8928 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:05:43.851 INFO 8928 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:05:43.851 INFO 8928 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:05:45.004 INFO 8928 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:05:45.388 INFO 8928 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:05:45.488 INFO 8928 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:05:45.491 INFO 8928 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.193 seconds (JVM running for 4.883)
|
|
|
-2023-06-19 10:05:45.493 INFO 8928 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:05:52.569 INFO 8928 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:05:52.569 INFO 8928 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:05:52.579 INFO 8928 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
|
|
|
-2023-06-19 10:05:52.611 INFO 8928 --- [http-nio-10015-exec-1] c.x.s.shiro.CustomAccessControlFilter : GET
|
|
|
-2023-06-19 10:05:52.611 INFO 8928 --- [http-nio-10015-exec-1] c.x.s.shiro.CustomAccessControlFilter : http://192.168.12.124:10015/element/list
|
|
|
-2023-06-19 10:06:03.369 INFO 8928 --- [http-nio-10015-exec-3] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 10:06:03.371 INFO 8928 --- [http-nio-10015-exec-3] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 10:06:07.250 INFO 8928 --- [http-nio-10015-exec-5] c.x.s.shiro.CustomAccessControlFilter : GET
|
|
|
-2023-06-19 10:06:07.250 INFO 8928 --- [http-nio-10015-exec-5] c.x.s.shiro.CustomAccessControlFilter : http://192.168.12.124:10015/element/list
|
|
|
-2023-06-19 10:07:23.015 INFO 8928 --- [http-nio-10015-exec-7] c.x.s.shiro.CustomAccessControlFilter : POST
|
|
|
-2023-06-19 10:07:23.015 INFO 8928 --- [http-nio-10015-exec-7] c.x.s.shiro.CustomAccessControlFilter : http://192.168.12.124:10015/common/upload
|
|
|
-2023-06-19 10:08:50.908 INFO 8928 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:08:50.909 INFO 8928 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:08:51.045 INFO 8928 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:08:51.045 INFO 8928 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:08:51.053 INFO 8928 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:08:56.578 INFO 6240 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6240 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:08:56.581 INFO 6240 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:08:57.308 INFO 6240 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:08:57.310 INFO 6240 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:08:57.343 INFO 6240 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:08:57.416 WARN 6240 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:08:57.680 INFO 6240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:08:57.683 INFO 6240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$90819b31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:08:57.688 INFO 6240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:08:57.693 INFO 6240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:08:57.702 INFO 6240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$26f32a60] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:08:57.717 INFO 6240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$9c75e773] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:08:57.986 INFO 6240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:08:58.003 INFO 6240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:08:58.009 INFO 6240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:08:58.019 INFO 6240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:08:58.322 INFO 6240 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:08:58.343 INFO 6240 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:08:58.343 INFO 6240 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:08:58.438 INFO 6240 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:08:58.438 INFO 6240 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1778 ms
|
|
|
-2023-06-19 10:08:58.615 INFO 6240 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:08:58.717 INFO 6240 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:08:58.717 INFO 6240 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:08:58.717 INFO 6240 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:08:58.717 INFO 6240 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:08:59.926 INFO 6240 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:09:00.322 INFO 6240 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:09:00.416 INFO 6240 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:09:00.418 INFO 6240 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.337 seconds (JVM running for 4.98)
|
|
|
-2023-06-19 10:09:00.421 INFO 6240 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:09:03.261 INFO 6240 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:09:03.262 INFO 6240 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:09:03.274 INFO 6240 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
|
|
|
-2023-06-19 10:09:03.305 INFO 6240 --- [http-nio-10015-exec-1] c.x.s.shiro.CustomAccessControlFilter : GET
|
|
|
-2023-06-19 10:09:03.306 INFO 6240 --- [http-nio-10015-exec-1] c.x.s.shiro.CustomAccessControlFilter : http://192.168.12.124:10015/element/list
|
|
|
-2023-06-19 10:09:07.537 INFO 6240 --- [http-nio-10015-exec-4] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 10:09:07.539 INFO 6240 --- [http-nio-10015-exec-4] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 10:09:11.267 INFO 6240 --- [http-nio-10015-exec-9] c.x.s.shiro.CustomAccessControlFilter : GET
|
|
|
-2023-06-19 10:09:11.267 INFO 6240 --- [http-nio-10015-exec-9] c.x.s.shiro.CustomAccessControlFilter : http://192.168.12.124:10015/element/list
|
|
|
-2023-06-19 10:09:24.770 INFO 6240 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:09:24.772 INFO 6240 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:09:24.902 INFO 6240 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:09:24.905 INFO 6240 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:09:24.915 INFO 6240 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:09:29.102 INFO 6596 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6596 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:09:29.105 INFO 6596 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:09:29.855 INFO 6596 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:09:29.857 INFO 6596 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:09:29.892 INFO 6596 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:09:29.965 WARN 6596 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:09:30.236 INFO 6596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:09:30.240 INFO 6596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$16a37ebc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:09:30.246 INFO 6596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:09:30.250 INFO 6596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:09:30.260 INFO 6596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ad150deb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:09:30.271 INFO 6596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2297cafe] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:09:30.538 INFO 6596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:09:30.554 INFO 6596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:09:30.559 INFO 6596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:09:30.570 INFO 6596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:09:30.870 INFO 6596 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:09:30.891 INFO 6596 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:09:30.891 INFO 6596 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:09:30.982 INFO 6596 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:09:30.982 INFO 6596 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1799 ms
|
|
|
-2023-06-19 10:09:31.152 INFO 6596 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:09:31.254 INFO 6596 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:09:31.255 INFO 6596 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:09:31.255 INFO 6596 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:09:31.255 INFO 6596 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:09:32.469 INFO 6596 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:09:32.859 INFO 6596 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:09:32.952 INFO 6596 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:09:32.954 INFO 6596 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.315 seconds (JVM running for 4.971)
|
|
|
-2023-06-19 10:09:32.957 INFO 6596 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:09:42.400 INFO 6596 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:09:42.400 INFO 6596 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:09:42.412 INFO 6596 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
|
|
|
-2023-06-19 10:09:42.445 INFO 6596 --- [http-nio-10015-exec-1] c.x.s.shiro.CustomAccessControlFilter : GET
|
|
|
-2023-06-19 10:09:42.445 INFO 6596 --- [http-nio-10015-exec-1] c.x.s.shiro.CustomAccessControlFilter : http://192.168.12.124:10015/element/list
|
|
|
-2023-06-19 10:09:45.911 INFO 6596 --- [http-nio-10015-exec-7] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 10:09:45.912 INFO 6596 --- [http-nio-10015-exec-7] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 10:09:49.643 INFO 6596 --- [http-nio-10015-exec-5] c.x.s.shiro.CustomAccessControlFilter : GET
|
|
|
-2023-06-19 10:09:49.643 INFO 6596 --- [http-nio-10015-exec-5] c.x.s.shiro.CustomAccessControlFilter : http://192.168.12.124:10015/element/list
|
|
|
-2023-06-19 10:10:22.660 INFO 6596 --- [http-nio-10015-exec-9] c.x.s.shiro.CustomAccessControlFilter : GET
|
|
|
-2023-06-19 10:10:22.660 INFO 6596 --- [http-nio-10015-exec-9] c.x.s.shiro.CustomAccessControlFilter : http://192.168.12.124:10015/element/list
|
|
|
-2023-06-19 10:10:42.944 INFO 6596 --- [http-nio-10015-exec-1] c.x.s.shiro.CustomAccessControlFilter : GET
|
|
|
-2023-06-19 10:10:42.945 INFO 6596 --- [http-nio-10015-exec-1] c.x.s.shiro.CustomAccessControlFilter : http://192.168.12.124:10015/element/list
|
|
|
-2023-06-19 10:10:45.256 INFO 6596 --- [http-nio-10015-exec-7] c.x.s.shiro.CustomAccessControlFilter : GET
|
|
|
-2023-06-19 10:10:45.257 INFO 6596 --- [http-nio-10015-exec-7] c.x.s.shiro.CustomAccessControlFilter : http://192.168.12.124:10015/element/list
|
|
|
-2023-06-19 10:10:52.135 INFO 6596 --- [http-nio-10015-exec-5] c.x.s.shiro.CustomAccessControlFilter : GET
|
|
|
-2023-06-19 10:10:52.135 INFO 6596 --- [http-nio-10015-exec-5] c.x.s.shiro.CustomAccessControlFilter : http://192.168.12.124:10015/element/list
|
|
|
-2023-06-19 10:13:05.954 INFO 6596 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:13:05.955 INFO 6596 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:13:06.078 INFO 6596 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:13:06.079 INFO 6596 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:13:06.086 INFO 6596 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:13:09.685 INFO 14340 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14340 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:13:09.689 INFO 14340 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:13:10.865 INFO 14340 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:13:10.867 INFO 14340 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:13:10.916 INFO 14340 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 35ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:13:10.984 WARN 14340 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:13:11.245 INFO 14340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:13:11.248 INFO 14340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$262bec25] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:13:11.253 INFO 14340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:13:11.258 INFO 14340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:13:11.266 INFO 14340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bc9d7b54] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:13:11.277 INFO 14340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$32203867] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:13:11.539 INFO 14340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:13:11.555 INFO 14340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:13:11.561 INFO 14340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:13:11.571 INFO 14340 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:13:11.860 INFO 14340 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:13:11.881 INFO 14340 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:13:11.881 INFO 14340 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:13:11.974 INFO 14340 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:13:11.974 INFO 14340 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2235 ms
|
|
|
-2023-06-19 10:13:12.142 INFO 14340 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:13:12.239 INFO 14340 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:13:12.239 INFO 14340 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:13:12.240 INFO 14340 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:13:12.240 INFO 14340 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:13:13.477 INFO 14340 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:13:13.847 INFO 14340 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:13:13.941 INFO 14340 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:13:13.943 INFO 14340 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.232 seconds (JVM running for 6.102)
|
|
|
-2023-06-19 10:13:13.946 INFO 14340 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:15:40.673 INFO 14340 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:15:40.675 INFO 14340 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:15:40.694 INFO 14340 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:15:40.696 INFO 14340 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:15:40.700 INFO 14340 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:15:50.842 INFO 2568 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 2568 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:15:50.844 INFO 2568 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:15:51.696 ERROR 2568 --- [main] o.s.boot.SpringApplication : Application run failed
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer
|
|
|
- at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:59)
|
|
|
- at org.springframework.context.annotation.ConditionEvaluator.shouldSkip(ConditionEvaluator.java:108)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod(ConfigurationClassBeanDefinitionReader.java:181)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:141)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:117)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:327)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
|
|
|
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742)
|
|
|
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:311)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:27)
|
|
|
-Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.xmnk.springbootfunction.shiro.ShiroConfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389)
|
|
|
- at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447)
|
|
|
- at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1023)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:190)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:157)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanType(BeanTypeRegistry.java:150)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:138)
|
|
|
- at java.util.Iterator.forEachRemaining(Iterator.java:116)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:133)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.getNamesForType(BeanTypeRegistry.java:97)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.collectBeanNamesForType(OnBeanCondition.java:268)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:261)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:250)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchingBeans(OnBeanCondition.java:170)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchOutcome(OnBeanCondition.java:145)
|
|
|
- at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:46)
|
|
|
- ... 17 common frames omitted
|
|
|
-Caused by: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/AbstractProcessorDialect
|
|
|
- at java.lang.ClassLoader.defineClass1(Native Method)
|
|
|
- at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
|
|
|
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
|
- at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
|
|
|
- at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
|
|
|
- at java.security.AccessController.doPrivileged(Native Method)
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- at java.lang.Class.getDeclaredMethods0(Native Method)
|
|
|
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
|
|
- at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489)
|
|
|
- ... 39 common frames omitted
|
|
|
-Caused by: java.lang.ClassNotFoundException: org.thymeleaf.dialect.AbstractProcessorDialect
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- ... 55 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 10:15:51.699 WARN 2568 --- [main] o.s.boot.SpringApplication : Unable to close ApplicationContext
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Failed to introspect Class [com.xmnk.springbootfunction.shiro.ShiroConfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389)
|
|
|
- at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447)
|
|
|
- at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:511)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:481)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:602)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:594)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:1226)
|
|
|
- at org.springframework.boot.SpringApplication.getExitCodeFromMappedException(SpringApplication.java:864)
|
|
|
- at org.springframework.boot.SpringApplication.getExitCodeFromException(SpringApplication.java:852)
|
|
|
- at org.springframework.boot.SpringApplication.handleExitCode(SpringApplication.java:839)
|
|
|
- at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:790)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:27)
|
|
|
-Caused by: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/AbstractProcessorDialect
|
|
|
- at java.lang.ClassLoader.defineClass1(Native Method)
|
|
|
- at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
|
|
|
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
|
- at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
|
|
|
- at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
|
|
|
- at java.security.AccessController.doPrivileged(Native Method)
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- at java.lang.Class.getDeclaredMethods0(Native Method)
|
|
|
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
|
|
- at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489)
|
|
|
- ... 21 common frames omitted
|
|
|
-Caused by: java.lang.ClassNotFoundException: org.thymeleaf.dialect.AbstractProcessorDialect
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- ... 37 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 10:16:11.746 INFO 11840 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11840 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:16:11.749 INFO 11840 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:16:12.667 ERROR 11840 --- [main] o.s.boot.SpringApplication : Application run failed
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer
|
|
|
- at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:59)
|
|
|
- at org.springframework.context.annotation.ConditionEvaluator.shouldSkip(ConditionEvaluator.java:108)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod(ConfigurationClassBeanDefinitionReader.java:181)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:141)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:117)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:327)
|
|
|
- at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
|
|
|
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742)
|
|
|
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:311)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:27)
|
|
|
-Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.xmnk.springbootfunction.shiro.ShiroConfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389)
|
|
|
- at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447)
|
|
|
- at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1023)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:190)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:157)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanType(BeanTypeRegistry.java:150)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:138)
|
|
|
- at java.util.Iterator.forEachRemaining(Iterator.java:116)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:133)
|
|
|
- at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.getNamesForType(BeanTypeRegistry.java:97)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.collectBeanNamesForType(OnBeanCondition.java:268)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:261)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:250)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchingBeans(OnBeanCondition.java:170)
|
|
|
- at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchOutcome(OnBeanCondition.java:145)
|
|
|
- at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:46)
|
|
|
- ... 17 common frames omitted
|
|
|
-Caused by: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/AbstractProcessorDialect
|
|
|
- at java.lang.ClassLoader.defineClass1(Native Method)
|
|
|
- at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
|
|
|
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
|
- at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
|
|
|
- at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
|
|
|
- at java.security.AccessController.doPrivileged(Native Method)
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- at java.lang.Class.getDeclaredMethods0(Native Method)
|
|
|
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
|
|
- at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489)
|
|
|
- ... 39 common frames omitted
|
|
|
-Caused by: java.lang.ClassNotFoundException: org.thymeleaf.dialect.AbstractProcessorDialect
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- ... 55 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 10:16:12.679 WARN 11840 --- [main] o.s.boot.SpringApplication : Unable to close ApplicationContext
|
|
|
-
|
|
|
-java.lang.IllegalStateException: Failed to introspect Class [com.xmnk.springbootfunction.shiro.ShiroConfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404)
|
|
|
- at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389)
|
|
|
- at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447)
|
|
|
- at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:511)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:481)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:602)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:594)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:1226)
|
|
|
- at org.springframework.boot.SpringApplication.getExitCodeFromMappedException(SpringApplication.java:864)
|
|
|
- at org.springframework.boot.SpringApplication.getExitCodeFromException(SpringApplication.java:852)
|
|
|
- at org.springframework.boot.SpringApplication.handleExitCode(SpringApplication.java:839)
|
|
|
- at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:790)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:27)
|
|
|
-Caused by: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/AbstractProcessorDialect
|
|
|
- at java.lang.ClassLoader.defineClass1(Native Method)
|
|
|
- at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
|
|
|
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
|
- at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
|
|
|
- at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
|
|
|
- at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
|
|
|
- at java.security.AccessController.doPrivileged(Native Method)
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- at java.lang.Class.getDeclaredMethods0(Native Method)
|
|
|
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
|
|
- at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
|
|
- at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489)
|
|
|
- ... 21 common frames omitted
|
|
|
-Caused by: java.lang.ClassNotFoundException: org.thymeleaf.dialect.AbstractProcessorDialect
|
|
|
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
|
|
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
|
|
|
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
|
|
- ... 37 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 10:16:30.974 INFO 9952 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 9952 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:16:30.977 INFO 9952 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:16:31.825 INFO 9952 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:16:31.827 INFO 9952 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:16:31.863 INFO 9952 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:16:31.940 WARN 9952 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:16:32.192 INFO 9952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:16:32.195 INFO 9952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$946b8ef9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:16:32.200 INFO 9952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:16:32.205 INFO 9952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:16:32.214 INFO 9952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2add1e28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:16:32.224 INFO 9952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$a05fdb3b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:16:32.491 INFO 9952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:16:32.508 INFO 9952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:16:32.514 INFO 9952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:16:32.524 INFO 9952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:16:32.816 INFO 9952 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:16:32.837 INFO 9952 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:16:32.837 INFO 9952 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:16:32.928 INFO 9952 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:16:32.928 INFO 9952 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1874 ms
|
|
|
-2023-06-19 10:16:33.101 INFO 9952 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:16:33.201 INFO 9952 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:16:33.201 INFO 9952 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:16:33.201 INFO 9952 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:16:33.201 INFO 9952 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:16:34.389 INFO 9952 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:16:34.767 INFO 9952 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:16:34.860 INFO 9952 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:16:34.863 INFO 9952 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.363 seconds (JVM running for 4.989)
|
|
|
-2023-06-19 10:16:34.865 INFO 9952 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:19:24.961 INFO 9952 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:19:24.962 INFO 9952 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:19:24.978 INFO 9952 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:19:24.978 INFO 9952 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:19:24.982 INFO 9952 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:19:43.550 INFO 12632 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12632 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:19:43.552 INFO 12632 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:19:44.388 INFO 12632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:19:44.390 INFO 12632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:19:44.422 INFO 12632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:19:44.493 WARN 12632 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:19:44.755 INFO 12632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:19:44.758 INFO 12632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$dc682e0c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:19:44.763 INFO 12632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:19:44.768 INFO 12632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:19:44.777 INFO 12632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$72d9bd3b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:19:44.787 INFO 12632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$e85c7a4e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:19:45.049 INFO 12632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:19:45.066 INFO 12632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:19:45.072 INFO 12632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:19:45.083 INFO 12632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:19:45.338 INFO 12632 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:19:45.407 INFO 12632 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:19:45.407 INFO 12632 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:19:45.498 INFO 12632 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:19:45.498 INFO 12632 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1878 ms
|
|
|
-2023-06-19 10:19:45.668 INFO 12632 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:19:45.763 INFO 12632 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:19:45.763 INFO 12632 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:19:45.763 INFO 12632 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:19:45.763 INFO 12632 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:19:46.917 INFO 12632 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:19:47.307 INFO 12632 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:19:47.406 INFO 12632 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:19:47.409 INFO 12632 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.466 seconds (JVM running for 5.608)
|
|
|
-2023-06-19 10:19:47.411 INFO 12632 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:22:24.050 INFO 12632 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:22:24.052 INFO 12632 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:22:24.070 INFO 12632 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:22:24.071 INFO 12632 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:22:24.077 INFO 12632 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:22:28.317 INFO 12016 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12016 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:22:28.320 INFO 12016 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:22:28.982 INFO 12016 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:22:28.984 INFO 12016 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:22:29.019 INFO 12016 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:22:29.091 WARN 12016 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:22:29.363 INFO 12016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:22:29.366 INFO 12016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fd4a4bb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:22:29.371 INFO 12016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:22:29.376 INFO 12016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:22:29.385 INFO 12016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a64633ea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:22:29.395 INFO 12016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$1bc8f0fd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:22:29.658 INFO 12016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:22:29.675 INFO 12016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:22:29.680 INFO 12016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:22:29.692 INFO 12016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:22:29.994 INFO 12016 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:22:30.014 INFO 12016 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:22:30.014 INFO 12016 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:22:30.106 INFO 12016 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:22:30.107 INFO 12016 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1703 ms
|
|
|
-2023-06-19 10:22:30.292 INFO 12016 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:22:30.399 INFO 12016 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:22:30.400 INFO 12016 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:22:30.400 INFO 12016 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:22:30.400 INFO 12016 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:22:31.549 INFO 12016 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:22:31.917 INFO 12016 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:22:32.015 INFO 12016 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:22:32.017 INFO 12016 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.187 seconds (JVM running for 4.855)
|
|
|
-2023-06-19 10:22:32.019 INFO 12016 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:22:34.093 INFO 12016 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:22:34.093 INFO 12016 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:22:34.101 INFO 12016 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 10:30:22.096 WARN 12016 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@234be0fe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:30:22.097 WARN 12016 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@77203a8c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:30:22.098 WARN 12016 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2d077d6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:30:22.098 WARN 12016 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@368268e0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:30:22.098 WARN 12016 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a201356 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:30:22.099 WARN 12016 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c22b0c4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:30:22.099 WARN 12016 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1dcd0a51 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:30:22.100 WARN 12016 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@38ada460 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:30:22.100 WARN 12016 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@527daa80 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:30:22.101 WARN 12016 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b50849b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:31:34.006 INFO 12016 --- [http-nio-10015-exec-7] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 10:31:34.007 INFO 12016 --- [http-nio-10015-exec-7] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 10:34:05.786 WARN 12016 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7be1bd31 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:34:05.788 WARN 12016 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5de681cf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:34:05.790 WARN 12016 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2e2dadca (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:34:05.792 WARN 12016 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25d9c729 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:34:05.794 WARN 12016 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7fd74ac2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:34:05.797 WARN 12016 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5fcb1ce5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:34:05.798 WARN 12016 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3db8f61f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:34:05.800 WARN 12016 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6fd82622 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:34:05.802 WARN 12016 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5efd8ed4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:34:05.804 WARN 12016 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@59569dda (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 10:37:37.265 INFO 12016 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:37:37.266 INFO 12016 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:37:37.409 INFO 12016 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:37:37.410 INFO 12016 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:37:37.422 INFO 12016 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:37:42.767 INFO 6516 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6516 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:37:42.769 INFO 6516 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:37:43.520 INFO 6516 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:37:43.522 INFO 6516 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:37:43.558 INFO 6516 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:37:43.629 WARN 6516 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:37:43.899 INFO 6516 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:37:43.902 INFO 6516 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ff067720] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:37:43.907 INFO 6516 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:37:43.911 INFO 6516 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:37:43.920 INFO 6516 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9578064f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:37:43.931 INFO 6516 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$afac362] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:37:44.201 INFO 6516 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:37:44.218 INFO 6516 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:37:44.224 INFO 6516 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:37:44.235 INFO 6516 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:37:44.538 INFO 6516 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:37:44.559 INFO 6516 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:37:44.559 INFO 6516 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:37:44.650 INFO 6516 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:37:44.651 INFO 6516 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1804 ms
|
|
|
-2023-06-19 10:37:44.822 INFO 6516 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:37:44.921 INFO 6516 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:37:44.921 INFO 6516 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:37:44.921 INFO 6516 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:37:44.921 INFO 6516 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:37:46.182 INFO 6516 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:37:46.562 INFO 6516 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:37:46.663 INFO 6516 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:37:46.666 INFO 6516 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.372 seconds (JVM running for 5.057)
|
|
|
-2023-06-19 10:37:46.668 INFO 6516 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:37:48.744 INFO 6516 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:37:48.744 INFO 6516 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:37:48.753 INFO 6516 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
-2023-06-19 10:37:49.222 INFO 6516 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 10:37:49.223 INFO 6516 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 10:39:08.907 INFO 6516 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:39:08.908 INFO 6516 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:39:09.038 INFO 6516 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:39:09.040 INFO 6516 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:39:09.051 INFO 6516 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:39:13.917 INFO 6060 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6060 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:39:13.920 INFO 6060 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:39:14.682 INFO 6060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:39:14.684 INFO 6060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:39:14.719 INFO 6060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:39:14.794 WARN 6060 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:39:15.043 INFO 6060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:39:15.046 INFO 6060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$31c56d9c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:39:15.051 INFO 6060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:39:15.056 INFO 6060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:39:15.064 INFO 6060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c836fccb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:39:15.075 INFO 6060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3db9b9de] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:39:15.338 INFO 6060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:39:15.354 INFO 6060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:39:15.359 INFO 6060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:39:15.370 INFO 6060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:39:15.672 INFO 6060 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:39:15.712 INFO 6060 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:39:15.713 INFO 6060 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:39:15.831 INFO 6060 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:39:15.831 INFO 6060 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1818 ms
|
|
|
-2023-06-19 10:39:16.003 INFO 6060 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:39:16.102 INFO 6060 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:39:16.102 INFO 6060 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:39:16.102 INFO 6060 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:39:16.102 INFO 6060 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:39:17.277 INFO 6060 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:39:17.647 INFO 6060 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:39:17.744 INFO 6060 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:39:17.746 INFO 6060 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.33 seconds (JVM running for 4.992)
|
|
|
-2023-06-19 10:39:17.748 INFO 6060 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:39:20.948 INFO 6060 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:39:20.948 INFO 6060 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:39:20.964 INFO 6060 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms
|
|
|
-2023-06-19 10:39:26.060 INFO 6060 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 10:39:26.066 INFO 6060 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 10:40:46.107 WARN 6060 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=50s144ms982?s800ns).
|
|
|
-2023-06-19 10:43:21.396 WARN 6060 --- [http-nio-10015-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
|
|
|
-2023-06-19 10:44:45.749 INFO 6060 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:44:45.749 INFO 6060 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:44:45.875 INFO 6060 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:44:45.876 INFO 6060 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:44:45.890 INFO 6060 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:44:50.368 INFO 4112 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 4112 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:44:50.370 INFO 4112 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:44:51.105 INFO 4112 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:44:51.107 INFO 4112 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:44:51.145 INFO 4112 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:44:51.229 WARN 4112 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:44:51.501 INFO 4112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:44:51.504 INFO 4112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fb9d0e15] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:44:51.510 INFO 4112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:44:51.515 INFO 4112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:44:51.525 INFO 4112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$920e9d44] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:44:51.537 INFO 4112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$7915a57] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:44:51.803 INFO 4112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:44:51.819 INFO 4112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:44:51.825 INFO 4112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:44:51.835 INFO 4112 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:44:52.120 INFO 4112 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:44:52.141 INFO 4112 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:44:52.141 INFO 4112 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:44:52.232 INFO 4112 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:44:52.232 INFO 4112 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1782 ms
|
|
|
-2023-06-19 10:44:52.401 INFO 4112 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:44:52.497 INFO 4112 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:44:52.497 INFO 4112 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:44:52.497 INFO 4112 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:44:52.497 INFO 4112 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:44:53.637 INFO 4112 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:44:54.019 INFO 4112 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:44:54.135 INFO 4112 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:44:54.137 INFO 4112 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.232 seconds (JVM running for 4.84)
|
|
|
-2023-06-19 10:44:54.139 INFO 4112 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:45:04.856 INFO 4112 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:45:04.856 INFO 4112 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:45:04.864 INFO 4112 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 10:45:04.902 WARN 4112 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.xmnk.springbootbase.common.utils.DataResult com.xmnk.springbootfunction.controller.base.UserController.register(com.xmnk.springbootbase.entity.User)]
|
|
|
-2023-06-19 10:45:47.325 ERROR 4112 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException:
|
|
|
-### Error updating database. Cause: java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
-### The error may exist in com/xmnk/springbootfunction/mapper/UserMapper.java (best guess)
|
|
|
-### The error may involve com.xmnk.springbootfunction.mapper.UserMapper.insert-Inline
|
|
|
-### The error occurred while setting parameters
|
|
|
-### SQL: INSERT INTO sys_user ( username, salt, password ) VALUES ( ?, ?, ? )
|
|
|
-### Cause: java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
-; Field 'id' doesn't have a default value; nested exception is java.sql.SQLException: Field 'id' doesn't have a default value] with root cause
|
|
|
-
|
|
|
-java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:372)
|
|
|
- at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
|
|
- at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
|
|
- at com.sun.proxy.$Proxy123.execute(Unknown Source)
|
|
|
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
|
|
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
|
|
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:56)
|
|
|
- at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
|
|
- at com.sun.proxy.$Proxy87.insert(Unknown Source)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
- at com.sun.proxy.$Proxy97.insert(Unknown Source)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.register(UserServiceImpl.java:82)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$b2980482.register(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.register(UserController.java:78)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 10:46:18.888 INFO 4112 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:46:18.890 INFO 4112 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:46:18.905 INFO 4112 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:46:18.906 INFO 4112 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:46:18.912 INFO 4112 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:46:23.941 INFO 11584 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11584 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:46:23.945 INFO 11584 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:46:24.692 INFO 11584 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:46:24.694 INFO 11584 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:46:24.734 INFO 11584 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:46:24.818 WARN 11584 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:46:25.083 INFO 11584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:46:25.086 INFO 11584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$4b040adc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:46:25.091 INFO 11584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:46:25.095 INFO 11584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:46:25.105 INFO 11584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e1759a0b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:46:25.115 INFO 11584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$56f8571e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:46:25.383 INFO 11584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:46:25.400 INFO 11584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:46:25.407 INFO 11584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:46:25.417 INFO 11584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:46:25.701 INFO 11584 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:46:25.721 INFO 11584 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:46:25.722 INFO 11584 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:46:25.813 INFO 11584 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:46:25.813 INFO 11584 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1773 ms
|
|
|
-2023-06-19 10:46:25.982 INFO 11584 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:46:26.080 INFO 11584 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:46:26.081 INFO 11584 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:46:26.081 INFO 11584 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:46:26.081 INFO 11584 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:46:27.445 INFO 11584 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:46:27.821 INFO 11584 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:46:27.921 INFO 11584 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:46:27.924 INFO 11584 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.502 seconds (JVM running for 5.114)
|
|
|
-2023-06-19 10:46:27.926 INFO 11584 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:46:38.138 INFO 11584 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:46:38.138 INFO 11584 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:46:38.147 INFO 11584 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 10:46:55.605 ERROR 11584 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException:
|
|
|
-### Error updating database. Cause: java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
-### The error may exist in com/xmnk/springbootfunction/mapper/UserMapper.java (best guess)
|
|
|
-### The error may involve com.xmnk.springbootfunction.mapper.UserMapper.insert-Inline
|
|
|
-### The error occurred while setting parameters
|
|
|
-### SQL: INSERT INTO sys_user ( username, salt, password ) VALUES ( ?, ?, ? )
|
|
|
-### Cause: java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
-; Field 'id' doesn't have a default value; nested exception is java.sql.SQLException: Field 'id' doesn't have a default value] with root cause
|
|
|
-
|
|
|
-java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:372)
|
|
|
- at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
|
|
- at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
|
|
- at com.sun.proxy.$Proxy120.execute(Unknown Source)
|
|
|
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
|
|
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
|
|
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:56)
|
|
|
- at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
|
|
- at com.sun.proxy.$Proxy87.insert(Unknown Source)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
- at com.sun.proxy.$Proxy97.insert(Unknown Source)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.register(UserServiceImpl.java:82)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$78c3f6ae.register(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.register(UserController.java:78)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 10:47:07.928 INFO 11584 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:47:07.929 INFO 11584 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:47:07.945 INFO 11584 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:47:07.945 INFO 11584 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:47:07.950 INFO 11584 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:47:12.814 INFO 372 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 372 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:47:12.818 INFO 372 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:47:13.585 INFO 372 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:47:13.587 INFO 372 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:47:13.624 INFO 372 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:47:13.697 WARN 372 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:47:13.975 INFO 372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:47:13.978 INFO 372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b3ce4213] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:47:13.984 INFO 372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:47:13.988 INFO 372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:47:13.998 INFO 372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4a3fd142] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:47:14.009 INFO 372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$bfc28e55] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:47:14.280 INFO 372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:47:14.296 INFO 372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:47:14.302 INFO 372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:47:14.313 INFO 372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:47:14.624 INFO 372 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:47:14.649 INFO 372 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:47:14.649 INFO 372 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:47:14.745 INFO 372 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:47:14.745 INFO 372 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1827 ms
|
|
|
-2023-06-19 10:47:14.920 INFO 372 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:47:15.024 INFO 372 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:47:15.024 INFO 372 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:47:15.024 INFO 372 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:47:15.024 INFO 372 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:47:16.284 INFO 372 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:47:16.709 INFO 372 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:47:16.817 INFO 372 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:47:16.820 INFO 372 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.513 seconds (JVM running for 5.136)
|
|
|
-2023-06-19 10:47:16.822 INFO 372 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:47:22.075 INFO 372 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:47:22.075 INFO 372 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:47:22.085 INFO 372 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
|
|
|
-2023-06-19 10:47:22.265 ERROR 372 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册] with root cause
|
|
|
-
|
|
|
-com.xmnk.springbootbase.common.exception.handler.BusinessException: 该用户不存在,请先注册
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:93)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$6c17f09e.login(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:52)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 10:47:29.951 INFO 372 --- [http-nio-10015-exec-3] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 10:47:29.953 INFO 372 --- [http-nio-10015-exec-3] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 10:47:53.797 ERROR 372 --- [http-nio-10015-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 用户名已存在!] with root cause
|
|
|
-
|
|
|
-com.xmnk.springbootbase.common.exception.handler.BusinessException: 用户名已存在!
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.register(UserServiceImpl.java:77)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$6c17f09e.register(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.register(UserController.java:78)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 10:49:40.219 ERROR 372 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException:
|
|
|
-### Error updating database. Cause: java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
-### The error may exist in com/xmnk/springbootfunction/mapper/UserMapper.java (best guess)
|
|
|
-### The error may involve com.xmnk.springbootfunction.mapper.UserMapper.insert-Inline
|
|
|
-### The error occurred while setting parameters
|
|
|
-### SQL: INSERT INTO sys_user ( username, salt, password ) VALUES ( ?, ?, ? )
|
|
|
-### Cause: java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
-; Field 'id' doesn't have a default value; nested exception is java.sql.SQLException: Field 'id' doesn't have a default value] with root cause
|
|
|
-
|
|
|
-java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:372)
|
|
|
- at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
|
|
- at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
|
|
- at com.sun.proxy.$Proxy120.execute(Unknown Source)
|
|
|
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
|
|
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
|
|
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:56)
|
|
|
- at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
|
|
- at com.sun.proxy.$Proxy87.insert(Unknown Source)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
- at com.sun.proxy.$Proxy97.insert(Unknown Source)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.register(UserServiceImpl.java:82)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$6c17f09e.register(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.register(UserController.java:78)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 10:52:39.932 WARN 372 --- [http-nio-10015-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported]
|
|
|
-2023-06-19 10:52:50.521 INFO 372 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:52:50.522 INFO 372 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:52:50.650 INFO 372 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:52:50.650 INFO 372 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:52:50.657 INFO 372 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:52:55.272 INFO 11184 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11184 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:52:55.274 INFO 11184 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:52:55.968 INFO 11184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:52:55.971 INFO 11184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:52:56.008 INFO 11184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:52:56.091 WARN 11184 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:52:56.349 INFO 11184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:52:56.352 INFO 11184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c060869d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:52:56.356 INFO 11184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:52:56.361 INFO 11184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:52:56.370 INFO 11184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$56d215cc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:52:56.380 INFO 11184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$cc54d2df] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:52:56.640 INFO 11184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:52:56.656 INFO 11184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:52:56.661 INFO 11184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:52:56.672 INFO 11184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:52:56.956 INFO 11184 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:52:56.977 INFO 11184 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:52:56.977 INFO 11184 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:52:57.071 INFO 11184 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:52:57.071 INFO 11184 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1707 ms
|
|
|
-2023-06-19 10:52:57.280 INFO 11184 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:52:57.421 INFO 11184 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:52:57.422 INFO 11184 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:52:57.422 INFO 11184 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:52:57.422 INFO 11184 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:52:58.578 INFO 11184 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:52:58.952 INFO 11184 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:52:59.064 INFO 11184 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:52:59.066 INFO 11184 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.297 seconds (JVM running for 4.908)
|
|
|
-2023-06-19 10:52:59.068 INFO 11184 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:53:01.582 INFO 11184 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:53:01.582 INFO 11184 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:53:01.599 INFO 11184 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 17 ms
|
|
|
-2023-06-19 10:53:06.915 INFO 11184 --- [http-nio-10015-exec-3] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 10:53:06.916 INFO 11184 --- [http-nio-10015-exec-3] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 10:54:22.178 WARN 11184 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=1m24s653ms730?s800ns).
|
|
|
-2023-06-19 10:56:13.428 WARN 11184 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=51s230ms620?s800ns).
|
|
|
-2023-06-19 10:56:23.439 INFO 11184 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:56:23.440 INFO 11184 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:56:23.576 INFO 11184 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:56:23.577 INFO 11184 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:56:23.590 INFO 11184 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:56:28.420 INFO 240 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 240 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:56:28.424 INFO 240 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:56:29.195 INFO 240 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:56:29.198 INFO 240 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:56:29.236 INFO 240 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:56:29.320 WARN 240 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:56:29.579 INFO 240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:56:29.583 INFO 240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8e35da3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:56:29.587 INFO 240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:56:29.592 INFO 240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:56:29.602 INFO 240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9f54ecd2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:56:29.612 INFO 240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$14d7a9e5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:56:29.891 INFO 240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:56:29.909 INFO 240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:56:29.915 INFO 240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:56:29.926 INFO 240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:56:30.239 INFO 240 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:56:30.260 INFO 240 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:56:30.260 INFO 240 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:56:30.353 INFO 240 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:56:30.353 INFO 240 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1847 ms
|
|
|
-2023-06-19 10:56:30.532 INFO 240 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:56:30.632 INFO 240 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:56:30.632 INFO 240 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:56:30.632 INFO 240 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:56:30.632 INFO 240 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:56:31.808 INFO 240 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:56:32.210 INFO 240 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:56:32.307 INFO 240 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:56:32.310 INFO 240 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.37 seconds (JVM running for 5.055)
|
|
|
-2023-06-19 10:56:32.312 INFO 240 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:56:36.840 INFO 240 --- [http-nio-10015-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:56:36.840 INFO 240 --- [http-nio-10015-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:56:36.851 INFO 240 --- [http-nio-10015-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
|
|
|
-2023-06-19 10:57:03.210 INFO 240 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:57:03.211 INFO 240 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:57:03.227 INFO 240 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 10:57:03.228 INFO 240 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 10:57:03.235 INFO 240 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 10:57:23.263 INFO 16288 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16288 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 10:57:23.266 INFO 16288 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 10:57:23.939 INFO 16288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 10:57:23.941 INFO 16288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 10:57:23.976 INFO 16288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 10:57:24.050 WARN 16288 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 10:57:24.304 INFO 16288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:57:24.307 INFO 16288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fe5e9f9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:57:24.316 INFO 16288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:57:24.321 INFO 16288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:57:24.330 INFO 16288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a6577928] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:57:24.341 INFO 16288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$1bda363b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:57:24.611 INFO 16288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:57:24.627 INFO 16288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:57:24.633 INFO 16288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:57:24.644 INFO 16288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 10:57:24.953 INFO 16288 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 10:57:24.975 INFO 16288 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 10:57:24.975 INFO 16288 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 10:57:25.073 INFO 16288 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 10:57:25.074 INFO 16288 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1732 ms
|
|
|
-2023-06-19 10:57:25.241 INFO 16288 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 10:57:25.340 INFO 16288 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 10:57:25.341 INFO 16288 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 10:57:25.341 INFO 16288 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 10:57:25.341 INFO 16288 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 10:57:26.496 INFO 16288 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 10:57:26.867 INFO 16288 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 10:57:26.964 INFO 16288 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 10:57:26.966 INFO 16288 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.189 seconds (JVM running for 4.821)
|
|
|
-2023-06-19 10:57:26.969 INFO 16288 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 10:57:36.158 INFO 16288 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:57:36.158 INFO 16288 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 10:57:36.177 INFO 16288 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 19 ms
|
|
|
-2023-06-19 10:57:36.456 ERROR 16288 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException:
|
|
|
-### Error updating database. Cause: java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
-### The error may exist in com/xmnk/springbootfunction/mapper/UserMapper.java (best guess)
|
|
|
-### The error may involve com.xmnk.springbootfunction.mapper.UserMapper.insert-Inline
|
|
|
-### The error occurred while setting parameters
|
|
|
-### SQL: INSERT INTO sys_user ( username, salt, password, status, create_where ) VALUES ( ?, ?, ?, ?, ? )
|
|
|
-### Cause: java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
-; Field 'id' doesn't have a default value; nested exception is java.sql.SQLException: Field 'id' doesn't have a default value] with root cause
|
|
|
-
|
|
|
-java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:372)
|
|
|
- at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
|
|
- at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
|
|
- at com.sun.proxy.$Proxy120.execute(Unknown Source)
|
|
|
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
|
|
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
|
|
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:56)
|
|
|
- at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
|
|
- at com.sun.proxy.$Proxy87.insert(Unknown Source)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
- at com.sun.proxy.$Proxy97.insert(Unknown Source)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.addUser(UserServiceImpl.java:286)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$277925a6.addUser(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.addUser(UserController.java:256)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 10:58:13.051 ERROR 16288 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException:
|
|
|
-### Error updating database. Cause: java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
-### The error may exist in com/xmnk/springbootfunction/mapper/UserMapper.java (best guess)
|
|
|
-### The error may involve com.xmnk.springbootfunction.mapper.UserMapper.insert-Inline
|
|
|
-### The error occurred while setting parameters
|
|
|
-### SQL: INSERT INTO sys_user ( username, salt, password ) VALUES ( ?, ?, ? )
|
|
|
-### Cause: java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
-; Field 'id' doesn't have a default value; nested exception is java.sql.SQLException: Field 'id' doesn't have a default value] with root cause
|
|
|
-
|
|
|
-java.sql.SQLException: Field 'id' doesn't have a default value
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:372)
|
|
|
- at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
|
|
- at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
|
|
- at com.sun.proxy.$Proxy120.execute(Unknown Source)
|
|
|
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
|
|
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
|
|
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:56)
|
|
|
- at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
|
|
- at com.sun.proxy.$Proxy87.insert(Unknown Source)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
- at com.sun.proxy.$Proxy97.insert(Unknown Source)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.register(UserServiceImpl.java:82)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$277925a6.register(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.register(UserController.java:77)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:02:15.467 INFO 16288 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:02:15.469 INFO 16288 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:02:15.489 INFO 16288 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 11:02:15.490 INFO 16288 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 11:02:15.497 INFO 16288 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 11:02:18.306 INFO 15960 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15960 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 11:02:18.309 INFO 15960 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 11:02:18.993 INFO 15960 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 11:02:18.995 INFO 15960 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 11:02:19.034 INFO 15960 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 11:02:19.117 WARN 15960 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 11:02:19.377 INFO 15960 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:02:19.380 INFO 15960 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$53ad8d31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:02:19.386 INFO 15960 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:02:19.391 INFO 15960 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:02:19.399 INFO 15960 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ea1f1c60] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:02:19.410 INFO 15960 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$5fa1d973] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:02:19.679 INFO 15960 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:02:19.696 INFO 15960 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:02:19.702 INFO 15960 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:02:19.714 INFO 15960 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:02:20.014 INFO 15960 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 11:02:20.036 INFO 15960 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 11:02:20.037 INFO 15960 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 11:02:20.132 INFO 15960 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 11:02:20.132 INFO 15960 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1745 ms
|
|
|
-2023-06-19 11:02:20.315 INFO 15960 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 11:02:20.419 INFO 15960 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 11:02:20.419 INFO 15960 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 11:02:20.419 INFO 15960 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 11:02:20.419 INFO 15960 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 11:02:21.632 INFO 15960 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:02:22.126 INFO 15960 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:02:22.230 INFO 15960 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 11:02:22.233 INFO 15960 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.394 seconds (JVM running for 5.038)
|
|
|
-2023-06-19 11:02:22.235 INFO 15960 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 11:02:52.110 INFO 15960 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:02:52.110 INFO 15960 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:02:52.118 INFO 15960 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 11:08:59.569 INFO 15960 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:08:59.570 INFO 15960 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:08:59.591 INFO 15960 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 11:08:59.591 INFO 15960 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 11:08:59.599 INFO 15960 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 11:11:10.490 INFO 7752 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 7752 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 11:11:10.492 INFO 7752 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 11:11:11.247 INFO 7752 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 11:11:11.249 INFO 7752 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 11:11:11.281 INFO 7752 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 11:11:11.362 WARN 7752 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 11:11:11.612 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:11:11.615 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b7956636] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:11:11.619 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:11:11.624 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:11:11.632 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4e06f565] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:11:11.643 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c389b278] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:11:11.908 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:11:11.924 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:11:11.930 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:11:11.942 INFO 7752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:11:12.248 INFO 7752 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 11:11:12.269 INFO 7752 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 11:11:12.269 INFO 7752 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 11:11:12.362 INFO 7752 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 11:11:12.362 INFO 7752 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1791 ms
|
|
|
-2023-06-19 11:11:12.541 INFO 7752 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 11:11:12.652 INFO 7752 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 11:11:12.652 INFO 7752 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 11:11:12.652 INFO 7752 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 11:11:12.652 INFO 7752 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 11:11:13.851 INFO 7752 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:11:14.221 INFO 7752 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:11:14.336 INFO 7752 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 11:11:14.338 INFO 7752 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.316 seconds (JVM running for 5.003)
|
|
|
-2023-06-19 11:11:14.340 INFO 7752 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 11:12:19.028 INFO 7752 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:12:19.028 INFO 7752 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:12:19.038 INFO 7752 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
|
|
|
-2023-06-19 11:12:19.224 ERROR 7752 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 用户名已存在!] with root cause
|
|
|
-
|
|
|
-com.xmnk.springbootbase.common.exception.handler.BusinessException: 用户名已存在!
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.register(UserServiceImpl.java:77)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$fd30666e.register(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.register(UserController.java:77)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:12:44.664 ERROR 7752 --- [http-nio-10015-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.DuplicateKeyException:
|
|
|
-### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '0' for key 'PRIMARY'
|
|
|
-### The error may exist in com/xmnk/springbootfunction/mapper/UserMapper.java (best guess)
|
|
|
-### The error may involve com.xmnk.springbootfunction.mapper.UserMapper.insert-Inline
|
|
|
-### The error occurred while setting parameters
|
|
|
-### SQL: INSERT INTO sys_user ( username, salt, password ) VALUES ( ?, ?, ? )
|
|
|
-### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '0' for key 'PRIMARY'
|
|
|
-; Duplicate entry '0' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '0' for key 'PRIMARY'] with root cause
|
|
|
-
|
|
|
-java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '0' for key 'PRIMARY'
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:372)
|
|
|
- at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
|
|
- at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
|
|
- at com.sun.proxy.$Proxy120.execute(Unknown Source)
|
|
|
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
|
|
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
|
|
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:56)
|
|
|
- at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
|
|
- at com.sun.proxy.$Proxy87.insert(Unknown Source)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
- at com.sun.proxy.$Proxy97.insert(Unknown Source)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.register(UserServiceImpl.java:82)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$fd30666e.register(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.register(UserController.java:77)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:27:51.312 INFO 7752 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:27:51.314 INFO 7752 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:27:51.330 INFO 7752 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 11:27:51.330 INFO 7752 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 11:27:51.338 INFO 7752 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 11:27:54.084 INFO 4944 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 4944 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 11:27:54.086 INFO 4944 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 11:27:54.797 INFO 4944 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 11:27:54.799 INFO 4944 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 11:27:54.840 INFO 4944 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 11:27:54.925 WARN 4944 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 11:27:55.200 INFO 4944 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:27:55.203 INFO 4944 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b283f508] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:27:55.208 INFO 4944 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:27:55.213 INFO 4944 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:27:55.221 INFO 4944 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$48f58437] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:27:55.232 INFO 4944 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$be78414a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:27:55.495 INFO 4944 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:27:55.510 INFO 4944 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:27:55.516 INFO 4944 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:27:55.528 INFO 4944 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:27:55.826 INFO 4944 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 11:27:55.847 INFO 4944 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 11:27:55.847 INFO 4944 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 11:27:55.939 INFO 4944 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 11:27:55.939 INFO 4944 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1770 ms
|
|
|
-2023-06-19 11:27:56.108 INFO 4944 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 11:27:56.207 INFO 4944 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 11:27:56.207 INFO 4944 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 11:27:56.207 INFO 4944 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 11:27:56.207 INFO 4944 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 11:27:57.362 INFO 4944 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:27:57.730 INFO 4944 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:27:57.829 INFO 4944 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 11:27:57.831 INFO 4944 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.217 seconds (JVM running for 4.849)
|
|
|
-2023-06-19 11:27:57.833 INFO 4944 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 11:28:04.115 INFO 4944 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:28:04.115 INFO 4944 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:28:04.124 INFO 4944 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
-2023-06-19 11:28:22.520 ERROR 4944 --- [http-nio-10015-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.DuplicateKeyException:
|
|
|
-### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '0' for key 'PRIMARY'
|
|
|
-### The error may exist in com/xmnk/springbootfunction/mapper/UserMapper.java (best guess)
|
|
|
-### The error may involve com.xmnk.springbootfunction.mapper.UserMapper.insert-Inline
|
|
|
-### The error occurred while setting parameters
|
|
|
-### SQL: INSERT INTO sys_user ( username, salt, password ) VALUES ( ?, ?, ? )
|
|
|
-### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '0' for key 'PRIMARY'
|
|
|
-; Duplicate entry '0' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '0' for key 'PRIMARY'] with root cause
|
|
|
-
|
|
|
-java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '0' for key 'PRIMARY'
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
|
|
- at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955)
|
|
|
- at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:372)
|
|
|
- at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
|
|
- at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
|
|
- at com.sun.proxy.$Proxy120.execute(Unknown Source)
|
|
|
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47)
|
|
|
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)
|
|
|
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:56)
|
|
|
- at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
|
|
- at com.sun.proxy.$Proxy87.insert(Unknown Source)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
- at com.sun.proxy.$Proxy97.insert(Unknown Source)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.register(UserServiceImpl.java:82)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$9fa543ea.register(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.register(UserController.java:77)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:28:41.580 INFO 4944 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:28:41.581 INFO 4944 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:28:41.599 INFO 4944 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 11:28:41.600 INFO 4944 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 11:28:41.606 INFO 4944 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 11:28:44.337 INFO 13432 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 13432 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 11:28:44.340 INFO 13432 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 11:28:45.034 INFO 13432 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 11:28:45.037 INFO 13432 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 11:28:45.077 INFO 13432 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 11:28:45.156 WARN 13432 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 11:28:45.407 INFO 13432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:28:45.411 INFO 13432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f445c0f8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:28:45.415 INFO 13432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:28:45.420 INFO 13432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:28:45.428 INFO 13432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8ab75027] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:28:45.439 INFO 13432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3a0d3a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:28:45.717 INFO 13432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:28:45.735 INFO 13432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:28:45.741 INFO 13432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:28:45.753 INFO 13432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:28:46.051 INFO 13432 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 11:28:46.071 INFO 13432 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 11:28:46.071 INFO 13432 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 11:28:46.164 INFO 13432 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 11:28:46.164 INFO 13432 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1735 ms
|
|
|
-2023-06-19 11:28:46.335 INFO 13432 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 11:28:46.436 INFO 13432 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 11:28:46.437 INFO 13432 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 11:28:46.437 INFO 13432 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 11:28:46.437 INFO 13432 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 11:28:47.606 INFO 13432 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:28:47.986 INFO 13432 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:28:48.091 INFO 13432 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 11:28:48.093 INFO 13432 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.234 seconds (JVM running for 4.866)
|
|
|
-2023-06-19 11:28:48.096 INFO 13432 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 11:28:51.114 INFO 13432 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:28:51.114 INFO 13432 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:28:51.129 INFO 13432 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 15 ms
|
|
|
-2023-06-19 11:31:57.699 INFO 13432 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:31:57.701 INFO 13432 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:31:57.720 INFO 13432 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 11:31:57.720 INFO 13432 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 11:31:57.725 INFO 13432 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 11:32:02.804 INFO 3376 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 3376 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 11:32:02.807 INFO 3376 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 11:32:03.640 INFO 3376 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 11:32:03.642 INFO 3376 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 11:32:03.702 INFO 3376 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 44ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 11:32:03.789 WARN 3376 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 11:32:04.079 INFO 3376 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:32:04.084 INFO 3376 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$1fe2ad2b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:32:04.091 INFO 3376 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:32:04.098 INFO 3376 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:32:04.109 INFO 3376 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b6543c5a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:32:04.123 INFO 3376 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2bd6f96d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:32:04.406 INFO 3376 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:32:04.424 INFO 3376 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:32:04.431 INFO 3376 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:32:04.443 INFO 3376 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:32:04.746 INFO 3376 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 11:32:04.767 INFO 3376 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 11:32:04.767 INFO 3376 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 11:32:04.858 INFO 3376 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 11:32:04.858 INFO 3376 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1959 ms
|
|
|
-2023-06-19 11:32:05.030 INFO 3376 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 11:32:05.128 INFO 3376 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 11:32:05.128 INFO 3376 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 11:32:05.128 INFO 3376 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 11:32:05.129 INFO 3376 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 11:32:06.301 INFO 3376 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:32:06.671 INFO 3376 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:32:06.768 INFO 3376 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 11:32:06.770 INFO 3376 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.477 seconds (JVM running for 5.214)
|
|
|
-2023-06-19 11:32:06.772 INFO 3376 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 11:32:15.534 INFO 3376 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:32:15.534 INFO 3376 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:32:15.542 INFO 3376 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 11:32:15.568 WARN 3376 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
|
|
|
-2023-06-19 11:32:25.163 INFO 3376 --- [http-nio-10015-exec-3] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 11:32:25.165 INFO 3376 --- [http-nio-10015-exec-3] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 11:32:29.552 WARN 3376 --- [http-nio-10015-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
|
|
|
-2023-06-19 11:32:33.756 WARN 3376 --- [http-nio-10015-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
|
|
|
-2023-06-19 11:34:42.714 WARN 3376 --- [http-nio-10015-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported]
|
|
|
-2023-06-19 11:34:57.684 INFO 3376 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:34:57.685 INFO 3376 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:34:57.805 INFO 3376 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 11:34:57.806 INFO 3376 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 11:34:57.810 INFO 3376 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 11:35:02.519 INFO 10232 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10232 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 11:35:02.522 INFO 10232 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 11:35:03.246 INFO 10232 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 11:35:03.249 INFO 10232 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 11:35:03.288 INFO 10232 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 11:35:03.376 WARN 10232 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 11:35:03.642 INFO 10232 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:35:03.646 INFO 10232 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$7a8a9c8e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:35:03.651 INFO 10232 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:35:03.656 INFO 10232 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:35:03.665 INFO 10232 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$10fc2bbd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:35:03.677 INFO 10232 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$867ee8d0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:35:03.941 INFO 10232 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:35:03.957 INFO 10232 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:35:03.963 INFO 10232 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:35:03.974 INFO 10232 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:35:04.271 INFO 10232 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 11:35:04.292 INFO 10232 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 11:35:04.293 INFO 10232 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 11:35:04.385 INFO 10232 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 11:35:04.385 INFO 10232 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1820 ms
|
|
|
-2023-06-19 11:35:04.557 INFO 10232 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 11:35:04.657 INFO 10232 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 11:35:04.658 INFO 10232 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 11:35:04.658 INFO 10232 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 11:35:04.658 INFO 10232 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 11:35:05.844 INFO 10232 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:35:06.222 INFO 10232 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:35:06.322 INFO 10232 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 11:35:06.324 INFO 10232 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.283 seconds (JVM running for 4.912)
|
|
|
-2023-06-19 11:35:06.326 INFO 10232 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 11:35:09.219 INFO 10232 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:35:09.220 INFO 10232 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:35:09.230 INFO 10232 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
|
|
|
-2023-06-19 11:35:09.290 WARN 10232 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported]
|
|
|
-2023-06-19 11:35:23.989 WARN 10232 --- [http-nio-10015-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported]
|
|
|
-2023-06-19 11:37:28.913 WARN 10232 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=54s102ms757?s300ns).
|
|
|
-2023-06-19 11:37:55.548 WARN 10232 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@74f719df (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 11:37:55.549 WARN 10232 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@548a03f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 11:37:55.550 WARN 10232 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@493d68a8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 11:37:55.551 WARN 10232 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@c10aba2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 11:37:55.552 WARN 10232 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@56d1e92c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 11:37:55.557 WARN 10232 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1658e291 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 11:37:55.558 WARN 10232 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3402b0da (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 11:37:55.560 WARN 10232 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3d464043 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 11:37:55.561 WARN 10232 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6487564e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 11:37:55.561 WARN 10232 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@351a7c25 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 11:37:55.643 ERROR 10232 --- [http-nio-10015-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 传入数据异常] with root cause
|
|
|
-
|
|
|
-com.xmnk.springbootbase.common.exception.handler.BusinessException: 传入数据异常
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.updatePwd(UserServiceImpl.java:325)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$74b2e1b2.updatePwd(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.updatePwd(UserController.java:275)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:919)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:663)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:89)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:38:02.693 ERROR 10232 --- [http-nio-10015-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 传入数据异常] with root cause
|
|
|
-
|
|
|
-com.xmnk.springbootbase.common.exception.handler.BusinessException: 传入数据异常
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.updatePwd(UserServiceImpl.java:325)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$74b2e1b2.updatePwd(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.updatePwd(UserController.java:275)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:919)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:663)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:89)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:39:11.137 ERROR 10232 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 传入数据异常] with root cause
|
|
|
-
|
|
|
-com.xmnk.springbootbase.common.exception.handler.BusinessException: 传入数据异常
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.updatePwd(UserServiceImpl.java:325)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$74b2e1b2.updatePwd(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.updatePwd(UserController.java:275)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:919)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:663)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:89)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:45:41.001 INFO 10232 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:45:41.003 INFO 10232 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:45:41.019 INFO 10232 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 11:45:41.020 INFO 10232 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 11:45:41.029 INFO 10232 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 11:45:46.493 INFO 8648 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 8648 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 11:45:46.496 INFO 8648 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 11:45:47.269 INFO 8648 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 11:45:47.271 INFO 8648 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 11:45:47.307 INFO 8648 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 11:45:47.395 WARN 8648 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 11:45:47.655 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:45:47.658 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6bcf9880] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:45:47.663 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:45:47.667 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:45:47.676 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$24127af] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:45:47.686 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$77c3e4c2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:45:47.952 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:45:47.969 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:45:47.974 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:45:47.986 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:45:48.292 INFO 8648 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 11:45:48.315 INFO 8648 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 11:45:48.316 INFO 8648 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 11:45:48.458 INFO 8648 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 11:45:48.458 INFO 8648 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1866 ms
|
|
|
-2023-06-19 11:45:48.632 INFO 8648 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 11:45:48.731 INFO 8648 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 11:45:48.731 INFO 8648 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 11:45:48.731 INFO 8648 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 11:45:48.731 INFO 8648 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 11:45:49.980 INFO 8648 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:45:50.346 INFO 8648 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:45:50.446 INFO 8648 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 11:45:50.449 INFO 8648 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.519 seconds (JVM running for 5.215)
|
|
|
-2023-06-19 11:45:50.451 INFO 8648 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 11:45:54.405 INFO 8648 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:45:54.405 INFO 8648 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:45:54.423 INFO 8648 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 18 ms
|
|
|
-2023-06-19 11:45:59.163 ERROR 8648 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 新密码不能与旧密码相同] with root cause
|
|
|
-
|
|
|
-com.xmnk.springbootbase.common.exception.handler.BusinessException: 新密码不能与旧密码相同
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.updatePwd(UserServiceImpl.java:335)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$5e3c9d09.updatePwd(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.updatePwd(UserController.java:275)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:919)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:663)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:89)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:46:06.131 INFO 8648 --- [http-nio-10015-exec-2] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 11:46:06.132 INFO 8648 --- [http-nio-10015-exec-2] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 11:54:03.120 WARN 8648 --- [http-nio-10015-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.xmnk.springbootbase.common.utils.DataResult com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(com.xmnk.springbootbase.entity.Permission)]
|
|
|
-2023-06-19 11:54:11.238 INFO 8648 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:54:11.239 INFO 8648 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:54:11.363 INFO 8648 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 11:54:11.363 INFO 8648 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 11:54:11.370 INFO 8648 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 11:54:15.968 INFO 16184 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16184 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 11:54:15.970 INFO 16184 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 11:54:16.683 INFO 16184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 11:54:16.685 INFO 16184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 11:54:16.724 INFO 16184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 11:54:16.808 WARN 16184 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 11:54:17.097 INFO 16184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:54:17.100 INFO 16184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$7230e9ed] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:54:17.105 INFO 16184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:54:17.109 INFO 16184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:54:17.118 INFO 16184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8a2791c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:54:17.129 INFO 16184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$7e25362f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:54:17.409 INFO 16184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:54:17.426 INFO 16184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:54:17.432 INFO 16184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:54:17.456 INFO 16184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:54:17.774 INFO 16184 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 11:54:17.796 INFO 16184 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 11:54:17.796 INFO 16184 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 11:54:17.890 INFO 16184 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 11:54:17.890 INFO 16184 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1841 ms
|
|
|
-2023-06-19 11:54:18.064 INFO 16184 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 11:54:18.166 INFO 16184 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 11:54:18.166 INFO 16184 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 11:54:18.166 INFO 16184 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 11:54:18.166 INFO 16184 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 11:54:19.382 INFO 16184 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:54:19.748 INFO 16184 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:54:19.849 INFO 16184 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 11:54:19.852 INFO 16184 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.388 seconds (JVM running for 5.103)
|
|
|
-2023-06-19 11:54:19.854 INFO 16184 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 11:54:33.428 INFO 16184 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:54:33.428 INFO 16184 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:54:33.463 INFO 16184 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 35 ms
|
|
|
-2023-06-19 11:54:33.590 ERROR 16184 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:103)
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:55:02.273 ERROR 16184 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:103)
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:55:25.673 ERROR 16184 --- [http-nio-10015-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:103)
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:55:50.529 ERROR 16184 --- [http-nio-10015-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:103)
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:55:57.813 ERROR 16184 --- [http-nio-10015-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:103)
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:56:01.892 ERROR 16184 --- [http-nio-10015-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:103)
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:56:31.117 ERROR 16184 --- [http-nio-10015-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:103)
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:57:01.378 ERROR 16184 --- [http-nio-10015-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:103)
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:57:05.186 INFO 16184 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:57:05.187 INFO 16184 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:57:05.208 INFO 16184 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 11:57:05.209 INFO 16184 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 11:57:05.213 INFO 16184 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 11:57:08.254 INFO 10316 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10316 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 11:57:08.257 INFO 10316 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 11:57:09.031 INFO 10316 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 11:57:09.033 INFO 10316 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 11:57:09.075 INFO 10316 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 11:57:09.152 WARN 10316 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 11:57:09.416 INFO 10316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:57:09.419 INFO 10316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$d73aca0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:57:09.424 INFO 10316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:57:09.429 INFO 10316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:57:09.438 INFO 10316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a3e53bcf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:57:09.449 INFO 10316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$1967f8e2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:57:09.715 INFO 10316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:57:09.732 INFO 10316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:57:09.737 INFO 10316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:57:09.749 INFO 10316 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 11:57:10.060 INFO 10316 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 11:57:10.080 INFO 10316 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 11:57:10.080 INFO 10316 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 11:57:10.176 INFO 10316 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 11:57:10.176 INFO 10316 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1827 ms
|
|
|
-2023-06-19 11:57:10.347 INFO 10316 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 11:57:10.446 INFO 10316 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 11:57:10.447 INFO 10316 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 11:57:10.447 INFO 10316 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 11:57:10.447 INFO 10316 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 11:57:11.661 INFO 10316 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 11:57:12.031 INFO 10316 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 11:57:12.133 INFO 10316 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 11:57:12.135 INFO 10316 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.432 seconds (JVM running for 5.187)
|
|
|
-2023-06-19 11:57:12.137 INFO 10316 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 11:57:17.584 INFO 10316 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:57:17.585 INFO 10316 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 11:57:17.597 INFO 10316 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
|
|
|
-2023-06-19 11:57:38.366 ERROR 10316 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:103)
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:58:16.995 ERROR 10316 --- [http-nio-10015-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:103)
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 11:58:40.629 ERROR 10316 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:103)
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 12:02:25.203 WARN 10316 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1b3e69da (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 12:02:25.205 WARN 10316 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31ac2bd7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 12:02:25.205 WARN 10316 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ed88ba3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 12:02:25.206 WARN 10316 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@415b5f4f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 12:02:25.206 WARN 10316 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25951724 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 12:02:25.207 WARN 10316 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@75b762d2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 12:02:25.207 WARN 10316 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f987a54 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 12:02:25.208 WARN 10316 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@44a2e7cf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 12:02:25.208 WARN 10316 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4983f448 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 12:02:25.208 WARN 10316 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ecae58 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 12:05:12.014 WARN 10316 --- [http-nio-10015-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' not supported]
|
|
|
-2023-06-19 12:05:25.262 INFO 10316 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 12:05:25.263 INFO 10316 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 12:05:25.290 INFO 10316 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 12:05:25.291 INFO 10316 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 12:05:25.298 INFO 10316 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 12:05:29.656 INFO 7880 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 7880 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 12:05:29.659 INFO 7880 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 12:05:30.411 INFO 7880 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 12:05:30.414 INFO 7880 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 12:05:30.449 INFO 7880 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 12:05:30.541 WARN 7880 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 12:05:30.799 INFO 7880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:05:30.802 INFO 7880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8881f488] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:05:30.807 INFO 7880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:05:30.811 INFO 7880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:05:30.820 INFO 7880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$1ef383b7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:05:30.830 INFO 7880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$947640ca] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:05:31.099 INFO 7880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:05:31.118 INFO 7880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:05:31.124 INFO 7880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:05:31.137 INFO 7880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:05:31.475 INFO 7880 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 12:05:31.496 INFO 7880 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 12:05:31.496 INFO 7880 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 12:05:31.587 INFO 7880 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 12:05:31.588 INFO 7880 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1885 ms
|
|
|
-2023-06-19 12:05:31.758 INFO 7880 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 12:05:31.857 INFO 7880 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 12:05:31.857 INFO 7880 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 12:05:31.857 INFO 7880 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 12:05:31.857 INFO 7880 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 12:05:33.014 INFO 7880 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 12:05:33.393 INFO 7880 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 12:05:33.498 INFO 7880 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 12:05:33.500 INFO 7880 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.327 seconds (JVM running for 4.971)
|
|
|
-2023-06-19 12:05:33.503 INFO 7880 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 12:05:38.182 INFO 7880 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 12:05:38.183 INFO 7880 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 12:05:38.192 INFO 7880 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
-2023-06-19 12:07:05.647 WARN 7880 --- [http-nio-10015-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'multipart/form-data;boundary=--------------------------740496379581829680678142;charset=UTF-8' not supported]
|
|
|
-2023-06-19 12:07:17.770 WARN 7880 --- [http-nio-10015-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported]
|
|
|
-2023-06-19 12:07:29.000 INFO 7880 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 12:07:29.002 INFO 7880 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 12:07:29.024 INFO 7880 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 12:07:29.024 INFO 7880 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 12:07:29.029 INFO 7880 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 12:07:33.356 INFO 15080 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15080 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 12:07:33.358 INFO 15080 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 12:07:34.079 INFO 15080 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 12:07:34.081 INFO 15080 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 12:07:34.118 INFO 15080 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 12:07:34.201 WARN 15080 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 12:07:34.456 INFO 15080 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:07:34.459 INFO 15080 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fe5e9f9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:07:34.464 INFO 15080 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:07:34.468 INFO 15080 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:07:34.477 INFO 15080 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a6577928] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:07:34.488 INFO 15080 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$1bda363b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:07:34.760 INFO 15080 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:07:34.777 INFO 15080 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:07:34.783 INFO 15080 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:07:34.795 INFO 15080 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:07:35.108 INFO 15080 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 12:07:35.128 INFO 15080 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 12:07:35.128 INFO 15080 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 12:07:35.219 INFO 15080 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 12:07:35.219 INFO 15080 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1820 ms
|
|
|
-2023-06-19 12:07:35.387 INFO 15080 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 12:07:35.486 INFO 15080 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 12:07:35.486 INFO 15080 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 12:07:35.486 INFO 15080 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 12:07:35.486 INFO 15080 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 12:07:36.680 INFO 15080 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 12:07:37.083 INFO 15080 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 12:07:37.184 INFO 15080 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 12:07:37.187 INFO 15080 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.297 seconds (JVM running for 4.955)
|
|
|
-2023-06-19 12:07:37.189 INFO 15080 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 12:09:00.030 INFO 15080 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 12:09:00.030 INFO 15080 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 12:09:00.038 INFO 15080 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 12:10:21.242 ERROR 15080 --- [http-nio-10015-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.verifyFormPid(PermissionController.java:103)
|
|
|
- at com.xmnk.springbootfunction.controller.base.PermissionController.addPermission(PermissionController.java:33)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 12:10:26.630 WARN 15080 --- [http-nio-10015-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported]
|
|
|
-2023-06-19 12:10:53.019 WARN 15080 --- [http-nio-10015-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported]
|
|
|
-2023-06-19 12:11:34.602 INFO 15080 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 12:11:34.604 INFO 15080 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 12:11:34.625 INFO 15080 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 12:11:34.626 INFO 15080 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 12:11:34.630 INFO 15080 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 12:11:39.157 INFO 9536 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 9536 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 12:11:39.161 INFO 9536 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 12:11:39.919 INFO 9536 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 12:11:39.921 INFO 9536 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 12:11:39.956 INFO 9536 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 12:11:40.035 WARN 9536 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 12:11:40.293 INFO 9536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:11:40.296 INFO 9536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fd4a4bb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:11:40.301 INFO 9536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:11:40.305 INFO 9536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:11:40.314 INFO 9536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a64633ea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:11:40.325 INFO 9536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$1bc8f0fd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:11:40.592 INFO 9536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:11:40.608 INFO 9536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:11:40.614 INFO 9536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:11:40.625 INFO 9536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 12:11:40.932 INFO 9536 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 12:11:40.952 INFO 9536 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 12:11:40.953 INFO 9536 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 12:11:41.044 INFO 9536 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 12:11:41.044 INFO 9536 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1793 ms
|
|
|
-2023-06-19 12:11:41.216 INFO 9536 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 12:11:41.317 INFO 9536 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 12:11:41.317 INFO 9536 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 12:11:41.317 INFO 9536 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 12:11:41.317 INFO 9536 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 12:11:42.522 INFO 9536 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 12:11:42.897 INFO 9536 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 12:11:42.994 INFO 9536 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 12:11:42.997 INFO 9536 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.348 seconds (JVM running for 4.976)
|
|
|
-2023-06-19 12:11:42.999 INFO 9536 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 12:11:44.963 INFO 9536 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 12:11:44.963 INFO 9536 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 12:11:44.976 INFO 9536 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms
|
|
|
-2023-06-19 12:12:12.929 WARN 9536 --- [http-nio-10015-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
|
|
|
-2023-06-19 13:40:55.848 INFO 9536 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:40:55.849 INFO 9536 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:40:55.866 INFO 9536 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 13:40:55.867 INFO 9536 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 13:40:55.873 INFO 9536 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 13:41:04.940 INFO 1004 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 1004 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 13:41:04.942 INFO 1004 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 13:41:05.888 INFO 1004 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 13:41:05.890 INFO 1004 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 13:41:05.923 INFO 1004 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 13:41:06.002 WARN 1004 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 13:41:06.283 INFO 1004 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:41:06.286 INFO 1004 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$31778d07] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:41:06.292 INFO 1004 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:41:06.298 INFO 1004 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:41:06.307 INFO 1004 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c7e91c36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:41:06.320 INFO 1004 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3d6bd949] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:41:06.643 INFO 1004 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:41:06.665 INFO 1004 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:41:06.671 INFO 1004 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:41:06.682 INFO 1004 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:41:06.952 INFO 1004 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 13:41:07.027 INFO 1004 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 13:41:07.027 INFO 1004 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 13:41:07.131 INFO 1004 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 13:41:07.131 INFO 1004 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2110 ms
|
|
|
-2023-06-19 13:41:07.316 INFO 1004 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 13:41:07.422 INFO 1004 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 13:41:07.422 INFO 1004 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 13:41:07.422 INFO 1004 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 13:41:07.423 INFO 1004 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 13:41:08.783 INFO 1004 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:41:09.168 INFO 1004 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:41:09.269 INFO 1004 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 13:41:09.272 INFO 1004 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.792 seconds (JVM running for 5.696)
|
|
|
-2023-06-19 13:41:09.274 INFO 1004 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 13:41:12.313 INFO 1004 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:41:12.313 INFO 1004 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:41:12.322 INFO 1004 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
-2023-06-19 13:42:51.574 WARN 1004 --- [http-nio-10015-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' not supported]
|
|
|
-2023-06-19 13:43:00.873 INFO 1004 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:43:00.875 INFO 1004 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:43:00.894 INFO 1004 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 13:43:00.894 INFO 1004 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 13:43:00.899 INFO 1004 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 13:43:05.340 INFO 4848 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 4848 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 13:43:05.343 INFO 4848 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 13:43:06.164 INFO 4848 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 13:43:06.166 INFO 4848 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 13:43:06.203 INFO 4848 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 13:43:06.326 WARN 4848 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 13:43:06.625 INFO 4848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:43:06.629 INFO 4848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e972f16b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:43:06.638 INFO 4848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:43:06.648 INFO 4848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:43:06.660 INFO 4848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7fe4809a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:43:06.672 INFO 4848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$f5673dad] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:43:06.950 INFO 4848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:43:06.967 INFO 4848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:43:06.974 INFO 4848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:43:06.985 INFO 4848 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:43:07.294 INFO 4848 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 13:43:07.316 INFO 4848 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 13:43:07.316 INFO 4848 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 13:43:07.410 INFO 4848 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 13:43:07.410 INFO 4848 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1969 ms
|
|
|
-2023-06-19 13:43:07.583 INFO 4848 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 13:43:07.685 INFO 4848 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 13:43:07.685 INFO 4848 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 13:43:07.685 INFO 4848 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 13:43:07.685 INFO 4848 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 13:43:08.843 INFO 4848 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:43:09.205 INFO 4848 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:43:09.304 INFO 4848 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 13:43:09.306 INFO 4848 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.499 seconds (JVM running for 5.118)
|
|
|
-2023-06-19 13:43:09.308 INFO 4848 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 13:43:11.872 INFO 4848 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:43:11.872 INFO 4848 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:43:11.881 INFO 4848 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
-2023-06-19 13:44:33.399 WARN 4848 --- [http-nio-10015-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported]
|
|
|
-2023-06-19 13:44:40.497 INFO 4848 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:44:40.498 INFO 4848 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:44:40.518 INFO 4848 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 13:44:40.518 INFO 4848 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 13:44:40.522 INFO 4848 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 13:44:45.178 INFO 5488 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 5488 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 13:44:45.180 INFO 5488 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 13:44:45.889 INFO 5488 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 13:44:45.891 INFO 5488 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 13:44:45.932 INFO 5488 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 13:44:46.021 WARN 5488 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 13:44:46.298 INFO 5488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:44:46.301 INFO 5488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$929ad010] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:44:46.306 INFO 5488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:44:46.311 INFO 5488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:44:46.319 INFO 5488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$290c5f3f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:44:46.330 INFO 5488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$9e8f1c52] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:44:46.596 INFO 5488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:44:46.613 INFO 5488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:44:46.619 INFO 5488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:44:46.630 INFO 5488 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:44:46.963 INFO 5488 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 13:44:46.989 INFO 5488 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 13:44:46.989 INFO 5488 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 13:44:47.088 INFO 5488 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 13:44:47.088 INFO 5488 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1830 ms
|
|
|
-2023-06-19 13:44:47.288 INFO 5488 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 13:44:47.389 INFO 5488 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 13:44:47.389 INFO 5488 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 13:44:47.389 INFO 5488 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 13:44:47.389 INFO 5488 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 13:44:48.561 INFO 5488 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:44:48.939 INFO 5488 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:44:49.039 INFO 5488 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 13:44:49.041 INFO 5488 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.388 seconds (JVM running for 5.017)
|
|
|
-2023-06-19 13:44:49.043 INFO 5488 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 13:45:06.925 INFO 5488 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:45:06.925 INFO 5488 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:45:06.937 INFO 5488 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
|
|
|
-2023-06-19 13:46:38.703 INFO 5488 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:46:38.705 INFO 5488 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:46:38.726 INFO 5488 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 13:46:38.727 INFO 5488 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 13:46:38.731 INFO 5488 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 13:46:44.879 INFO 16228 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16228 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 13:46:44.881 INFO 16228 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 13:46:45.536 INFO 16228 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 13:46:45.538 INFO 16228 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 13:46:45.571 INFO 16228 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 13:46:45.639 WARN 16228 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 13:46:45.905 INFO 16228 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:46:45.908 INFO 16228 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$315c040] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:46:45.913 INFO 16228 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:46:45.918 INFO 16228 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:46:45.926 INFO 16228 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$99874f6f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:46:45.937 INFO 16228 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$f0a0c82] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:46:46.213 INFO 16228 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:46:46.231 INFO 16228 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:46:46.237 INFO 16228 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:46:46.249 INFO 16228 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:46:46.556 INFO 16228 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 13:46:46.577 INFO 16228 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 13:46:46.577 INFO 16228 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 13:46:46.669 INFO 16228 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 13:46:46.669 INFO 16228 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1707 ms
|
|
|
-2023-06-19 13:46:46.840 INFO 16228 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 13:46:46.938 INFO 16228 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 13:46:46.938 INFO 16228 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 13:46:46.939 INFO 16228 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 13:46:46.939 INFO 16228 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 13:46:48.207 INFO 16228 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:46:48.603 INFO 16228 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:46:48.703 INFO 16228 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 13:46:48.705 INFO 16228 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.31 seconds (JVM running for 5.017)
|
|
|
-2023-06-19 13:46:48.708 INFO 16228 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 13:46:51.375 INFO 16228 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:46:51.375 INFO 16228 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:46:51.389 INFO 16228 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms
|
|
|
-2023-06-19 13:49:10.943 INFO 16228 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:49:10.944 INFO 16228 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:49:10.966 INFO 16228 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 13:49:10.966 INFO 16228 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 13:49:10.971 INFO 16228 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 13:49:15.459 INFO 12012 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12012 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 13:49:15.461 INFO 12012 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 13:49:16.175 INFO 12012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 13:49:16.177 INFO 12012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 13:49:16.211 INFO 12012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 13:49:16.288 WARN 12012 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 13:49:16.553 INFO 12012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:16.556 INFO 12012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$1ac17a1b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:16.561 INFO 12012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:16.566 INFO 12012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:16.574 INFO 12012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b133094a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:16.585 INFO 12012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$26b5c65d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:16.849 INFO 12012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:16.866 INFO 12012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:16.872 INFO 12012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:16.883 INFO 12012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:17.184 INFO 12012 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 13:49:17.206 INFO 12012 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 13:49:17.206 INFO 12012 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 13:49:17.300 INFO 12012 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 13:49:17.300 INFO 12012 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1762 ms
|
|
|
-2023-06-19 13:49:17.469 INFO 12012 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 13:49:17.609 INFO 12012 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 13:49:17.609 INFO 12012 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 13:49:17.609 INFO 12012 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 13:49:17.609 INFO 12012 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 13:49:18.794 INFO 12012 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:49:19.163 INFO 12012 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:49:19.263 INFO 12012 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 13:49:19.266 INFO 12012 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.288 seconds (JVM running for 4.933)
|
|
|
-2023-06-19 13:49:19.269 INFO 12012 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 13:49:22.620 INFO 12012 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:49:22.621 INFO 12012 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:49:22.631 INFO 12012 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
|
|
|
-2023-06-19 13:49:32.320 INFO 12012 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:49:32.321 INFO 12012 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:49:32.336 INFO 12012 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 13:49:32.337 INFO 12012 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 13:49:32.344 INFO 12012 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 13:49:36.612 INFO 12608 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12608 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 13:49:36.614 INFO 12608 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 13:49:37.341 INFO 12608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 13:49:37.343 INFO 12608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 13:49:37.377 INFO 12608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 13:49:37.446 WARN 12608 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 13:49:37.711 INFO 12608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:37.715 INFO 12608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$5f16cd64] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:37.719 INFO 12608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:37.724 INFO 12608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:37.732 INFO 12608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f5885c93] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:37.743 INFO 12608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$6b0b19a6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:38.013 INFO 12608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:38.030 INFO 12608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:38.036 INFO 12608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:38.049 INFO 12608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:49:38.359 INFO 12608 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 13:49:38.380 INFO 12608 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 13:49:38.380 INFO 12608 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 13:49:38.472 INFO 12608 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 13:49:38.472 INFO 12608 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1774 ms
|
|
|
-2023-06-19 13:49:38.645 INFO 12608 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 13:49:38.746 INFO 12608 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 13:49:38.746 INFO 12608 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 13:49:38.746 INFO 12608 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 13:49:38.746 INFO 12608 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 13:49:39.903 INFO 12608 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:49:40.289 INFO 12608 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:49:40.394 INFO 12608 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 13:49:40.397 INFO 12608 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.269 seconds (JVM running for 4.914)
|
|
|
-2023-06-19 13:49:40.399 INFO 12608 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 13:49:42.569 INFO 12608 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:49:42.569 INFO 12608 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:49:42.583 INFO 12608 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms
|
|
|
-2023-06-19 13:55:24.977 INFO 12608 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:55:24.978 INFO 12608 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:55:24.996 INFO 12608 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 13:55:24.999 INFO 12608 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 13:55:25.009 INFO 12608 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 13:55:29.097 INFO 14444 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14444 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 13:55:29.100 INFO 14444 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 13:55:29.760 INFO 14444 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 13:55:29.762 INFO 14444 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 13:55:29.797 INFO 14444 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 13:55:29.864 WARN 14444 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 13:55:30.136 INFO 14444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:55:30.139 INFO 14444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$21f4ad56] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:55:30.144 INFO 14444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:55:30.150 INFO 14444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:55:30.159 INFO 14444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b8663c85] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:55:30.171 INFO 14444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2de8f998] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:55:30.435 INFO 14444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:55:30.450 INFO 14444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:55:30.456 INFO 14444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:55:30.467 INFO 14444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 13:55:30.722 INFO 14444 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 13:55:30.789 INFO 14444 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 13:55:30.790 INFO 14444 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 13:55:30.880 INFO 14444 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 13:55:30.881 INFO 14444 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1705 ms
|
|
|
-2023-06-19 13:55:31.049 INFO 14444 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 13:55:31.147 INFO 14444 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 13:55:31.147 INFO 14444 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 13:55:31.147 INFO 14444 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 13:55:31.147 INFO 14444 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 13:55:32.296 INFO 14444 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 13:55:32.687 INFO 14444 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 13:55:32.786 INFO 14444 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 13:55:32.788 INFO 14444 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.155 seconds (JVM running for 4.834)
|
|
|
-2023-06-19 13:55:32.791 INFO 14444 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 13:55:44.748 INFO 14444 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:55:44.748 INFO 14444 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 13:55:44.757 INFO 14444 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
-2023-06-19 14:07:06.963 INFO 14444 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:07:06.964 INFO 14444 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:07:06.987 INFO 14444 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:07:06.988 INFO 14444 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:07:06.998 INFO 14444 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:07:11.429 INFO 2192 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 2192 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:07:11.432 INFO 2192 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:07:12.170 INFO 2192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:07:12.173 INFO 2192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:07:12.212 INFO 2192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:07:12.304 WARN 2192 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:07:12.570 INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:07:12.573 INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$57f57b8d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:07:12.578 INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:07:12.583 INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:07:12.591 INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ee670abc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:07:12.602 INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$63e9c7cf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:07:12.865 INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:07:12.888 INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:07:12.894 INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:07:12.904 INFO 2192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:07:13.146 INFO 2192 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:07:13.216 INFO 2192 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:07:13.216 INFO 2192 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:07:13.310 INFO 2192 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:07:13.310 INFO 2192 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1802 ms
|
|
|
-2023-06-19 14:07:13.488 INFO 2192 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:07:13.591 INFO 2192 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:07:13.591 INFO 2192 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:07:13.591 INFO 2192 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:07:13.591 INFO 2192 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:07:14.854 INFO 2192 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:07:15.227 INFO 2192 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:07:15.329 INFO 2192 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:07:15.331 INFO 2192 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.375 seconds (JVM running for 5.027)
|
|
|
-2023-06-19 14:07:15.334 INFO 2192 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:07:26.047 INFO 2192 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:07:26.047 INFO 2192 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:07:26.055 INFO 2192 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 14:12:18.897 INFO 2192 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:12:18.899 INFO 2192 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:12:18.916 INFO 2192 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:12:18.916 INFO 2192 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:12:18.924 INFO 2192 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:12:23.344 INFO 3836 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 3836 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:12:23.347 INFO 3836 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:12:24.011 INFO 3836 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:12:24.013 INFO 3836 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:12:24.049 INFO 3836 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:12:24.119 WARN 3836 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:12:24.381 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:12:24.384 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$dd98bf3d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:12:24.389 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:12:24.393 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:12:24.402 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$740a4e6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:12:24.412 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$e98d0b7f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:12:24.687 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:12:24.710 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:12:24.717 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:12:24.729 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:12:24.993 INFO 3836 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:12:25.059 INFO 3836 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:12:25.060 INFO 3836 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:12:25.206 INFO 3836 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:12:25.206 INFO 3836 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1785 ms
|
|
|
-2023-06-19 14:12:25.391 INFO 3836 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:12:25.491 INFO 3836 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:12:25.491 INFO 3836 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:12:25.491 INFO 3836 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:12:25.491 INFO 3836 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:12:26.650 INFO 3836 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:12:27.043 INFO 3836 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:12:27.141 INFO 3836 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:12:27.143 INFO 3836 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.316 seconds (JVM running for 4.984)
|
|
|
-2023-06-19 14:12:27.145 INFO 3836 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:12:31.567 INFO 3836 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:12:31.567 INFO 3836 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:12:31.576 INFO 3836 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
-2023-06-19 14:14:20.104 INFO 3836 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:14:20.105 INFO 3836 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:14:20.127 INFO 3836 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:14:20.127 INFO 3836 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:14:20.131 INFO 3836 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:14:24.232 INFO 15000 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15000 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:14:24.235 INFO 15000 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:14:24.961 INFO 15000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:14:24.964 INFO 15000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:14:25.003 INFO 15000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:14:25.092 WARN 15000 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:14:25.357 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:14:25.360 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e2afa706] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:14:25.365 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:14:25.369 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:14:25.378 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$79213635] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:14:25.388 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$eea3f348] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:14:25.649 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:14:25.666 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:14:25.672 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:14:25.682 INFO 15000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:14:25.973 INFO 15000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:14:25.995 INFO 15000 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:14:25.995 INFO 15000 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:14:26.094 INFO 15000 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:14:26.094 INFO 15000 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1776 ms
|
|
|
-2023-06-19 14:14:26.271 INFO 15000 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:14:26.368 INFO 15000 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:14:26.368 INFO 15000 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:14:26.368 INFO 15000 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:14:26.368 INFO 15000 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:14:27.518 INFO 15000 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:14:27.891 INFO 15000 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:14:27.994 INFO 15000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:14:27.997 INFO 15000 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.28 seconds (JVM running for 4.888)
|
|
|
-2023-06-19 14:14:28.000 INFO 15000 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:14:30.748 INFO 15000 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:14:30.748 INFO 15000 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:14:30.763 INFO 15000 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms
|
|
|
-2023-06-19 14:15:11.847 INFO 15000 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:15:11.848 INFO 15000 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:15:11.866 INFO 15000 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:15:11.868 INFO 15000 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:15:11.872 INFO 15000 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:15:16.194 INFO 1564 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 1564 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:15:16.197 INFO 1564 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:15:16.966 INFO 1564 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:15:16.969 INFO 1564 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:15:17.009 INFO 1564 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:15:17.100 WARN 1564 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:15:17.359 INFO 1564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:15:17.362 INFO 1564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$1a8589a5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:15:17.367 INFO 1564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:15:17.372 INFO 1564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:15:17.380 INFO 1564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b0f718d4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:15:17.390 INFO 1564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2679d5e7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:15:17.651 INFO 1564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:15:17.667 INFO 1564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:15:17.674 INFO 1564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:15:17.685 INFO 1564 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:15:17.990 INFO 1564 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:15:18.011 INFO 1564 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:15:18.011 INFO 1564 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:15:18.102 INFO 1564 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:15:18.102 INFO 1564 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1825 ms
|
|
|
-2023-06-19 14:15:18.269 INFO 1564 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:15:18.367 INFO 1564 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:15:18.367 INFO 1564 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:15:18.367 INFO 1564 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:15:18.367 INFO 1564 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:15:19.537 INFO 1564 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:15:19.906 INFO 1564 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:15:20.004 INFO 1564 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:15:20.006 INFO 1564 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.308 seconds (JVM running for 4.939)
|
|
|
-2023-06-19 14:15:20.009 INFO 1564 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:15:22.789 INFO 1564 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:15:22.790 INFO 1564 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:15:22.797 INFO 1564 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
-2023-06-19 14:15:22.951 ERROR 1564 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property 'createTime' of 'class com.xmnk.springbootbase.entity.Role' with value '2023-06-19T14:15:22.934' Cause: java.lang.IllegalArgumentException: argument type mismatch] with root cause
|
|
|
-
|
|
|
-java.lang.IllegalArgumentException: argument type mismatch
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.apache.ibatis.reflection.invoker.MethodInvoker.invoke(MethodInvoker.java:44)
|
|
|
- at org.apache.ibatis.reflection.wrapper.BeanWrapper.setBeanProperty(BeanWrapper.java:180)
|
|
|
- at org.apache.ibatis.reflection.wrapper.BeanWrapper.set(BeanWrapper.java:59)
|
|
|
- at org.apache.ibatis.reflection.MetaObject.setValue(MetaObject.java:140)
|
|
|
- at com.baomidou.mybatisplus.core.handlers.MetaObjectHandler.setFieldValByName(MetaObjectHandler.java:92)
|
|
|
- at com.xmnk.springbootfunction.shiro.CommonMetaObjectHandler.insertFill(CommonMetaObjectHandler.java:16)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.lambda$insertFill$0(MybatisParameterHandler.java:147)
|
|
|
- at java.util.Optional.ifPresent(Optional.java:159)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.insertFill(MybatisParameterHandler.java:144)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.process(MybatisParameterHandler.java:113)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.processParameter(MybatisParameterHandler.java:81)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.<init>(MybatisParameterHandler.java:64)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisXMLLanguageDriver.createParameterHandler(MybatisXMLLanguageDriver.java:35)
|
|
|
- at org.apache.ibatis.session.Configuration.newParameterHandler(Configuration.java:623)
|
|
|
- at org.apache.ibatis.executor.statement.BaseStatementHandler.<init>(BaseStatementHandler.java:69)
|
|
|
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.<init>(PreparedStatementHandler.java:41)
|
|
|
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.<init>(RoutingStatementHandler.java:46)
|
|
|
- at org.apache.ibatis.session.Configuration.newStatementHandler(Configuration.java:636)
|
|
|
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54)
|
|
|
- at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
|
|
- at com.sun.proxy.$Proxy87.insert(Unknown Source)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
- at com.sun.proxy.$Proxy107.insert(Unknown Source)
|
|
|
- at com.xmnk.springbootfunction.service.impl.RoleServiceImpl.addRole(RoleServiceImpl.java:53)
|
|
|
- at com.xmnk.springbootfunction.service.impl.RoleServiceImpl$$FastClassBySpringCGLIB$$10355cd2.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.RoleServiceImpl$$EnhancerBySpringCGLIB$$bd4d698a.addRole(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.RoleController.addRole(RoleController.java:40)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 14:15:59.566 INFO 1564 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:15:59.568 INFO 1564 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:15:59.584 INFO 1564 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:15:59.585 INFO 1564 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:15:59.591 INFO 1564 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:16:03.929 INFO 16280 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16280 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:16:03.932 INFO 16280 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:16:04.587 INFO 16280 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:16:04.589 INFO 16280 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:16:04.623 INFO 16280 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:16:04.700 WARN 16280 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:16:04.957 INFO 16280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:04.960 INFO 16280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$3029b5ac] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:04.965 INFO 16280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:04.970 INFO 16280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:04.978 INFO 16280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c69b44db] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:04.988 INFO 16280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3c1e01ee] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:05.250 INFO 16280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:05.274 INFO 16280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:05.279 INFO 16280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:05.291 INFO 16280 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:05.606 INFO 16280 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:16:05.629 INFO 16280 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:16:05.629 INFO 16280 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:16:05.722 INFO 16280 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:16:05.722 INFO 16280 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1708 ms
|
|
|
-2023-06-19 14:16:05.969 INFO 16280 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:16:06.074 INFO 16280 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:16:06.074 INFO 16280 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:16:06.074 INFO 16280 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:16:06.074 INFO 16280 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:16:07.250 INFO 16280 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:16:07.619 INFO 16280 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:16:07.723 INFO 16280 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:16:07.726 INFO 16280 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.275 seconds (JVM running for 5.036)
|
|
|
-2023-06-19 14:16:07.728 INFO 16280 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:16:09.820 INFO 16280 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:16:09.820 INFO 16280 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:16:09.830 INFO 16280 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
|
|
|
-2023-06-19 14:16:09.949 ERROR 16280 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property 'createTime' of 'class com.xmnk.springbootbase.entity.Role' with value '2023-06-19T14:16:09.932' Cause: java.lang.IllegalArgumentException: argument type mismatch] with root cause
|
|
|
-
|
|
|
-java.lang.IllegalArgumentException: argument type mismatch
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.apache.ibatis.reflection.invoker.MethodInvoker.invoke(MethodInvoker.java:44)
|
|
|
- at org.apache.ibatis.reflection.wrapper.BeanWrapper.setBeanProperty(BeanWrapper.java:180)
|
|
|
- at org.apache.ibatis.reflection.wrapper.BeanWrapper.set(BeanWrapper.java:59)
|
|
|
- at org.apache.ibatis.reflection.MetaObject.setValue(MetaObject.java:140)
|
|
|
- at com.baomidou.mybatisplus.core.handlers.MetaObjectHandler.setFieldValByName(MetaObjectHandler.java:92)
|
|
|
- at com.xmnk.springbootfunction.shiro.CommonMetaObjectHandler.insertFill(CommonMetaObjectHandler.java:16)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.lambda$insertFill$0(MybatisParameterHandler.java:147)
|
|
|
- at java.util.Optional.ifPresent(Optional.java:159)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.insertFill(MybatisParameterHandler.java:144)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.process(MybatisParameterHandler.java:113)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.processParameter(MybatisParameterHandler.java:81)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.<init>(MybatisParameterHandler.java:64)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisXMLLanguageDriver.createParameterHandler(MybatisXMLLanguageDriver.java:35)
|
|
|
- at org.apache.ibatis.session.Configuration.newParameterHandler(Configuration.java:623)
|
|
|
- at org.apache.ibatis.executor.statement.BaseStatementHandler.<init>(BaseStatementHandler.java:69)
|
|
|
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.<init>(PreparedStatementHandler.java:41)
|
|
|
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.<init>(RoutingStatementHandler.java:46)
|
|
|
- at org.apache.ibatis.session.Configuration.newStatementHandler(Configuration.java:636)
|
|
|
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54)
|
|
|
- at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
|
|
- at com.sun.proxy.$Proxy87.insert(Unknown Source)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
- at com.sun.proxy.$Proxy107.insert(Unknown Source)
|
|
|
- at com.xmnk.springbootfunction.service.impl.RoleServiceImpl.addRole(RoleServiceImpl.java:53)
|
|
|
- at com.xmnk.springbootfunction.service.impl.RoleServiceImpl$$FastClassBySpringCGLIB$$10355cd2.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.RoleServiceImpl$$EnhancerBySpringCGLIB$$30add946.addRole(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.RoleController.addRole(RoleController.java:40)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 14:16:33.815 INFO 16280 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:16:33.817 INFO 16280 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:16:33.838 INFO 16280 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:16:33.838 INFO 16280 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:16:33.843 INFO 16280 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:16:38.308 INFO 3728 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 3728 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:16:38.310 INFO 3728 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:16:39.084 INFO 3728 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:16:39.086 INFO 3728 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:16:39.126 INFO 3728 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:16:39.214 WARN 3728 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:16:39.476 INFO 3728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:39.479 INFO 3728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2604d0c8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:39.484 INFO 3728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:39.489 INFO 3728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:39.498 INFO 3728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bc765ff7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:39.508 INFO 3728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$31f91d0a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:39.779 INFO 3728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:39.801 INFO 3728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:39.807 INFO 3728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:39.818 INFO 3728 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:16:40.124 INFO 3728 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:16:40.145 INFO 3728 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:16:40.145 INFO 3728 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:16:40.236 INFO 3728 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:16:40.236 INFO 3728 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1834 ms
|
|
|
-2023-06-19 14:16:40.404 INFO 3728 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:16:40.501 INFO 3728 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:16:40.501 INFO 3728 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:16:40.501 INFO 3728 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:16:40.501 INFO 3728 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:16:41.830 INFO 3728 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:16:42.213 INFO 3728 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:16:42.316 INFO 3728 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:16:42.318 INFO 3728 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.598 seconds (JVM running for 5.247)
|
|
|
-2023-06-19 14:16:42.321 INFO 3728 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:16:55.131 INFO 3728 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:16:55.131 INFO 3728 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:16:55.140 INFO 3728 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
-2023-06-19 14:16:55.252 ERROR 3728 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property 'createTime' of 'class com.xmnk.springbootbase.entity.Role' with value '2023-06-19T14:16:55.236' Cause: java.lang.IllegalArgumentException: argument type mismatch] with root cause
|
|
|
-
|
|
|
-java.lang.IllegalArgumentException: argument type mismatch
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.apache.ibatis.reflection.invoker.MethodInvoker.invoke(MethodInvoker.java:44)
|
|
|
- at org.apache.ibatis.reflection.wrapper.BeanWrapper.setBeanProperty(BeanWrapper.java:180)
|
|
|
- at org.apache.ibatis.reflection.wrapper.BeanWrapper.set(BeanWrapper.java:59)
|
|
|
- at org.apache.ibatis.reflection.MetaObject.setValue(MetaObject.java:140)
|
|
|
- at com.baomidou.mybatisplus.core.handlers.MetaObjectHandler.setFieldValByName(MetaObjectHandler.java:92)
|
|
|
- at com.xmnk.springbootfunction.shiro.CommonMetaObjectHandler.insertFill(CommonMetaObjectHandler.java:16)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.lambda$insertFill$0(MybatisParameterHandler.java:147)
|
|
|
- at java.util.Optional.ifPresent(Optional.java:159)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.insertFill(MybatisParameterHandler.java:144)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.process(MybatisParameterHandler.java:113)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.processParameter(MybatisParameterHandler.java:81)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisParameterHandler.<init>(MybatisParameterHandler.java:64)
|
|
|
- at com.baomidou.mybatisplus.core.MybatisXMLLanguageDriver.createParameterHandler(MybatisXMLLanguageDriver.java:35)
|
|
|
- at org.apache.ibatis.session.Configuration.newParameterHandler(Configuration.java:623)
|
|
|
- at org.apache.ibatis.executor.statement.BaseStatementHandler.<init>(BaseStatementHandler.java:69)
|
|
|
- at org.apache.ibatis.executor.statement.PreparedStatementHandler.<init>(PreparedStatementHandler.java:41)
|
|
|
- at org.apache.ibatis.executor.statement.RoutingStatementHandler.<init>(RoutingStatementHandler.java:46)
|
|
|
- at org.apache.ibatis.session.Configuration.newStatementHandler(Configuration.java:636)
|
|
|
- at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54)
|
|
|
- at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
|
|
|
- at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
|
|
- at com.sun.proxy.$Proxy87.insert(Unknown Source)
|
|
|
- at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:60)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
|
- at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
|
- at com.sun.proxy.$Proxy106.insert(Unknown Source)
|
|
|
- at com.xmnk.springbootfunction.service.impl.RoleServiceImpl.addRole(RoleServiceImpl.java:53)
|
|
|
- at com.xmnk.springbootfunction.service.impl.RoleServiceImpl$$FastClassBySpringCGLIB$$10355cd2.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.RoleServiceImpl$$EnhancerBySpringCGLIB$$d0b3e9cd.addRole(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.RoleController.addRole(RoleController.java:40)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 14:18:33.681 INFO 3728 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:18:33.682 INFO 3728 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:18:33.701 INFO 3728 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:18:33.701 INFO 3728 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:18:33.706 INFO 3728 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:18:41.950 INFO 3576 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 3576 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:18:41.953 INFO 3576 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:18:42.696 INFO 3576 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:18:42.699 INFO 3576 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:18:42.739 INFO 3576 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:18:42.847 WARN 3576 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:18:43.113 INFO 3576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:18:43.116 INFO 3576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f7ce1315] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:18:43.120 INFO 3576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:18:43.125 INFO 3576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:18:43.134 INFO 3576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8e3fa244] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:18:43.144 INFO 3576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3c25f57] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:18:43.414 INFO 3576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:18:43.430 INFO 3576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:18:43.436 INFO 3576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:18:43.448 INFO 3576 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:18:43.761 INFO 3576 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:18:43.783 INFO 3576 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:18:43.783 INFO 3576 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:18:43.876 INFO 3576 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:18:43.876 INFO 3576 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1879 ms
|
|
|
-2023-06-19 14:18:44.050 INFO 3576 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:18:44.150 INFO 3576 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:18:44.150 INFO 3576 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:18:44.150 INFO 3576 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:18:44.150 INFO 3576 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:18:45.353 INFO 3576 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:18:45.716 INFO 3576 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:18:45.816 INFO 3576 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:18:45.818 INFO 3576 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.336 seconds (JVM running for 5.091)
|
|
|
-2023-06-19 14:18:45.820 INFO 3576 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:18:49.026 INFO 3576 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:18:49.026 INFO 3576 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:18:49.035 INFO 3576 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
-2023-06-19 14:20:15.123 INFO 3576 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:20:15.125 INFO 3576 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:20:15.147 INFO 3576 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:20:15.148 INFO 3576 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:20:15.152 INFO 3576 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:20:21.019 INFO 15872 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15872 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:20:21.021 INFO 15872 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:20:21.784 INFO 15872 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:20:21.786 INFO 15872 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:20:21.826 INFO 15872 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:20:21.915 WARN 15872 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:20:22.213 INFO 15872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:20:22.216 INFO 15872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ee35b299] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:20:22.221 INFO 15872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:20:22.226 INFO 15872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:20:22.234 INFO 15872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$84a741c8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:20:22.245 INFO 15872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$fa29fedb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:20:22.510 INFO 15872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:20:22.532 INFO 15872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:20:22.538 INFO 15872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:20:22.549 INFO 15872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:20:22.807 INFO 15872 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:20:22.876 INFO 15872 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:20:22.876 INFO 15872 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:20:22.967 INFO 15872 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:20:22.967 INFO 15872 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1863 ms
|
|
|
-2023-06-19 14:20:23.140 INFO 15872 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:20:23.236 INFO 15872 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:20:23.237 INFO 15872 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:20:23.237 INFO 15872 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:20:23.237 INFO 15872 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:20:24.409 INFO 15872 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:20:24.783 INFO 15872 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:20:24.882 INFO 15872 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:20:24.885 INFO 15872 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.333 seconds (JVM running for 5.019)
|
|
|
-2023-06-19 14:20:24.887 INFO 15872 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:20:29.969 INFO 15872 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:20:29.969 INFO 15872 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:20:29.976 INFO 15872 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
-2023-06-19 14:23:15.765 INFO 15872 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:23:15.766 INFO 15872 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:23:15.785 INFO 15872 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:23:15.786 INFO 15872 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:23:15.790 INFO 15872 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:23:20.285 INFO 16156 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16156 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:23:20.288 INFO 16156 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:23:20.957 INFO 16156 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:23:20.958 INFO 16156 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:23:20.992 INFO 16156 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:23:21.059 WARN 16156 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:23:21.337 INFO 16156 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:23:21.340 INFO 16156 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e2397187] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:23:21.345 INFO 16156 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:23:21.350 INFO 16156 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:23:21.358 INFO 16156 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$78ab00b6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:23:21.369 INFO 16156 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$ee2dbdc9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:23:21.636 INFO 16156 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:23:21.658 INFO 16156 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:23:21.665 INFO 16156 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:23:21.676 INFO 16156 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:23:22.003 INFO 16156 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:23:22.074 INFO 16156 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:23:22.074 INFO 16156 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:23:22.168 INFO 16156 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:23:22.168 INFO 16156 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1801 ms
|
|
|
-2023-06-19 14:23:22.345 INFO 16156 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:23:22.445 INFO 16156 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:23:22.445 INFO 16156 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:23:22.445 INFO 16156 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:23:22.445 INFO 16156 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:23:23.637 INFO 16156 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:23:24.030 INFO 16156 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:23:24.128 INFO 16156 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:23:24.130 INFO 16156 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.342 seconds (JVM running for 4.999)
|
|
|
-2023-06-19 14:23:24.132 INFO 16156 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:23:26.191 INFO 16156 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:23:26.191 INFO 16156 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:23:26.199 INFO 16156 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 14:30:43.160 INFO 16156 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:30:43.163 INFO 16156 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:30:43.181 INFO 16156 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:30:43.182 INFO 16156 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:30:43.190 INFO 16156 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:31:05.829 INFO 10952 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10952 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:31:05.835 INFO 10952 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:31:06.728 INFO 10952 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:31:06.730 INFO 10952 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:31:06.762 INFO 10952 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:31:06.833 WARN 10952 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:31:07.086 INFO 10952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:31:07.089 INFO 10952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$92e313ee] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:31:07.094 INFO 10952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:31:07.098 INFO 10952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:31:07.107 INFO 10952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2954a31d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:31:07.117 INFO 10952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$9ed76030] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:31:07.383 INFO 10952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:31:07.398 INFO 10952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:31:07.404 INFO 10952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:31:07.415 INFO 10952 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:31:07.669 INFO 10952 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:31:07.738 INFO 10952 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:31:07.739 INFO 10952 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:31:07.836 INFO 10952 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:31:07.836 INFO 10952 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1923 ms
|
|
|
-2023-06-19 14:31:08.015 INFO 10952 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:31:08.115 INFO 10952 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:31:08.115 INFO 10952 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:31:08.115 INFO 10952 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:31:08.115 INFO 10952 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:31:09.263 INFO 10952 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:31:09.633 INFO 10952 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:31:09.731 INFO 10952 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:31:09.733 INFO 10952 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.405 seconds (JVM running for 5.505)
|
|
|
-2023-06-19 14:31:09.735 INFO 10952 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:31:13.868 INFO 10952 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:31:13.869 INFO 10952 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:31:13.876 INFO 10952 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
-2023-06-19 14:31:56.270 INFO 10952 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:31:56.271 INFO 10952 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:31:56.287 INFO 10952 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:31:56.287 INFO 10952 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:31:56.290 INFO 10952 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:32:13.776 INFO 14520 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14520 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:32:13.778 INFO 14520 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:32:14.526 INFO 14520 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:32:14.528 INFO 14520 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:32:14.560 INFO 14520 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:32:14.636 WARN 14520 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:32:14.907 INFO 14520 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:32:14.910 INFO 14520 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c2fedb2b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:32:14.915 INFO 14520 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:32:14.920 INFO 14520 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:32:14.928 INFO 14520 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$59706a5a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:32:14.938 INFO 14520 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$cef3276d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:32:15.203 INFO 14520 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:32:15.220 INFO 14520 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:32:15.225 INFO 14520 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:32:15.237 INFO 14520 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:32:15.493 INFO 14520 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:32:15.560 INFO 14520 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:32:15.561 INFO 14520 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:32:15.652 INFO 14520 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:32:15.652 INFO 14520 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1804 ms
|
|
|
-2023-06-19 14:32:15.819 INFO 14520 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:32:15.916 INFO 14520 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:32:15.916 INFO 14520 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:32:15.916 INFO 14520 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:32:15.916 INFO 14520 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:32:17.076 INFO 14520 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:32:17.456 INFO 14520 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:32:17.554 INFO 14520 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:32:17.556 INFO 14520 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.253 seconds (JVM running for 5.428)
|
|
|
-2023-06-19 14:32:17.559 INFO 14520 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:32:22.238 INFO 14520 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:32:22.238 INFO 14520 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:32:22.245 INFO 14520 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
-2023-06-19 14:33:36.963 INFO 14520 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:33:36.964 INFO 14520 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:33:36.986 INFO 14520 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:33:36.987 INFO 14520 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:33:36.993 INFO 14520 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:33:44.634 INFO 13616 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 13616 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:33:44.636 INFO 13616 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:33:45.356 INFO 13616 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:33:45.359 INFO 13616 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:33:45.396 INFO 13616 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:33:45.490 WARN 13616 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:33:45.770 INFO 13616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:33:45.773 INFO 13616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$79557fcf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:33:45.778 INFO 13616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:33:45.782 INFO 13616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:33:45.791 INFO 13616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fc70efe] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:33:45.801 INFO 13616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$8549cc11] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:33:46.066 INFO 13616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:33:46.082 INFO 13616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:33:46.088 INFO 13616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:33:46.099 INFO 13616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:33:46.391 INFO 13616 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:33:46.413 INFO 13616 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:33:46.413 INFO 13616 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:33:46.505 INFO 13616 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:33:46.505 INFO 13616 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1764 ms
|
|
|
-2023-06-19 14:33:46.681 INFO 13616 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:33:46.779 INFO 13616 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:33:46.779 INFO 13616 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:33:46.779 INFO 13616 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:33:46.779 INFO 13616 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:33:47.964 INFO 13616 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:33:48.341 INFO 13616 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:33:48.439 INFO 13616 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:33:48.442 INFO 13616 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.523 seconds (JVM running for 5.699)
|
|
|
-2023-06-19 14:33:48.444 INFO 13616 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:33:52.024 INFO 13616 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:33:52.024 INFO 13616 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:33:52.033 INFO 13616 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 14:35:40.143 INFO 13616 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:35:40.144 INFO 13616 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:35:40.160 INFO 13616 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:35:40.160 INFO 13616 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:35:40.164 INFO 13616 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 14:35:56.781 INFO 15592 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15592 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 14:35:56.783 INFO 15592 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 14:35:57.541 INFO 15592 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 14:35:57.543 INFO 15592 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 14:35:57.576 INFO 15592 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 14:35:57.649 WARN 15592 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 14:35:57.901 INFO 15592 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:35:57.904 INFO 15592 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8f231efe] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:35:57.909 INFO 15592 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:35:57.914 INFO 15592 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:35:57.923 INFO 15592 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2594ae2d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:35:57.934 INFO 15592 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$9b176b40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:35:58.200 INFO 15592 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:35:58.216 INFO 15592 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:35:58.222 INFO 15592 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:35:58.233 INFO 15592 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 14:35:58.495 INFO 15592 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 14:35:58.566 INFO 15592 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 14:35:58.567 INFO 15592 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 14:35:58.664 INFO 15592 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 14:35:58.665 INFO 15592 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1813 ms
|
|
|
-2023-06-19 14:35:58.844 INFO 15592 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 14:35:58.942 INFO 15592 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 14:35:58.942 INFO 15592 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 14:35:58.942 INFO 15592 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 14:35:58.942 INFO 15592 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 14:36:00.100 INFO 15592 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:36:00.478 INFO 15592 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:36:00.578 INFO 15592 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 14:36:00.580 INFO 15592 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.346 seconds (JVM running for 5.617)
|
|
|
-2023-06-19 14:36:00.583 INFO 15592 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 14:36:03.592 INFO 15592 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:36:03.592 INFO 15592 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 14:36:03.600 INFO 15592 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 14:43:45.967 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1495613d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:43:45.969 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7fea5a3d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:43:45.969 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13662108 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:43:45.970 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5cb14e01 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:43:45.970 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@8e0f8da (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:43:45.971 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25766049 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:43:45.971 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@73a6b8e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:43:45.972 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@512dec2e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:43:45.973 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e84f8f9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:43:45.976 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4866af48 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:43:58.830 ERROR 15592 --- [http-nio-10015-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:102)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$935d3b6d.login(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 14:45:46.464 ERROR 15592 --- [http-nio-10015-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
|
|
|
-
|
|
|
-java.lang.NullPointerException: null
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl.login(UserServiceImpl.java:102)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$FastClassBySpringCGLIB$$83aefa5d.invoke(<generated>)
|
|
|
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
|
|
|
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
|
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
|
|
|
- at com.xmnk.springbootfunction.service.impl.UserServiceImpl$$EnhancerBySpringCGLIB$$935d3b6d.login(<generated>)
|
|
|
- at com.xmnk.springbootfunction.controller.base.UserController.login(UserController.java:54)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
- at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
- at java.lang.Thread.run(Thread.java:748)
|
|
|
-
|
|
|
-2023-06-19 14:46:51.908 INFO 15592 --- [http-nio-10015-exec-4] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 14:46:51.910 INFO 15592 --- [http-nio-10015-exec-4] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 14:51:12.056 INFO 15592 --- [http-nio-10015-exec-9] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored.
|
|
|
- Note: further occurrences of this error will be logged at DEBUG level.
|
|
|
-2023-06-19 14:51:12.072 WARN 15592 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@65ecce4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:51:12.074 WARN 15592 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@74f0506b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:51:12.076 WARN 15592 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@b6951a0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:51:12.078 WARN 15592 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3d816c5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:51:12.080 WARN 15592 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c1385eb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:51:12.085 WARN 15592 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@45f14ca2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:51:12.088 WARN 15592 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@42ec728 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:51:12.089 WARN 15592 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c2996b7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:51:12.091 WARN 15592 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13e4cdd7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:51:12.093 WARN 15592 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c3f0755 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:54:30.529 WARN 15592 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=1m31s213ms2?s800ns).
|
|
|
-2023-06-19 14:54:30.531 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@ee62b2f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:54:30.533 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@762d636b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:54:30.535 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1be5b81f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:54:30.536 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@73609c2b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:54:30.538 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5545b480 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:54:30.539 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@48eeb378 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:54:30.541 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e7dcf3a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:54:30.543 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@98b851a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:54:30.544 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7112d11f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:54:30.546 WARN 15592 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4cdad936 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 14:59:35.498 INFO 15592 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 14:59:35.500 INFO 15592 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 14:59:35.645 INFO 15592 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 14:59:35.646 INFO 15592 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 14:59:35.665 INFO 15592 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:00:01.855 INFO 15852 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15852 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:00:01.858 INFO 15852 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:00:02.586 INFO 15852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:00:02.589 INFO 15852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:00:02.626 INFO 15852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:00:02.713 WARN 15852 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:00:03.005 INFO 15852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:00:03.008 INFO 15852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2239bb3e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:00:03.013 INFO 15852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:00:03.018 INFO 15852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:00:03.027 INFO 15852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b8ab4a6d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:00:03.038 INFO 15852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2e2e0780] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:00:03.314 INFO 15852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:00:03.335 INFO 15852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:00:03.341 INFO 15852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:00:03.351 INFO 15852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:00:03.643 INFO 15852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:00:03.664 INFO 15852 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:00:03.664 INFO 15852 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:00:03.755 INFO 15852 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:00:03.755 INFO 15852 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1820 ms
|
|
|
-2023-06-19 15:00:03.934 INFO 15852 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:00:04.036 INFO 15852 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:00:04.036 INFO 15852 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:00:04.036 INFO 15852 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:00:04.036 INFO 15852 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:00:05.225 INFO 15852 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:00:05.592 INFO 15852 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:00:05.690 INFO 15852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:00:05.693 INFO 15852 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.306 seconds (JVM running for 4.955)
|
|
|
-2023-06-19 15:00:05.695 INFO 15852 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:00:08.754 INFO 15852 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:00:08.754 INFO 15852 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:00:08.765 INFO 15852 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
|
|
|
-2023-06-19 15:11:36.930 INFO 15852 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:11:36.931 INFO 15852 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:11:36.951 INFO 15852 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:11:36.951 INFO 15852 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:11:36.960 INFO 15852 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:11:44.143 INFO 9176 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 9176 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:11:44.145 INFO 9176 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:11:44.927 INFO 9176 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:11:44.929 INFO 9176 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:11:44.966 INFO 9176 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:11:45.049 WARN 9176 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:11:45.312 INFO 9176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:11:45.315 INFO 9176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$7b126e10] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:11:45.320 INFO 9176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:11:45.324 INFO 9176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:11:45.333 INFO 9176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$1183fd3f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:11:45.343 INFO 9176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$8706ba52] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:11:45.605 INFO 9176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:11:45.622 INFO 9176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:11:45.628 INFO 9176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:11:45.639 INFO 9176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:11:45.944 INFO 9176 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:11:45.966 INFO 9176 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:11:45.966 INFO 9176 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:11:46.067 INFO 9176 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:11:46.067 INFO 9176 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1833 ms
|
|
|
-2023-06-19 15:11:46.249 INFO 9176 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:11:46.348 INFO 9176 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:11:46.348 INFO 9176 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:11:46.348 INFO 9176 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:11:46.348 INFO 9176 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:11:47.508 INFO 9176 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:11:47.871 INFO 9176 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:11:47.970 INFO 9176 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:11:47.972 INFO 9176 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.429 seconds (JVM running for 5.177)
|
|
|
-2023-06-19 15:11:47.975 INFO 9176 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:12:41.609 INFO 9176 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:12:41.609 INFO 9176 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:12:41.619 INFO 9176 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
|
|
|
-2023-06-19 15:14:00.567 WARN 9176 --- [http-nio-10015-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported]
|
|
|
-2023-06-19 15:14:32.275 INFO 9176 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:14:32.277 INFO 9176 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:14:32.297 INFO 9176 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:14:32.297 INFO 9176 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:14:32.303 INFO 9176 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:14:36.514 INFO 9120 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 9120 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:14:36.517 INFO 9120 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:14:37.190 INFO 9120 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:14:37.192 INFO 9120 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:14:37.231 INFO 9120 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:14:37.325 WARN 9120 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:14:37.589 INFO 9120 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:14:37.592 INFO 9120 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2181c0aa] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:14:37.597 INFO 9120 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:14:37.601 INFO 9120 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:14:37.610 INFO 9120 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b7f34fd9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:14:37.620 INFO 9120 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2d760cec] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:14:37.881 INFO 9120 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:14:37.898 INFO 9120 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:14:37.904 INFO 9120 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:14:37.916 INFO 9120 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:14:38.218 INFO 9120 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:14:38.239 INFO 9120 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:14:38.239 INFO 9120 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:14:38.330 INFO 9120 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:14:38.330 INFO 9120 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1735 ms
|
|
|
-2023-06-19 15:14:38.507 INFO 9120 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:14:38.604 INFO 9120 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:14:38.605 INFO 9120 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:14:38.605 INFO 9120 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:14:38.605 INFO 9120 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:14:39.807 INFO 9120 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:14:40.208 INFO 9120 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:14:40.313 INFO 9120 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:14:40.315 INFO 9120 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.281 seconds (JVM running for 4.908)
|
|
|
-2023-06-19 15:14:40.317 INFO 9120 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:14:42.421 INFO 9120 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:14:42.422 INFO 9120 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:14:42.456 INFO 9120 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 34 ms
|
|
|
-2023-06-19 15:16:31.650 WARN 9120 --- [http-nio-10015-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported]
|
|
|
-2023-06-19 15:17:09.738 INFO 9120 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:17:09.739 INFO 9120 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:17:09.753 INFO 9120 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:17:09.753 INFO 9120 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:17:09.762 INFO 9120 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:17:14.025 INFO 10148 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10148 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:17:14.028 INFO 10148 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:17:14.825 INFO 10148 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:17:14.827 INFO 10148 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:17:14.865 INFO 10148 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:17:14.957 WARN 10148 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:17:15.218 INFO 10148 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:17:15.221 INFO 10148 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fad119a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:17:15.225 INFO 10148 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:17:15.230 INFO 10148 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:17:15.239 INFO 10148 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a61ea0c9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:17:15.249 INFO 10148 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$1ba15ddc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:17:15.530 INFO 10148 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:17:15.548 INFO 10148 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:17:15.554 INFO 10148 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:17:15.565 INFO 10148 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:17:15.848 INFO 10148 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:17:15.871 INFO 10148 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:17:15.871 INFO 10148 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:17:15.963 INFO 10148 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:17:15.963 INFO 10148 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1813 ms
|
|
|
-2023-06-19 15:17:16.140 INFO 10148 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:17:16.241 INFO 10148 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:17:16.241 INFO 10148 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:17:16.241 INFO 10148 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:17:16.241 INFO 10148 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:17:17.458 INFO 10148 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:17:17.858 INFO 10148 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:17:17.957 INFO 10148 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:17:17.962 INFO 10148 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.522 seconds (JVM running for 5.131)
|
|
|
-2023-06-19 15:17:17.965 INFO 10148 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:17:31.476 INFO 10148 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:17:31.476 INFO 10148 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:17:31.487 INFO 10148 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
|
|
|
-2023-06-19 15:20:26.762 WARN 10148 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@332b5457 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:20:26.763 WARN 10148 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66843641 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:20:26.764 WARN 10148 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69811785 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:20:26.764 WARN 10148 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3c51a177 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:20:26.765 WARN 10148 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7aa4a021 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:20:26.765 WARN 10148 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3dd5b70a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:20:26.766 WARN 10148 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c09a20a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:20:26.766 WARN 10148 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6de2eae5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:20:26.767 WARN 10148 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3298fad0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:20:26.767 WARN 10148 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@22e5766e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:26:43.758 INFO 10148 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:26:43.759 INFO 10148 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:26:43.774 INFO 10148 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:26:43.774 INFO 10148 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:26:43.788 INFO 10148 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:26:48.068 INFO 9548 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 9548 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:26:48.071 INFO 9548 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:26:48.764 INFO 9548 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:26:48.766 INFO 9548 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:26:48.805 INFO 9548 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:26:48.901 WARN 9548 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:26:49.160 INFO 9548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:26:49.163 INFO 9548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2239bb3e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:26:49.167 INFO 9548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:26:49.172 INFO 9548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:26:49.180 INFO 9548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b8ab4a6d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:26:49.191 INFO 9548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2e2e0780] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:26:49.454 INFO 9548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:26:49.470 INFO 9548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:26:49.476 INFO 9548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:26:49.489 INFO 9548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:26:49.792 INFO 9548 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:26:49.813 INFO 9548 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:26:49.813 INFO 9548 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:26:49.904 INFO 9548 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:26:49.905 INFO 9548 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1759 ms
|
|
|
-2023-06-19 15:26:50.082 INFO 9548 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:26:50.183 INFO 9548 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:26:50.183 INFO 9548 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:26:50.184 INFO 9548 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:26:50.184 INFO 9548 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:26:51.344 INFO 9548 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:26:51.719 INFO 9548 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:26:51.823 INFO 9548 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:26:51.826 INFO 9548 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.228 seconds (JVM running for 4.886)
|
|
|
-2023-06-19 15:26:51.829 INFO 9548 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:27:36.752 INFO 9548 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:27:36.754 INFO 9548 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:27:36.770 INFO 9548 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:27:36.773 INFO 9548 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:27:36.779 INFO 9548 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:27:41.836 INFO 8260 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 8260 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:27:41.839 INFO 8260 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:27:42.593 INFO 8260 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:27:42.595 INFO 8260 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:27:42.634 INFO 8260 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:27:42.712 WARN 8260 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:27:42.982 INFO 8260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:27:42.985 INFO 8260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6b51cf5e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:27:42.990 INFO 8260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:27:42.994 INFO 8260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:27:43.003 INFO 8260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$1c35e8d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:27:43.014 INFO 8260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$77461ba0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:27:43.280 INFO 8260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:27:43.295 INFO 8260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:27:43.301 INFO 8260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:27:43.311 INFO 8260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:27:43.544 INFO 8260 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:27:43.565 INFO 8260 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:27:43.565 INFO 8260 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:27:43.737 INFO 8260 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:27:43.737 INFO 8260 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1820 ms
|
|
|
-2023-06-19 15:27:43.909 INFO 8260 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:27:44.006 INFO 8260 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:27:44.006 INFO 8260 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:27:44.006 INFO 8260 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:27:44.006 INFO 8260 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:27:45.209 INFO 8260 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:27:45.568 INFO 8260 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:27:45.667 INFO 8260 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:27:45.669 INFO 8260 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.571 seconds (JVM running for 5.272)
|
|
|
-2023-06-19 15:27:45.671 INFO 8260 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:27:47.826 INFO 8260 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:27:47.826 INFO 8260 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:27:47.836 INFO 8260 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
|
|
|
-2023-06-19 15:28:40.548 INFO 8260 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:28:40.548 INFO 8260 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:28:40.562 INFO 8260 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:28:40.562 INFO 8260 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:28:40.566 INFO 8260 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:29:00.407 INFO 16044 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16044 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:29:00.410 INFO 16044 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:29:01.345 INFO 16044 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:29:01.347 INFO 16044 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:29:01.383 INFO 16044 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:29:01.454 WARN 16044 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:29:01.708 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:01.711 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$bc6fee65] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:01.716 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:01.721 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:01.729 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$52e17d94] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:01.739 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c8643aa7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:02.008 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:02.024 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:02.029 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:02.041 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:02.305 INFO 16044 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:29:02.372 INFO 16044 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:29:02.372 INFO 16044 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:29:02.462 INFO 16044 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:29:02.463 INFO 16044 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1962 ms
|
|
|
-2023-06-19 15:29:02.658 INFO 16044 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:29:02.774 INFO 16044 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:29:02.774 INFO 16044 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:29:02.774 INFO 16044 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:29:02.774 INFO 16044 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:29:03.914 INFO 16044 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:29:04.276 INFO 16044 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:29:04.373 INFO 16044 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:29:04.375 INFO 16044 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.51 seconds (JVM running for 5.483)
|
|
|
-2023-06-19 15:29:04.378 INFO 16044 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:29:12.953 INFO 16044 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:29:12.955 INFO 16044 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:29:12.971 INFO 16044 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms
|
|
|
-2023-06-19 15:29:52.111 INFO 16044 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:29:52.113 INFO 16044 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:29:52.131 INFO 16044 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:29:52.132 INFO 16044 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:29:52.138 INFO 16044 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:29:57.772 INFO 11956 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11956 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:29:57.775 INFO 11956 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:29:58.511 INFO 11956 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:29:58.513 INFO 11956 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:29:58.551 INFO 11956 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:29:58.634 WARN 11956 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:29:58.875 INFO 11956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$883281d4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:58.912 INFO 11956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:58.914 INFO 11956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f1c0f2a5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:58.918 INFO 11956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:58.922 INFO 11956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:58.923 INFO 11956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$fdb53ee7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:59.193 INFO 11956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:59.208 INFO 11956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:59.214 INFO 11956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:59.224 INFO 11956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:29:59.510 INFO 11956 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:29:59.530 INFO 11956 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:29:59.531 INFO 11956 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:29:59.622 INFO 11956 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:29:59.622 INFO 11956 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1753 ms
|
|
|
-2023-06-19 15:29:59.792 INFO 11956 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:29:59.889 INFO 11956 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:29:59.889 INFO 11956 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:29:59.889 INFO 11956 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:29:59.889 INFO 11956 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:30:01.048 INFO 11956 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:30:01.556 INFO 11956 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:30:01.559 INFO 11956 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.302 seconds (JVM running for 4.935)
|
|
|
-2023-06-19 15:30:01.561 INFO 11956 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:30:06.578 INFO 11956 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:30:06.578 INFO 11956 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:30:06.588 INFO 11956 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
|
|
|
-2023-06-19 15:30:12.093 INFO 11956 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:30:12.109 INFO 11956 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:30:12.110 INFO 11956 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:30:12.114 INFO 11956 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:30:33.979 INFO 10052 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10052 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:30:33.981 INFO 10052 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:30:34.823 INFO 10052 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:30:34.825 INFO 10052 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:30:34.858 INFO 10052 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:30:34.939 WARN 10052 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:30:35.174 INFO 10052 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4eb17f5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:30:35.212 INFO 10052 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:30:35.214 INFO 10052 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6e7988c6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:30:35.218 INFO 10052 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:30:35.222 INFO 10052 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:30:35.223 INFO 10052 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$7a6dd508] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:30:35.488 INFO 10052 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:30:35.504 INFO 10052 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:30:35.509 INFO 10052 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:30:35.519 INFO 10052 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:30:35.819 INFO 10052 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:30:35.840 INFO 10052 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:30:35.840 INFO 10052 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:30:35.940 INFO 10052 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:30:35.940 INFO 10052 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1846 ms
|
|
|
-2023-06-19 15:30:36.124 INFO 10052 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:30:36.221 INFO 10052 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:30:36.222 INFO 10052 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:30:36.222 INFO 10052 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:30:36.222 INFO 10052 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:30:37.363 INFO 10052 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:30:37.808 INFO 10052 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:30:37.810 INFO 10052 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.402 seconds (JVM running for 5.553)
|
|
|
-2023-06-19 15:30:37.812 INFO 10052 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:30:51.917 INFO 10052 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:30:51.918 INFO 10052 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:30:51.927 INFO 10052 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
-2023-06-19 15:33:20.007 INFO 10052 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:33:20.025 INFO 10052 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:33:20.025 INFO 10052 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:33:20.030 INFO 10052 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:33:25.650 INFO 16224 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16224 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:33:25.653 INFO 16224 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:33:26.401 INFO 16224 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:33:26.403 INFO 16224 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:33:26.444 INFO 16224 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:33:26.538 WARN 16224 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:33:26.799 INFO 16224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:33:26.802 INFO 16224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$154b7e8a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:33:26.806 INFO 16224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:33:26.811 INFO 16224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:33:26.820 INFO 16224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$abbd0db9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:33:26.831 INFO 16224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$213fcacc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:33:27.141 INFO 16224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:33:27.156 INFO 16224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:33:27.162 INFO 16224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:33:27.172 INFO 16224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:33:27.461 INFO 16224 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:33:27.482 INFO 16224 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:33:27.483 INFO 16224 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:33:27.578 INFO 16224 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:33:27.578 INFO 16224 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1839 ms
|
|
|
-2023-06-19 15:33:27.751 INFO 16224 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:33:27.848 INFO 16224 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:33:27.848 INFO 16224 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:33:27.848 INFO 16224 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:33:27.848 INFO 16224 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:33:29.018 INFO 16224 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:33:29.391 INFO 16224 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:33:29.492 INFO 16224 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:33:29.495 INFO 16224 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.375 seconds (JVM running for 4.982)
|
|
|
-2023-06-19 15:33:29.497 INFO 16224 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:33:32.593 INFO 16224 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:33:32.594 INFO 16224 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:33:32.607 INFO 16224 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms
|
|
|
-2023-06-19 15:34:08.695 INFO 16224 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:34:08.697 INFO 16224 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:34:08.711 INFO 16224 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:34:08.711 INFO 16224 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:34:08.719 INFO 16224 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:34:12.986 INFO 2012 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 2012 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:34:12.989 INFO 2012 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:34:13.717 INFO 2012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:34:13.720 INFO 2012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:34:13.759 INFO 2012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:34:13.851 WARN 2012 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:34:14.113 INFO 2012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:14.116 INFO 2012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e48995f7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:14.121 INFO 2012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:14.125 INFO 2012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:14.134 INFO 2012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7afb2526] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:14.144 INFO 2012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$f07de239] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:14.409 INFO 2012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:14.425 INFO 2012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:14.430 INFO 2012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:14.441 INFO 2012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:14.758 INFO 2012 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:34:14.780 INFO 2012 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:34:14.780 INFO 2012 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:34:14.871 INFO 2012 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:34:14.872 INFO 2012 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1797 ms
|
|
|
-2023-06-19 15:34:15.046 INFO 2012 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:34:15.143 INFO 2012 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:34:15.143 INFO 2012 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:34:15.144 INFO 2012 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:34:15.144 INFO 2012 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:34:16.310 INFO 2012 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:34:16.696 INFO 2012 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:34:16.805 INFO 2012 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:34:16.808 INFO 2012 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.288 seconds (JVM running for 4.906)
|
|
|
-2023-06-19 15:34:16.811 INFO 2012 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:34:25.417 INFO 2012 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:34:25.417 INFO 2012 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:34:25.424 INFO 2012 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
-2023-06-19 15:34:41.648 INFO 2012 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:34:41.649 INFO 2012 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:34:41.670 INFO 2012 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:34:41.671 INFO 2012 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:34:41.674 INFO 2012 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:34:45.948 INFO 13808 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 13808 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:34:45.950 INFO 13808 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:34:46.588 INFO 13808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:34:46.590 INFO 13808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:34:46.626 INFO 13808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:34:46.697 WARN 13808 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:34:46.966 INFO 13808 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:46.970 INFO 13808 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$abd2c5ff] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:46.974 INFO 13808 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:46.979 INFO 13808 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:46.988 INFO 13808 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4244552e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:46.998 INFO 13808 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$b7c71241] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:47.261 INFO 13808 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:47.277 INFO 13808 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:47.283 INFO 13808 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:47.294 INFO 13808 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:34:47.594 INFO 13808 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:34:47.615 INFO 13808 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:34:47.615 INFO 13808 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:34:47.706 INFO 13808 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:34:47.707 INFO 13808 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1680 ms
|
|
|
-2023-06-19 15:34:47.902 INFO 13808 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:34:48.005 INFO 13808 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:34:48.005 INFO 13808 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:34:48.005 INFO 13808 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:34:48.005 INFO 13808 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:34:49.159 INFO 13808 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:34:49.530 INFO 13808 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:34:49.630 INFO 13808 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:34:49.632 INFO 13808 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.245 seconds (JVM running for 4.866)
|
|
|
-2023-06-19 15:34:49.634 INFO 13808 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:34:51.857 INFO 13808 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:34:51.857 INFO 13808 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:34:51.866 INFO 13808 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
-2023-06-19 15:35:16.197 INFO 13808 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:35:16.198 INFO 13808 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:35:16.215 INFO 13808 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:35:16.215 INFO 13808 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:35:16.219 INFO 13808 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:37:02.328 INFO 12028 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12028 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:37:02.330 INFO 12028 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:37:02.991 INFO 12028 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:37:02.994 INFO 12028 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:37:03.030 INFO 12028 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:37:03.106 WARN 12028 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:37:03.375 INFO 12028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:37:03.378 INFO 12028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b6830d58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:37:03.384 INFO 12028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:37:03.390 INFO 12028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:37:03.404 INFO 12028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4cf49c87] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:37:03.416 INFO 12028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c277599a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:37:03.708 INFO 12028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:37:03.725 INFO 12028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:37:03.731 INFO 12028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:37:03.743 INFO 12028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:37:04.089 INFO 12028 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:37:04.110 INFO 12028 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:37:04.111 INFO 12028 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:37:04.210 INFO 12028 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:37:04.210 INFO 12028 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1801 ms
|
|
|
-2023-06-19 15:37:04.390 INFO 12028 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:37:04.498 INFO 12028 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:37:04.498 INFO 12028 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:37:04.498 INFO 12028 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:37:04.498 INFO 12028 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:37:05.664 INFO 12028 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:37:06.027 INFO 12028 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:37:06.132 INFO 12028 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:37:06.135 INFO 12028 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.421 seconds (JVM running for 5.863)
|
|
|
-2023-06-19 15:37:06.137 INFO 12028 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'manager' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:37:24.532 INFO 12028 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:37:24.532 INFO 12028 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:37:24.547 INFO 12028 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 15 ms
|
|
|
-2023-06-19 15:38:40.940 INFO 12028 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:38:40.944 INFO 12028 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:38:40.964 INFO 12028 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:38:40.966 INFO 12028 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:38:40.971 INFO 12028 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:38:43.895 INFO 1460 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 1460 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:38:43.898 INFO 1460 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:38:44.715 INFO 1460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:38:44.717 INFO 1460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:38:44.756 INFO 1460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:38:44.836 WARN 1460 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:38:45.092 INFO 1460 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:38:45.095 INFO 1460 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2b6f99cb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:38:45.100 INFO 1460 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:38:45.105 INFO 1460 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:38:45.114 INFO 1460 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c1e128fa] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:38:45.124 INFO 1460 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3763e60d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:38:45.402 INFO 1460 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:38:45.419 INFO 1460 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:38:45.425 INFO 1460 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:38:45.437 INFO 1460 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:38:45.735 INFO 1460 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:38:45.756 INFO 1460 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:38:45.756 INFO 1460 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:38:45.849 INFO 1460 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:38:45.850 INFO 1460 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1870 ms
|
|
|
-2023-06-19 15:38:46.030 INFO 1460 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:38:46.129 INFO 1460 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:38:46.129 INFO 1460 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:38:46.130 INFO 1460 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:38:46.130 INFO 1460 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:38:47.286 INFO 1460 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:38:47.672 INFO 1460 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:38:47.772 INFO 1460 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:38:47.775 INFO 1460 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.344 seconds (JVM running for 5.083)
|
|
|
-2023-06-19 15:38:47.777 INFO 1460 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:41:31.117 INFO 1460 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:41:31.117 INFO 1460 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:41:31.125 INFO 1460 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 15:41:31.240 WARN 1460 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7522fd60 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:41:31.242 WARN 1460 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58c6c0d4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:41:31.242 WARN 1460 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a6def51 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:41:31.243 WARN 1460 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6b4f61e8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:41:31.244 WARN 1460 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@df290a8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:41:31.245 WARN 1460 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@63dc21a2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:41:31.246 WARN 1460 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@361e5def (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:41:31.246 WARN 1460 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26ce2ae5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:41:31.247 WARN 1460 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3fa08944 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:41:31.247 WARN 1460 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3df36e23 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 15:53:57.513 INFO 1460 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:53:57.515 INFO 1460 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:53:57.537 INFO 1460 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:53:57.538 INFO 1460 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:53:57.548 INFO 1460 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:54:02.129 INFO 14936 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14936 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:54:02.132 INFO 14936 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:54:02.838 INFO 14936 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:54:02.840 INFO 14936 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:54:02.877 INFO 14936 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:54:02.960 WARN 14936 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:54:03.189 WARN 14936 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'methodValidationPostProcessor' defined in class path resource [org/springframework/boot/autoconfigure/validation/ValidationAutoConfiguration.class]: Unsatisfied dependency expressed through method 'methodValidationPostProcessor' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'factory' defined in class path resource [com/xmnk/springbootfunction/shiro/ShiroConfig.class]: Unsatisfied dependency expressed through method 'factory' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.shiro.web.mgt.DefaultWebSecurityManager' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=securityManager)}
|
|
|
-2023-06-19 15:54:03.197 INFO 14936 --- [main] ConditionEvaluationReportLoggingListener :
|
|
|
-
|
|
|
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
-2023-06-19 15:54:03.304 ERROR 14936 --- [main] o.s.boot.SpringApplication : Application run failed
|
|
|
-
|
|
|
-org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'methodValidationPostProcessor' defined in class path resource [org/springframework/boot/autoconfigure/validation/ValidationAutoConfiguration.class]: Unsatisfied dependency expressed through method 'methodValidationPostProcessor' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'factory' defined in class path resource [com/xmnk/springbootfunction/shiro/ShiroConfig.class]: Unsatisfied dependency expressed through method 'factory' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.shiro.web.mgt.DefaultWebSecurityManager' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=securityManager)}
|
|
|
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:769)
|
|
|
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:509)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
|
|
|
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204)
|
|
|
- at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:228)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:721)
|
|
|
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:534)
|
|
|
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
|
|
|
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742)
|
|
|
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:311)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
|
|
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
|
|
- at com.xmnk.springbootfunction.SpringbootFunctionApplication.main(SpringbootFunctionApplication.java:28)
|
|
|
-Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'factory' defined in class path resource [com/xmnk/springbootfunction/shiro/ShiroConfig.class]: Unsatisfied dependency expressed through method 'factory' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.shiro.web.mgt.DefaultWebSecurityManager' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=securityManager)}
|
|
|
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:769)
|
|
|
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:509)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck(AbstractAutowireCapableBeanFactory.java:991)
|
|
|
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:865)
|
|
|
- at org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:574)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:518)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:481)
|
|
|
- at org.springframework.beans.factory.BeanFactoryUtils.beanNamesForTypeIncludingAncestors(BeanFactoryUtils.java:227)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1415)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1214)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1171)
|
|
|
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:857)
|
|
|
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:760)
|
|
|
- ... 19 common frames omitted
|
|
|
-Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.shiro.web.mgt.DefaultWebSecurityManager' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=securityManager)}
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1658)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1217)
|
|
|
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1171)
|
|
|
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:857)
|
|
|
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:760)
|
|
|
- ... 33 common frames omitted
|
|
|
-
|
|
|
-2023-06-19 15:54:38.868 INFO 11492 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11492 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:54:38.871 INFO 11492 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:54:39.630 INFO 11492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:54:39.633 INFO 11492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:54:39.669 INFO 11492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:54:39.749 WARN 11492 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:54:40.015 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:54:40.019 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2181c0aa] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:54:40.023 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:54:40.028 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:54:40.037 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b7f34fd9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:54:40.048 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2d760cec] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:54:40.318 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:54:40.334 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:54:40.340 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:54:40.352 INFO 11492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:54:40.717 INFO 11492 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:54:40.738 INFO 11492 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:54:40.738 INFO 11492 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:54:40.841 INFO 11492 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:54:40.841 INFO 11492 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1890 ms
|
|
|
-2023-06-19 15:54:41.069 INFO 11492 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:54:41.210 INFO 11492 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:54:41.211 INFO 11492 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:54:41.211 INFO 11492 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:54:41.211 INFO 11492 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:54:42.513 INFO 11492 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:54:42.879 INFO 11492 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:54:42.977 INFO 11492 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:54:42.980 INFO 11492 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.593 seconds (JVM running for 5.323)
|
|
|
-2023-06-19 15:54:42.982 INFO 11492 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:57:31.462 INFO 11492 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:57:31.464 INFO 11492 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:57:31.481 INFO 11492 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 15:57:31.481 INFO 11492 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 15:57:31.489 INFO 11492 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 15:57:34.708 INFO 14940 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14940 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 15:57:34.712 INFO 14940 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 15:57:35.578 INFO 14940 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 15:57:35.580 INFO 14940 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 15:57:35.617 INFO 14940 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 15:57:35.705 WARN 14940 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 15:57:35.994 INFO 14940 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:57:35.997 INFO 14940 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f1c0f2a5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:57:36.002 INFO 14940 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:57:36.009 INFO 14940 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:57:36.018 INFO 14940 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$883281d4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:57:36.031 INFO 14940 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$fdb53ee7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:57:36.312 INFO 14940 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:57:36.327 INFO 14940 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:57:36.333 INFO 14940 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:57:36.345 INFO 14940 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 15:57:52.095 INFO 14940 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 15:57:52.117 INFO 14940 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 15:57:52.117 INFO 14940 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 15:57:52.210 INFO 14940 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 15:57:52.210 INFO 14940 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 17440 ms
|
|
|
-2023-06-19 15:57:52.384 INFO 14940 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 15:57:52.480 INFO 14940 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 15:57:52.480 INFO 14940 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 15:57:52.480 INFO 14940 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 15:57:52.480 INFO 14940 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 15:57:53.617 INFO 14940 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 15:57:53.992 INFO 14940 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 15:57:54.089 INFO 14940 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 15:57:54.091 INFO 14940 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 19.982 seconds (JVM running for 20.859)
|
|
|
-2023-06-19 15:57:54.094 INFO 14940 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 15:57:59.338 INFO 14940 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:57:59.338 INFO 14940 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 15:57:59.346 INFO 14940 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 15:58:03.639 INFO 14940 --- [http-nio-10015-exec-3] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 15:58:03.641 INFO 14940 --- [http-nio-10015-exec-3] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 16:01:40.467 WARN 14940 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6892578a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 16:01:40.469 WARN 14940 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ffd0e4b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 16:01:40.470 WARN 14940 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6871cad2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 16:01:40.472 WARN 14940 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@881dfc9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 16:01:40.474 WARN 14940 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@579ad5dd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 16:01:40.475 WARN 14940 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40820633 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 16:01:40.476 WARN 14940 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26c363ab (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 16:01:40.478 WARN 14940 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20ba9f2d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 16:01:40.480 WARN 14940 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@210f82da (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 16:01:40.481 WARN 14940 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@716cab56 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
-2023-06-19 16:03:43.377 INFO 14940 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:03:43.378 INFO 14940 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:03:43.495 INFO 14940 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:03:43.496 INFO 14940 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:03:43.502 INFO 14940 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:03:46.345 INFO 14360 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14360 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:03:46.347 INFO 14360 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:03:47.020 INFO 14360 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:03:47.022 INFO 14360 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:03:47.060 INFO 14360 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:03:47.134 WARN 14360 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:03:47.385 INFO 14360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:03:47.388 INFO 14360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9df9d8a5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:03:47.393 INFO 14360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:03:47.397 INFO 14360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:03:47.406 INFO 14360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$346b67d4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:03:47.417 INFO 14360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$a9ee24e7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:03:47.680 INFO 14360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:03:47.695 INFO 14360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:03:47.701 INFO 14360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:03:47.712 INFO 14360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:03:48.007 INFO 14360 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:03:48.028 INFO 14360 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:03:48.028 INFO 14360 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:03:48.121 INFO 14360 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:03:48.121 INFO 14360 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1684 ms
|
|
|
-2023-06-19 16:03:48.303 INFO 14360 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:03:48.417 INFO 14360 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:03:48.417 INFO 14360 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:03:48.417 INFO 14360 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:03:48.417 INFO 14360 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:03:49.604 INFO 14360 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:03:49.977 INFO 14360 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:03:50.079 INFO 14360 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:03:50.082 INFO 14360 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.262 seconds (JVM running for 4.941)
|
|
|
-2023-06-19 16:03:50.084 INFO 14360 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:03:55.267 INFO 14360 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:03:55.267 INFO 14360 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:03:55.275 INFO 14360 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 16:13:10.829 INFO 14360 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:13:10.830 INFO 14360 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:13:10.849 INFO 14360 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:13:10.850 INFO 14360 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:13:10.859 INFO 14360 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:13:16.128 INFO 11852 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11852 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:13:16.131 INFO 11852 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:13:16.920 INFO 11852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:13:16.922 INFO 11852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:13:16.960 INFO 11852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:13:17.039 WARN 11852 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:13:17.287 INFO 11852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:17.291 INFO 11852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e345ab2d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:17.295 INFO 11852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:17.300 INFO 11852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:17.309 INFO 11852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$79b73a5c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:17.319 INFO 11852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$ef39f76f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:17.585 INFO 11852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:17.601 INFO 11852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:17.606 INFO 11852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:17.617 INFO 11852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:17.919 INFO 11852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:13:17.939 INFO 11852 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:13:17.939 INFO 11852 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:13:18.032 INFO 11852 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:13:18.032 INFO 11852 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1816 ms
|
|
|
-2023-06-19 16:13:18.205 INFO 11852 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:13:18.302 INFO 11852 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:13:18.302 INFO 11852 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:13:18.302 INFO 11852 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:13:18.302 INFO 11852 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:13:19.488 INFO 11852 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:13:19.856 INFO 11852 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:13:19.954 INFO 11852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:13:19.957 INFO 11852 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.343 seconds (JVM running for 5.019)
|
|
|
-2023-06-19 16:13:19.959 INFO 11852 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:13:23.083 INFO 11852 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:13:23.083 INFO 11852 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:13:23.091 INFO 11852 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 16:13:26.040 INFO 11852 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:13:26.042 INFO 11852 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:13:26.057 INFO 11852 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:13:26.058 INFO 11852 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:13:26.062 INFO 11852 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:13:58.462 INFO 9932 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 9932 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:13:58.466 INFO 9932 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:13:59.165 INFO 9932 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:13:59.167 INFO 9932 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:13:59.203 INFO 9932 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:13:59.282 WARN 9932 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:13:59.542 INFO 9932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:59.545 INFO 9932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$efb4d6a6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:59.550 INFO 9932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:59.555 INFO 9932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:59.563 INFO 9932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$862665d5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:59.574 INFO 9932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$fba922e8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:59.843 INFO 9932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:59.859 INFO 9932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:59.865 INFO 9932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:13:59.876 INFO 9932 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:14:00.188 INFO 9932 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:14:00.210 INFO 9932 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:14:00.210 INFO 9932 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:14:00.302 INFO 9932 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:14:00.303 INFO 9932 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1754 ms
|
|
|
-2023-06-19 16:14:00.482 INFO 9932 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:14:00.579 INFO 9932 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:14:00.580 INFO 9932 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:14:00.580 INFO 9932 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:14:00.580 INFO 9932 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:14:01.757 INFO 9932 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:14:02.135 INFO 9932 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:14:02.237 INFO 9932 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:14:02.239 INFO 9932 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.25 seconds (JVM running for 4.919)
|
|
|
-2023-06-19 16:14:02.242 INFO 9932 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:14:06.640 INFO 9932 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:14:06.640 INFO 9932 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:14:06.648 INFO 9932 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
-2023-06-19 16:20:44.311 INFO 9932 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:20:44.313 INFO 9932 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:20:44.334 INFO 9932 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:20:44.335 INFO 9932 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:20:44.344 INFO 9932 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:20:48.533 INFO 15632 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15632 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:20:48.535 INFO 15632 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:20:49.274 INFO 15632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:20:49.276 INFO 15632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:20:49.313 INFO 15632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:20:49.385 WARN 15632 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:20:49.666 INFO 15632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:20:49.669 INFO 15632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$af958dd2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:20:49.674 INFO 15632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:20:49.679 INFO 15632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:20:49.687 INFO 15632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$46071d01] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:20:49.697 INFO 15632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$bb89da14] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:20:49.956 INFO 15632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:20:49.973 INFO 15632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:20:49.979 INFO 15632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:20:49.990 INFO 15632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:20:50.289 INFO 15632 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:20:50.309 INFO 15632 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:20:50.310 INFO 15632 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:20:50.399 INFO 15632 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:20:50.400 INFO 15632 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1776 ms
|
|
|
-2023-06-19 16:20:50.572 INFO 15632 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:20:50.669 INFO 15632 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:20:50.669 INFO 15632 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:20:50.669 INFO 15632 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:20:50.669 INFO 15632 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:20:51.833 INFO 15632 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:20:52.206 INFO 15632 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:20:52.304 INFO 15632 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:20:52.306 INFO 15632 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.259 seconds (JVM running for 4.909)
|
|
|
-2023-06-19 16:20:52.308 INFO 15632 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:20:54.922 INFO 15632 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:20:54.922 INFO 15632 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:20:54.931 INFO 15632 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
|
|
|
-2023-06-19 16:29:19.710 INFO 15632 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:29:19.712 INFO 15632 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:29:19.733 INFO 15632 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:29:19.734 INFO 15632 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:29:19.742 INFO 15632 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:29:51.796 INFO 5664 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 5664 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:29:51.799 INFO 5664 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:29:52.635 INFO 5664 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:29:52.637 INFO 5664 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:29:52.681 INFO 5664 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:29:52.773 WARN 5664 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:29:53.039 INFO 5664 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:29:53.043 INFO 5664 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8be91671] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:29:53.048 INFO 5664 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:29:53.053 INFO 5664 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:29:53.061 INFO 5664 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$225aa5a0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:29:53.275 INFO 5664 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:29:53.294 INFO 5664 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:29:53.294 INFO 5664 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:29:53.404 INFO 5664 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:29:53.404 INFO 5664 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1523 ms
|
|
|
-2023-06-19 16:29:53.606 INFO 5664 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:29:53.705 INFO 5664 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:29:53.706 INFO 5664 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:29:53.706 INFO 5664 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:29:53.706 INFO 5664 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:29:54.666 INFO 5664 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:29:54.958 INFO 5664 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:29:55.047 INFO 5664 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:29:55.049 INFO 5664 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 3.748 seconds (JVM running for 4.4)
|
|
|
-2023-06-19 16:29:55.051 INFO 5664 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:29:59.616 INFO 5664 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:29:59.616 INFO 5664 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:29:59.622 INFO 5664 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
|
|
|
-2023-06-19 16:31:01.890 INFO 5664 --- [Thread-9] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:31:01.891 INFO 5664 --- [Thread-9] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:31:01.906 INFO 5664 --- [Thread-9] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:31:01.906 INFO 5664 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:31:01.911 INFO 5664 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:31:06.220 INFO 10028 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10028 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:31:06.222 INFO 10028 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:31:06.944 INFO 10028 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:31:06.946 INFO 10028 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:31:06.984 INFO 10028 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:31:07.066 WARN 10028 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:31:07.327 INFO 10028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:31:07.331 INFO 10028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f923e601] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:31:07.336 INFO 10028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:31:07.341 INFO 10028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:31:07.350 INFO 10028 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8f957530] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:31:07.569 INFO 10028 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:31:07.589 INFO 10028 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:31:07.589 INFO 10028 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:31:07.705 INFO 10028 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:31:07.705 INFO 10028 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1374 ms
|
|
|
-2023-06-19 16:31:07.909 INFO 10028 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:31:08.009 INFO 10028 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:31:08.009 INFO 10028 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:31:08.009 INFO 10028 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:31:08.009 INFO 10028 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:31:08.967 INFO 10028 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:31:09.254 INFO 10028 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:31:09.334 INFO 10028 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:31:09.336 INFO 10028 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 3.637 seconds (JVM running for 4.354)
|
|
|
-2023-06-19 16:31:09.339 INFO 10028 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:31:14.135 INFO 10028 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:31:14.135 INFO 10028 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:31:14.141 INFO 10028 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
|
|
|
-2023-06-19 16:31:14.469 INFO 10028 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
-2023-06-19 16:31:14.470 INFO 10028 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
-2023-06-19 16:33:40.757 INFO 10028 --- [Thread-9] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:33:40.757 INFO 10028 --- [Thread-9] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:33:40.892 INFO 10028 --- [Thread-9] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:33:40.892 INFO 10028 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:33:40.901 INFO 10028 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:33:45.155 INFO 1432 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 1432 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:33:45.158 INFO 1432 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:33:45.859 INFO 1432 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:33:45.861 INFO 1432 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:33:45.904 INFO 1432 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:33:45.996 WARN 1432 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:33:46.267 INFO 1432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:33:46.271 INFO 1432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$31d60773] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:33:46.276 INFO 1432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:33:46.281 INFO 1432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:33:46.290 INFO 1432 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c84796a2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:33:46.536 INFO 1432 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:33:46.561 INFO 1432 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:33:46.561 INFO 1432 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:33:46.674 INFO 1432 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:33:46.675 INFO 1432 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1433 ms
|
|
|
-2023-06-19 16:33:46.892 INFO 1432 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:33:46.995 INFO 1432 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:33:46.995 INFO 1432 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:33:46.995 INFO 1432 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:33:46.995 INFO 1432 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:33:47.981 INFO 1432 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:33:48.259 INFO 1432 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:33:48.336 INFO 1432 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:33:48.339 INFO 1432 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 3.688 seconds (JVM running for 4.365)
|
|
|
-2023-06-19 16:33:48.341 INFO 1432 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:33:53.788 INFO 1432 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:33:53.788 INFO 1432 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:33:53.795 INFO 1432 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
-2023-06-19 16:34:29.624 INFO 1432 --- [Thread-9] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:34:29.625 INFO 1432 --- [Thread-9] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:34:29.642 INFO 1432 --- [Thread-9] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:34:29.642 INFO 1432 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:34:29.646 INFO 1432 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:34:33.929 INFO 16104 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16104 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:34:33.932 INFO 16104 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:34:34.642 INFO 16104 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:34:34.644 INFO 16104 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:34:34.682 INFO 16104 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:34:34.763 WARN 16104 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:34:35.026 INFO 16104 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:34:35.029 INFO 16104 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e023eb20] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:34:35.034 INFO 16104 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:34:35.039 INFO 16104 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:34:35.047 INFO 16104 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$76957a4f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:34:35.257 INFO 16104 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:34:35.276 INFO 16104 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:34:35.276 INFO 16104 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:34:35.398 INFO 16104 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:34:35.398 INFO 16104 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1376 ms
|
|
|
-2023-06-19 16:34:35.600 INFO 16104 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:34:35.700 INFO 16104 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:34:35.700 INFO 16104 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:34:35.700 INFO 16104 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:34:35.700 INFO 16104 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:34:36.759 INFO 16104 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:34:37.073 INFO 16104 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:34:37.176 INFO 16104 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:34:37.178 INFO 16104 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 3.764 seconds (JVM running for 4.515)
|
|
|
-2023-06-19 16:34:37.181 INFO 16104 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:34:39.151 INFO 16104 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:34:39.151 INFO 16104 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:34:39.162 INFO 16104 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
|
|
|
-2023-06-19 16:42:14.658 INFO 16104 --- [Thread-9] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:42:14.659 INFO 16104 --- [Thread-9] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:42:14.676 INFO 16104 --- [Thread-9] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:42:14.677 INFO 16104 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:42:14.685 INFO 16104 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:42:18.930 INFO 5572 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 5572 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:42:18.933 INFO 5572 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:42:19.913 INFO 5572 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:42:19.916 INFO 5572 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:42:19.960 INFO 5572 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:42:20.061 WARN 5572 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:42:20.325 INFO 5572 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:42:20.328 INFO 5572 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$31e32d6a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:42:20.333 INFO 5572 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:42:20.338 INFO 5572 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:42:20.347 INFO 5572 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c854bc99] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:42:20.553 INFO 5572 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:42:20.571 INFO 5572 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:42:20.572 INFO 5572 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:42:20.668 INFO 5572 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:42:20.668 INFO 5572 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1646 ms
|
|
|
-2023-06-19 16:42:20.868 INFO 5572 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:42:20.965 INFO 5572 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:42:20.965 INFO 5572 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:42:20.965 INFO 5572 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:42:20.965 INFO 5572 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:42:21.926 INFO 5572 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:42:22.199 INFO 5572 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:42:22.275 INFO 5572 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:42:22.278 INFO 5572 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 3.851 seconds (JVM running for 4.509)
|
|
|
-2023-06-19 16:42:22.280 INFO 5572 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:42:34.563 INFO 5572 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:42:34.564 INFO 5572 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:42:34.571 INFO 5572 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
-2023-06-19 16:42:59.095 INFO 5572 --- [Thread-9] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:42:59.096 INFO 5572 --- [Thread-9] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:42:59.110 INFO 5572 --- [Thread-9] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:42:59.110 INFO 5572 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:42:59.115 INFO 5572 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:43:03.191 INFO 15260 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15260 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:43:03.194 INFO 15260 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:43:04.007 INFO 15260 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:43:04.009 INFO 15260 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:43:04.043 INFO 15260 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:43:04.112 WARN 15260 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:43:04.374 INFO 15260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:43:04.378 INFO 15260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c9b10ad9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:43:04.382 INFO 15260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:43:04.387 INFO 15260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:43:04.395 INFO 15260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$60229a08] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:43:04.603 INFO 15260 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:43:04.621 INFO 15260 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:43:04.621 INFO 15260 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:43:04.733 INFO 15260 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:43:04.733 INFO 15260 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1459 ms
|
|
|
-2023-06-19 16:43:04.937 INFO 15260 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:43:05.037 INFO 15260 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:43:05.037 INFO 15260 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:43:05.037 INFO 15260 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:43:05.037 INFO 15260 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:43:05.985 INFO 15260 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:43:06.283 INFO 15260 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:43:06.357 INFO 15260 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:43:06.360 INFO 15260 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 3.628 seconds (JVM running for 4.272)
|
|
|
-2023-06-19 16:43:06.362 INFO 15260 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:43:08.559 INFO 15260 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:43:08.559 INFO 15260 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:43:08.570 INFO 15260 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
|
|
|
-2023-06-19 16:44:09.845 INFO 15260 --- [Thread-9] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:44:09.846 INFO 15260 --- [Thread-9] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:44:09.860 INFO 15260 --- [Thread-9] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:44:09.861 INFO 15260 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:44:09.866 INFO 15260 --- [Thread-9] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:44:14.119 INFO 10704 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10704 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:44:14.122 INFO 10704 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:44:21.917 INFO 10704 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:44:21.919 INFO 10704 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:44:21.955 INFO 10704 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:44:22.025 WARN 10704 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:44:22.272 INFO 10704 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:44:22.276 INFO 10704 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e6bd0e21] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:44:22.281 INFO 10704 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:44:22.286 INFO 10704 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:44:22.294 INFO 10704 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7d2e9d50] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:44:22.509 INFO 10704 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:44:22.528 INFO 10704 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:44:22.528 INFO 10704 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:44:22.622 INFO 10704 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:44:22.622 INFO 10704 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1252 ms
|
|
|
-2023-06-19 16:44:22.820 INFO 10704 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:44:22.921 INFO 10704 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:44:22.921 INFO 10704 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:44:22.921 INFO 10704 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:44:22.922 INFO 10704 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:44:23.903 INFO 10704 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:44:24.183 INFO 10704 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:44:24.257 INFO 10704 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:44:24.260 INFO 10704 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 10.619 seconds (JVM running for 11.317)
|
|
|
-2023-06-19 16:44:24.262 INFO 10704 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:44:31.430 INFO 10704 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:44:31.431 INFO 10704 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:44:31.438 INFO 10704 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
|
|
|
-2023-06-19 16:44:55.681 INFO 10704 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:44:55.682 INFO 10704 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:44:55.697 INFO 10704 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:44:55.698 INFO 10704 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:44:55.710 INFO 10704 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:44:59.873 INFO 16336 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16336 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:44:59.876 INFO 16336 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:45:00.538 INFO 16336 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:45:00.540 INFO 16336 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:45:00.578 INFO 16336 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:45:00.649 WARN 16336 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:45:00.941 INFO 16336 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:45:00.945 INFO 16336 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c8da9fb9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:45:00.950 INFO 16336 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:45:00.956 INFO 16336 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:45:00.965 INFO 16336 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5f4c2ee8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:45:01.176 INFO 16336 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:45:01.195 INFO 16336 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:45:01.195 INFO 16336 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:45:01.305 INFO 16336 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:45:01.305 INFO 16336 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1353 ms
|
|
|
-2023-06-19 16:45:01.498 INFO 16336 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:45:01.595 INFO 16336 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:45:01.595 INFO 16336 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:45:01.595 INFO 16336 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:45:01.595 INFO 16336 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:45:02.535 INFO 16336 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:45:02.802 INFO 16336 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:45:02.877 INFO 16336 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:45:02.880 INFO 16336 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 3.477 seconds (JVM running for 4.127)
|
|
|
-2023-06-19 16:45:02.882 INFO 16336 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:45:06.482 INFO 16336 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:45:06.482 INFO 16336 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
-2023-06-19 16:45:06.495 INFO 16336 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
|
|
|
-2023-06-19 16:48:07.624 INFO 16336 --- [Thread-8] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:48:07.624 INFO 16336 --- [Thread-8] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:48:07.639 INFO 16336 --- [Thread-8] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:48:07.640 INFO 16336 --- [Thread-8] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:48:07.644 INFO 16336 --- [Thread-8] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
-2023-06-19 16:48:14.870 INFO 1184 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 1184 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
-2023-06-19 16:48:14.873 INFO 1184 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
-2023-06-19 16:48:15.571 INFO 1184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
-2023-06-19 16:48:15.573 INFO 1184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
-2023-06-19 16:48:15.614 INFO 1184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
|
|
|
-2023-06-19 16:48:15.695 WARN 1184 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
-2023-06-19 16:48:15.972 INFO 1184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:48:15.975 INFO 1184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$94ebe449] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:48:15.980 INFO 1184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:48:15.985 INFO 1184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:48:15.993 INFO 1184 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2b5d7378] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
-2023-06-19 16:48:16.196 INFO 1184 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
-2023-06-19 16:48:16.214 INFO 1184 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
-2023-06-19 16:48:16.215 INFO 1184 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
-2023-06-19 16:48:16.312 INFO 1184 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
-2023-06-19 16:48:16.312 INFO 1184 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1352 ms
|
|
|
-2023-06-19 16:48:16.509 INFO 1184 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
-2023-06-19 16:48:16.608 INFO 1184 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
-2023-06-19 16:48:16.608 INFO 1184 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
-2023-06-19 16:48:16.608 INFO 1184 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
-2023-06-19 16:48:16.608 INFO 1184 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
-2023-06-19 16:48:17.575 INFO 1184 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:48:17.843 INFO 1184 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:48:17.917 INFO 1184 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
-2023-06-19 16:48:17.920 INFO 1184 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 3.545 seconds (JVM running for 4.182)
|
|
|
-2023-06-19 16:48:17.922 INFO 1184 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
-----------------------------------------------------------
|
|
|
- Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
-2023-06-19 16:49:46.743 INFO 1184 --- [Thread-8] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
-2023-06-19 16:49:46.744 INFO 1184 --- [Thread-8] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
-2023-06-19 16:49:46.764 INFO 1184 --- [Thread-8] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
-2023-06-19 16:49:46.765 INFO 1184 --- [Thread-8] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
-2023-06-19 16:49:46.769 INFO 1184 --- [Thread-8] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|