2025-06-10 13:18:22 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 12484 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 13:18:22 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 13:18:23 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 13:18:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 13:18:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 13:18:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 13:18:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:18:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 13:18:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 13:18:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:18:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:18:23 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 13:18:23 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 13:18:23 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 13:18:23 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 13:18:23 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 13:18:23 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 13:18:23 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 13:18:23 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 13:18:23 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 13:18:23 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 13:18:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:18:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:18:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$323bc26b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:18:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 13:18:24 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 13:18:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 13:18:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$91dabcd9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:18:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$a4f39a89] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:18:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:18:24 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 13:18:24 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 13:18:24 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 13:18:24 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 13:18:24 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 13:18:24 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2098 ms
|
2025-06-10 13:18:25 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 13:18:26 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 13:18:27 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 13:18:27 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 13:18:27 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 13:18:27 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 13:18:27 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 13:18:27 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 13:18:27 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 13:18:27 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 13:18:27 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 13:18:27 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 13:18:27 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 13:18:27 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 13:18:27 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 13:18:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:18:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 13:18:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 13:18:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 13:18:27 [main] INFO com.whyc.App - Started App in 5.703 seconds (JVM running for 6.852)
|
2025-06-10 13:41:20 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 9372 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 13:41:20 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 13:41:21 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 13:41:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 13:41:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 13:41:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 13:41:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:41:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 13:41:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 13:41:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:41:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:41:21 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 13:41:21 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 13:41:21 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 13:41:21 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 13:41:21 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 13:41:21 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 13:41:21 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 13:41:21 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 13:41:21 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 13:41:21 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 13:41:22 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:41:22 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:41:22 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$4bb0d3a3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:41:22 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 13:41:22 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 13:41:22 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 13:41:22 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ab4fce11] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:41:22 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$be68abc1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:41:22 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:41:22 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 13:41:22 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 13:41:22 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 13:41:22 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 13:41:22 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 13:41:22 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1790 ms
|
2025-06-10 13:41:23 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 13:41:24 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 13:41:25 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 13:41:25 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 13:41:25 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 13:41:25 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 13:41:25 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 13:41:25 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 13:41:25 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 13:41:25 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 13:41:25 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 13:41:25 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 13:41:25 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 13:41:25 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 13:41:25 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 13:41:25 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:41:25 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 13:41:25 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 13:41:25 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 13:41:25 [main] INFO com.whyc.App - Started App in 5.022 seconds (JVM running for 6.078)
|
2025-06-10 13:41:49 [http-nio-8108-exec-6] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 13:41:49 [http-nio-8108-exec-6] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 13:41:49 [http-nio-8108-exec-6] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 12 ms
|
2025-06-10 13:41:49 [http-nio-8108-exec-6] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 13:44:01 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 15600 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 13:44:01 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 13:44:02 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 13:44:02 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 13:44:02 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 13:44:02 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 13:44:02 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:44:02 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 13:44:02 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 13:44:02 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:44:02 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:44:02 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 13:44:02 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 13:44:02 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 13:44:02 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 13:44:02 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 13:44:02 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 13:44:02 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 13:44:02 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 13:44:02 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 13:44:02 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 13:44:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:44:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:44:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$54dd660d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:44:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 13:44:02 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 13:44:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 13:44:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b47c607b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:44:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$c7953e2b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:44:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:44:02 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 13:44:02 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 13:44:02 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 13:44:02 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 13:44:03 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 13:44:03 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1849 ms
|
2025-06-10 13:44:03 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 13:44:05 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 13:44:05 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 13:44:06 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 13:44:06 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 13:44:06 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 13:44:06 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 13:44:06 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 13:44:06 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 13:44:06 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 13:44:06 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 13:44:06 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 13:44:06 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 13:44:06 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 13:44:06 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 13:44:06 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:44:06 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 13:44:06 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 13:44:06 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 13:44:06 [main] INFO com.whyc.App - Started App in 5.812 seconds (JVM running for 6.554)
|
2025-06-10 13:44:18 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 13:44:18 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 13:44:18 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 15 ms
|
2025-06-10 13:44:18 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 13:45:48 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 17924 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 13:45:48 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 13:45:49 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 13:45:49 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 13:45:49 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 13:45:49 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 13:45:49 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:45:49 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 13:45:49 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 13:45:49 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:45:49 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:45:49 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 13:45:49 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 13:45:49 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 13:45:49 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 13:45:49 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 13:45:50 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 13:45:50 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 13:45:50 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 13:45:50 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 13:45:50 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 13:45:50 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:45:50 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:45:50 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$6b493573] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:45:50 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 13:45:50 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 13:45:50 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 13:45:50 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cae82fe1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:45:50 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$de010d91] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:45:50 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 13:45:50 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 13:45:50 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 13:45:50 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 13:45:50 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 13:45:51 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 13:45:51 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2130 ms
|
2025-06-10 13:45:51 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 13:45:53 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 13:45:53 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 13:45:53 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 13:45:53 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 13:45:53 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 13:45:53 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 13:45:54 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 13:45:54 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 13:45:54 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 13:45:54 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 13:45:54 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 13:45:54 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 13:45:54 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 13:45:54 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 13:45:54 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 13:45:54 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 13:45:54 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 13:45:54 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 13:45:54 [main] INFO com.whyc.App - Started App in 5.767 seconds (JVM running for 6.545)
|
2025-06-10 13:46:38 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 13:46:38 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 13:46:38 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
2025-06-10 13:46:38 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 14:15:06 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 17144 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 14:15:06 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 14:15:07 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 14:15:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:15:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:15:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:15:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:15:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 14:15:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 14:15:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:15:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:15:07 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 14:15:07 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 14:15:07 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 14:15:07 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 14:15:07 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 14:15:07 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 14:15:07 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 14:15:07 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 14:15:07 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 14:15:07 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 14:15:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:15:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:15:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$4eaebe1c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:15:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 14:15:08 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 14:15:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 14:15:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ae4db88a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:15:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$c166963a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:15:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:15:08 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 14:15:08 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:15:08 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 14:15:08 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 14:15:08 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 14:15:08 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1807 ms
|
2025-06-10 14:15:09 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 14:15:10 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 14:15:11 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 14:15:11 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 14:15:11 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 14:15:11 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 14:15:11 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 14:15:11 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:15:11 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 14:15:11 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 14:15:11 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 14:15:11 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 14:15:11 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 14:15:11 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 14:15:11 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 14:15:11 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:15:11 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:15:11 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:15:11 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 14:15:11 [main] INFO com.whyc.App - Started App in 5.354 seconds (JVM running for 6.352)
|
2025-06-10 14:15:16 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 14:15:16 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 14:15:16 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
2025-06-10 14:15:16 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 14:17:41 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 17912 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 14:17:41 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 14:17:42 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 14:17:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:17:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:17:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:17:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:17:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 14:17:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 14:17:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:17:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:17:42 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 14:17:42 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 14:17:42 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 14:17:42 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 14:17:42 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 14:17:42 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 14:17:42 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 14:17:42 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 14:17:42 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 14:17:42 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 14:17:43 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:17:43 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:17:43 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$2423f713] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:17:43 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 14:17:43 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 14:17:43 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 14:17:43 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$83c2f181] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:17:43 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$96dbcf31] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:17:43 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:17:43 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 14:17:43 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:17:43 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 14:17:43 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 14:17:43 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 14:17:43 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1794 ms
|
2025-06-10 14:17:43 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 14:17:45 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 14:17:45 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 14:17:46 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 14:17:46 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 14:17:46 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 14:17:46 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 14:17:46 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:17:46 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 14:17:46 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 14:17:46 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 14:17:46 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 14:17:46 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 14:17:46 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 14:17:46 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 14:17:46 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:17:46 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:17:46 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:17:46 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 14:17:46 [main] INFO com.whyc.App - Started App in 4.953 seconds (JVM running for 5.625)
|
2025-06-10 14:17:49 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 14:17:49 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 14:17:49 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
2025-06-10 14:17:49 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 14:21:42 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 16320 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 14:21:42 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 14:21:43 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 14:21:43 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:21:43 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:21:43 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:21:43 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:21:43 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 14:21:43 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 14:21:43 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:21:43 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:21:43 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 14:21:43 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 14:21:43 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 14:21:43 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 14:21:43 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 14:21:43 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 14:21:43 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 14:21:43 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 14:21:43 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 14:21:43 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 14:21:44 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:21:44 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:21:44 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$ee788da1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:21:44 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 14:21:44 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 14:21:44 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 14:21:44 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4e17880f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:21:44 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$613065bf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:21:44 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:21:44 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 14:21:44 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:21:44 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 14:21:44 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 14:21:44 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 14:21:44 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1865 ms
|
2025-06-10 14:21:45 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 14:21:47 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 14:21:47 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 14:21:47 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 14:21:47 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 14:21:47 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 14:21:47 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 14:21:47 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:21:47 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 14:21:47 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 14:21:47 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 14:21:47 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 14:21:47 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 14:21:47 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 14:21:47 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 14:21:47 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:21:47 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:21:47 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:21:47 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 14:21:47 [main] INFO com.whyc.App - Started App in 5.129 seconds (JVM running for 5.826)
|
2025-06-10 14:22:26 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 14:22:26 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 14:22:26 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 12 ms
|
2025-06-10 14:22:26 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 14:22:51 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 16676 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 14:22:51 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 14:22:52 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 14:22:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:22:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:22:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:22:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:22:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 14:22:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 14:22:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:22:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:22:52 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 14:22:52 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 14:22:52 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 14:22:52 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 14:22:52 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 14:22:52 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 14:22:52 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 14:22:52 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 14:22:52 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 14:22:52 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 14:22:52 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:22:52 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:22:52 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$5b78d016] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:22:52 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 14:22:52 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 14:22:52 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 14:22:52 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bb17ca84] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:22:52 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$ce30a834] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:22:52 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:22:53 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 14:22:53 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:22:53 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 14:22:53 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 14:22:53 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 14:22:53 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1773 ms
|
2025-06-10 14:22:53 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 14:22:55 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 14:22:55 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 14:22:55 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 14:22:55 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 14:22:55 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 14:22:55 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 14:22:55 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:22:55 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 14:22:55 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 14:22:55 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 14:22:55 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 14:22:55 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 14:22:55 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 14:22:55 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 14:22:55 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:22:55 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:22:55 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:22:55 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 14:22:55 [main] INFO com.whyc.App - Started App in 4.946 seconds (JVM running for 5.796)
|
2025-06-10 14:23:00 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 14:23:00 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 14:23:00 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 9 ms
|
2025-06-10 14:23:00 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 14:24:33 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 2140 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 14:24:33 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 14:24:35 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 14:24:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:24:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:24:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:24:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:24:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 14:24:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 14:24:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:24:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:24:35 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 14:24:35 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 14:24:35 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 14:24:35 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 14:24:35 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 14:24:35 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 14:24:35 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 14:24:35 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 14:24:35 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 14:24:35 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 14:24:35 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:24:35 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:24:35 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$65f5336b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:24:35 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 14:24:35 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 14:24:35 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 14:24:35 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c5942dd9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:24:35 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$d8ad0b89] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:24:35 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:24:36 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 14:24:36 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:24:36 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 14:24:36 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 14:24:36 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 14:24:36 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2734 ms
|
2025-06-10 14:24:36 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 14:24:38 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 14:24:39 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 14:24:39 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 14:24:39 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 14:24:39 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 14:24:39 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 14:24:39 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:24:39 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 14:24:39 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 14:24:39 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 14:24:39 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 14:24:39 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 14:24:39 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 14:24:39 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 14:24:39 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:24:39 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:24:39 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:24:39 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 14:24:39 [main] INFO com.whyc.App - Started App in 6.574 seconds (JVM running for 8.201)
|
2025-06-10 14:25:44 [Thread-14] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
|
2025-06-10 14:25:44 [Thread-14] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
|
2025-06-10 14:26:33 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 17472 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 14:26:33 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 14:26:34 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 14:26:34 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:26:34 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:26:34 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:26:34 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:26:34 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 14:26:34 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 14:26:34 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:26:34 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:26:34 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 14:26:34 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 14:26:34 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 14:26:34 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 14:26:34 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 14:26:34 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 14:26:34 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 14:26:34 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 14:26:34 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 14:26:34 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 14:26:34 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:26:34 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:26:34 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$7b5c8035] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:26:34 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 14:26:34 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 14:26:34 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 14:26:34 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$dafb7aa3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:26:34 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$ee145853] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:26:34 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:26:35 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 14:26:35 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:26:35 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 14:26:35 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 14:26:35 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 14:26:35 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1824 ms
|
2025-06-10 14:26:35 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 14:26:37 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 14:26:37 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 14:26:37 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 14:26:37 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 14:26:37 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 14:26:37 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 14:26:37 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:26:37 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 14:26:37 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 14:26:37 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 14:26:37 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 14:26:37 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 14:26:37 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 14:26:37 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 14:26:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:26:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:26:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:26:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 14:26:37 [main] INFO com.whyc.App - Started App in 5.235 seconds (JVM running for 6.308)
|
2025-06-10 14:26:38 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 14:26:38 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 14:26:38 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 10 ms
|
2025-06-10 14:26:38 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 14:48:32 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 18304 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 14:48:32 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 14:48:33 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 14:48:33 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:48:33 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:48:33 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:48:33 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:48:33 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 14:48:33 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 14:48:33 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:48:33 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:48:33 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 14:48:33 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 14:48:33 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 14:48:33 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 14:48:33 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 14:48:33 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 14:48:33 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 14:48:33 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 14:48:33 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 14:48:33 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 14:48:33 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:48:33 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:48:33 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$f98083c9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:48:33 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 14:48:33 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 14:48:33 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 14:48:33 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$591f7e37] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:48:33 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$6c385be7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:48:33 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:48:34 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 14:48:34 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:48:34 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 14:48:34 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 14:48:34 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 14:48:34 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2162 ms
|
2025-06-10 14:48:34 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 14:48:36 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 14:48:37 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 14:48:37 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 14:48:37 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 14:48:37 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 14:48:37 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 14:48:37 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:48:37 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 14:48:37 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 14:48:37 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 14:48:37 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 14:48:37 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 14:48:37 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 14:48:37 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 14:48:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:48:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:48:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:48:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 14:48:37 [main] INFO com.whyc.App - Started App in 6.128 seconds (JVM running for 7.085)
|
2025-06-10 14:48:48 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 14:48:48 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 14:48:48 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 10 ms
|
2025-06-10 14:48:48 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 14:49:32 [Thread-14] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
|
2025-06-10 14:49:32 [Thread-14] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
|
2025-06-10 14:49:32 [Thread-14] INFO o.a.s.s.m.AbstractValidatingSessionManager - Disabled session validation scheduler.
|
2025-06-10 14:49:56 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 17052 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 14:49:56 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 14:49:57 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 14:49:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:49:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:49:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:49:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:49:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 14:49:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 14:49:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:49:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:49:57 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 14:49:57 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 14:49:57 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 14:49:57 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 14:49:57 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 14:49:57 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 14:49:57 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 14:49:57 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 14:49:57 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 14:49:57 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 14:49:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:49:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:49:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$ad9da02f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:49:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 14:49:58 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 14:49:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 14:49:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d3c9a9d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:49:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$2055784d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:49:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:49:58 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 14:49:58 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:49:58 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 14:49:58 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 14:49:58 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 14:49:58 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2032 ms
|
2025-06-10 14:49:59 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 14:50:01 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 14:50:01 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 14:50:01 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 14:50:01 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 14:50:01 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 14:50:01 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 14:50:01 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:50:01 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 14:50:01 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 14:50:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 14:50:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 14:50:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 14:50:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 14:50:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 14:50:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:50:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:50:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:50:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 14:50:01 [main] INFO com.whyc.App - Started App in 5.911 seconds (JVM running for 6.864)
|
2025-06-10 14:50:14 [Thread-13] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
|
2025-06-10 14:50:14 [Thread-13] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
|
2025-06-10 14:52:29 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 6120 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 14:52:29 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 14:52:30 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 14:52:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:52:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:52:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:52:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:52:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 14:52:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 14:52:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:52:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:52:30 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 14:52:30 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 14:52:30 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 14:52:30 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 14:52:30 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 14:52:30 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 14:52:30 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 14:52:30 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 14:52:30 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 14:52:30 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 14:52:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:52:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:52:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$9d342d7b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:52:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 14:52:30 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 14:52:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 14:52:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fcd327e9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:52:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$fec0599] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:52:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:52:31 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 14:52:31 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:52:31 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 14:52:31 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 14:52:31 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 14:52:31 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1819 ms
|
2025-06-10 14:52:31 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 14:52:33 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 14:52:33 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 14:52:33 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 14:52:33 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 14:52:33 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 14:52:33 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 14:52:34 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:52:34 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 14:52:34 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 14:52:34 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 14:52:34 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 14:52:34 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 14:52:34 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 14:52:34 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 14:52:34 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:52:34 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:52:34 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:52:34 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 14:52:34 [main] INFO com.whyc.App - Started App in 5.143 seconds (JVM running for 6.07)
|
2025-06-10 14:52:41 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 14:52:41 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 14:52:41 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
2025-06-10 14:52:41 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 14:57:13 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 18804 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 14:57:13 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 14:57:14 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 14:57:14 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:57:14 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:57:14 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:57:14 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:57:14 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 14:57:14 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 14:57:14 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:57:14 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:57:14 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 14:57:14 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 14:57:14 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 14:57:14 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 14:57:14 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 14:57:14 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 14:57:14 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 14:57:14 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 14:57:14 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 14:57:14 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 14:57:14 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:57:14 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:57:14 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$94cfca4f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:57:14 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 14:57:14 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 14:57:14 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 14:57:14 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f46ec4bd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:57:14 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$787a26d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:57:14 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:57:15 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 14:57:15 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:57:15 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 14:57:15 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 14:57:15 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 14:57:15 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1781 ms
|
2025-06-10 14:57:15 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 14:57:17 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 14:57:17 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 14:57:17 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 14:57:17 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 14:57:17 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 14:57:17 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 14:57:17 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:57:17 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 14:57:17 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 14:57:17 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 14:57:17 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 14:57:17 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 14:57:17 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 14:57:17 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 14:57:17 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:57:17 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:57:17 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:57:17 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 14:57:18 [main] INFO com.whyc.App - Started App in 5.071 seconds (JVM running for 6.06)
|
2025-06-10 14:57:27 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 14:57:27 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 14:57:27 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 13 ms
|
2025-06-10 14:57:27 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 14:57:47 [http-nio-8108-exec-6] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Failure in @ExceptionHandler public com.whyc.dto.Response com.whyc.aop.CustomExceptionResultHandler.sendErrorResponse2Defined(java.lang.Exception,javax.servlet.http.HttpServletResponse,javax.servlet.http.HttpServletRequest)
|
org.springframework.dao.DataIntegrityViolationException:
|
### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'message' at row 1
|
### The error may exist in com/whyc/mapper/UserLogMapper.java (best guess)
|
### The error may involve com.whyc.mapper.UserLogMapper.insert-Inline
|
### The error occurred while setting parameters
|
### SQL: INSERT INTO db_user.tb_user_log ( CATEGORY, TYPE, MESSAGE, MESSAGE_DETAIL, USER_ID, USER_NAME, TERMINAL_IP, CREATE_TIME ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ? )
|
### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'message' at row 1
|
; Data truncation: Data too long for column 'message' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'message' at row 1
|
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:104)
|
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
|
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
|
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
|
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:73)
|
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:446)
|
at com.sun.proxy.$Proxy107.insert(Unknown Source)
|
at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:278)
|
at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:58)
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:62)
|
at com.sun.proxy.$Proxy108.insert(Unknown Source)
|
at com.whyc.service.UserLogService.add(UserLogService.java:33)
|
at com.whyc.aop.CustomExceptionResultHandler.sendErrorResponse2Defined(CustomExceptionResultHandler.java:34)
|
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:105)
|
at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:409)
|
at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:61)
|
at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:141)
|
at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:80)
|
at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1299)
|
at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1111)
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1057)
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
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 com.github.xiaoymin.knife4j.spring.filter.ProductionSecurityFilter.doFilter(ProductionSecurityFilter.java:53)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
at com.github.xiaoymin.knife4j.spring.filter.SecurityBasicAuthFilter.doFilter(SecurityBasicAuthFilter.java:90)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
at com.whyc.filter.CrossDomainFilter.doFilter(CrossDomainFilter.java:93)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
at com.whyc.filter.AccessFilter.doFilter(AccessFilter.java:59)
|
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.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.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
|
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:541)
|
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:367)
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860)
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1598)
|
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)
|
Caused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'message' at row 1
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:960)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:388)
|
at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:498)
|
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.$Proxy186.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 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.plugin.Plugin.invoke(Plugin.java:63)
|
at com.sun.proxy.$Proxy184.update(Unknown Source)
|
at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doUpdate(MybatisSimpleExecutor.java:54)
|
at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
|
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.plugin.Plugin.invoke(Plugin.java:63)
|
at com.sun.proxy.$Proxy183.update(Unknown Source)
|
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:433)
|
... 73 common frames omitted
|
2025-06-10 14:57:47 [http-nio-8108-exec-6] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [/pis] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'stic' not found. Available parameters are [battgroupId, typeList, testEndTime, param3, testStartTime, param4, param1, param2]] with root cause
|
org.apache.ibatis.binding.BindingException: Parameter 'stic' not found. Available parameters are [battgroupId, typeList, testEndTime, param3, testStartTime, param4, param1, param2]
|
at org.apache.ibatis.binding.MapperMethod$ParamMap.get(MapperMethod.java:212)
|
at org.apache.ibatis.scripting.xmltags.DynamicContext$ContextAccessor.getProperty(DynamicContext.java:120)
|
at org.apache.ibatis.ognl.OgnlRuntime.getProperty(OgnlRuntime.java:2719)
|
at org.apache.ibatis.ognl.ASTProperty.getValueBody(ASTProperty.java:114)
|
at org.apache.ibatis.ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:212)
|
at org.apache.ibatis.ognl.SimpleNode.getValue(SimpleNode.java:258)
|
at org.apache.ibatis.ognl.ASTChain.getValueBody(ASTChain.java:141)
|
at org.apache.ibatis.ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:212)
|
at org.apache.ibatis.ognl.SimpleNode.getValue(SimpleNode.java:258)
|
at org.apache.ibatis.ognl.ASTNotEq.getValueBody(ASTNotEq.java:50)
|
at org.apache.ibatis.ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:212)
|
at org.apache.ibatis.ognl.SimpleNode.getValue(SimpleNode.java:258)
|
at org.apache.ibatis.ognl.Ognl.getValue(Ognl.java:493)
|
at org.apache.ibatis.ognl.Ognl.getValue(Ognl.java:457)
|
at org.apache.ibatis.scripting.xmltags.OgnlCache.getValue(OgnlCache.java:46)
|
at org.apache.ibatis.scripting.xmltags.ExpressionEvaluator.evaluateBoolean(ExpressionEvaluator.java:32)
|
at org.apache.ibatis.scripting.xmltags.IfSqlNode.apply(IfSqlNode.java:34)
|
at org.apache.ibatis.scripting.xmltags.MixedSqlNode.lambda$apply$0(MixedSqlNode.java:32)
|
at java.util.ArrayList.forEach(ArrayList.java:1255)
|
at org.apache.ibatis.scripting.xmltags.MixedSqlNode.apply(MixedSqlNode.java:32)
|
at org.apache.ibatis.scripting.xmltags.TrimSqlNode.apply(TrimSqlNode.java:55)
|
at org.apache.ibatis.scripting.xmltags.MixedSqlNode.lambda$apply$0(MixedSqlNode.java:32)
|
at java.util.ArrayList.forEach(ArrayList.java:1255)
|
at org.apache.ibatis.scripting.xmltags.MixedSqlNode.apply(MixedSqlNode.java:32)
|
at org.apache.ibatis.scripting.xmltags.DynamicSqlSource.getBoundSql(DynamicSqlSource.java:39)
|
at org.apache.ibatis.mapping.MappedStatement.getBoundSql(MappedStatement.java:297)
|
at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:83)
|
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
at com.sun.proxy.$Proxy183.query(Unknown Source)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
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:433)
|
at com.sun.proxy.$Proxy107.selectList(Unknown Source)
|
at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:230)
|
at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:158)
|
at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:76)
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:62)
|
at com.sun.proxy.$Proxy133.getNoDischargeData(Unknown Source)
|
at com.whyc.service.BatttestdataInfService.getNoDischargeData(BatttestdataInfService.java:759)
|
at com.whyc.service.BatttestdataInfService.getDischr6Statistic(BatttestdataInfService.java:735)
|
at com.whyc.controller.StatisticController.getDischr6Statistic(StatisticController.java:83)
|
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:105)
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:893)
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:798)
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
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 com.github.xiaoymin.knife4j.spring.filter.ProductionSecurityFilter.doFilter(ProductionSecurityFilter.java:53)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
at com.github.xiaoymin.knife4j.spring.filter.SecurityBasicAuthFilter.doFilter(SecurityBasicAuthFilter.java:90)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
at com.whyc.filter.CrossDomainFilter.doFilter(CrossDomainFilter.java:93)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
at com.whyc.filter.AccessFilter.doFilter(AccessFilter.java:59)
|
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.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.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
|
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:541)
|
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:367)
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860)
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1598)
|
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)
|
2025-06-10 14:59:07 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 1604 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 14:59:07 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 14:59:08 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 14:59:08 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:59:08 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:59:08 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:59:08 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:59:08 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 14:59:08 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 14:59:08 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:59:08 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:59:08 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 14:59:08 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 14:59:08 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 14:59:08 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 14:59:08 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 14:59:08 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 14:59:08 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 14:59:08 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 14:59:08 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 14:59:08 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 14:59:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:59:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:59:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$68601091] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:59:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 14:59:08 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 14:59:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 14:59:08 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c7ff0aff] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:59:09 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$db17e8af] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:59:09 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 14:59:09 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 14:59:09 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:59:09 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 14:59:09 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 14:59:09 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 14:59:09 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1883 ms
|
2025-06-10 14:59:09 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 14:59:11 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 14:59:11 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 14:59:11 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 14:59:11 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 14:59:11 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 14:59:12 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 14:59:12 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 14:59:12 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 14:59:12 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 14:59:12 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 14:59:12 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 14:59:12 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 14:59:12 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 14:59:12 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 14:59:12 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 14:59:12 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 14:59:12 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 14:59:12 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 14:59:12 [main] INFO com.whyc.App - Started App in 5.011 seconds (JVM running for 5.667)
|
2025-06-10 14:59:15 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 14:59:15 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 14:59:15 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 13 ms
|
2025-06-10 14:59:15 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 15:01:04 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 18168 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 15:01:04 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 15:01:05 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 15:01:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:01:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:01:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:01:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:01:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 15:01:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 15:01:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:01:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:01:05 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 15:01:05 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 15:01:05 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 15:01:05 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 15:01:05 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 15:01:05 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 15:01:05 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 15:01:05 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 15:01:05 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 15:01:05 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 15:01:05 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:01:05 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:01:05 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$55eaa0b0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:01:05 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 15:01:05 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 15:01:05 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 15:01:05 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b5899b1e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:01:05 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$c8a278ce] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:01:05 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:01:06 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 15:01:06 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:01:06 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 15:01:06 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 15:01:06 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 15:01:06 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1807 ms
|
2025-06-10 15:01:06 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 15:01:08 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 15:01:08 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 15:01:08 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 15:01:08 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 15:01:08 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 15:01:08 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 15:01:09 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:01:09 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 15:01:09 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 15:01:09 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 15:01:09 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 15:01:09 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 15:01:09 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 15:01:09 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 15:01:09 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:01:09 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:01:09 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:01:09 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 15:01:09 [main] INFO com.whyc.App - Started App in 5.258 seconds (JVM running for 6.22)
|
2025-06-10 15:01:21 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 15:01:21 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 15:01:21 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 13 ms
|
2025-06-10 15:01:21 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 15:04:16 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 5284 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 15:04:16 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 15:04:17 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 15:04:17 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:04:17 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:04:17 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:04:17 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:04:17 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 15:04:17 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 15:04:17 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:04:17 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:04:17 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 15:04:17 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 15:04:17 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 15:04:17 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 15:04:17 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 15:04:17 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 15:04:17 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 15:04:17 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 15:04:17 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 15:04:17 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 15:04:17 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:04:17 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:04:17 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$1ae8224d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:04:17 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 15:04:17 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 15:04:17 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 15:04:17 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7a871cbb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:04:17 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$8d9ffa6b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:04:17 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:04:18 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 15:04:18 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:04:18 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 15:04:18 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 15:04:18 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 15:04:18 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1766 ms
|
2025-06-10 15:04:18 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 15:04:20 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 15:04:20 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 15:04:20 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 15:04:20 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 15:04:20 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 15:04:20 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 15:04:20 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:04:20 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 15:04:20 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 15:04:20 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 15:04:20 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 15:04:20 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 15:04:20 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 15:04:20 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 15:04:20 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:04:20 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:04:20 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:04:20 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 15:04:20 [main] INFO com.whyc.App - Started App in 4.948 seconds (JVM running for 5.929)
|
2025-06-10 15:04:24 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 15:04:24 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 15:04:24 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
2025-06-10 15:04:24 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 15:05:36 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 19248 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 15:05:36 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 15:05:37 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 15:05:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:05:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:05:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:05:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:05:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 15:05:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 15:05:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:05:37 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:05:37 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 15:05:37 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 15:05:37 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 15:05:37 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 15:05:37 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 15:05:37 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 15:05:37 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 15:05:37 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 15:05:37 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 15:05:37 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 15:05:38 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:05:38 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:05:38 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$2bd10281] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:05:38 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 15:05:38 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 15:05:38 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 15:05:38 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8b6ffcef] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:05:38 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$9e88da9f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:05:38 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:05:38 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 15:05:38 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:05:38 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 15:05:38 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 15:05:38 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 15:05:38 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1953 ms
|
2025-06-10 15:05:39 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 15:05:41 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 15:05:41 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 15:05:41 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 15:05:41 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 15:05:41 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 15:05:42 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 15:05:42 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:05:42 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 15:05:42 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 15:05:42 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 15:05:42 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 15:05:42 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 15:05:42 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 15:05:42 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 15:05:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:05:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:05:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:05:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 15:05:42 [main] INFO com.whyc.App - Started App in 5.82 seconds (JVM running for 6.796)
|
2025-06-10 15:05:45 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 15:05:45 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 15:05:45 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 15 ms
|
2025-06-10 15:05:45 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 15:06:26 [Thread-14] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
|
2025-06-10 15:06:26 [Thread-14] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
|
2025-06-10 15:06:26 [Thread-14] INFO o.a.s.s.m.AbstractValidatingSessionManager - Disabled session validation scheduler.
|
2025-06-10 15:17:40 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 17472 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 15:17:40 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 15:17:41 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 15:17:41 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:17:41 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:17:41 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:17:41 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:17:41 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 15:17:41 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 15:17:41 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:17:41 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:17:41 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 15:17:41 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 15:17:41 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 15:17:41 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 15:17:41 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 15:17:41 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 15:17:41 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 15:17:41 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 15:17:41 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 15:17:41 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 15:17:42 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:17:42 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:17:42 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$60d3ba32] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:17:42 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 15:17:42 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 15:17:42 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 15:17:42 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c072b4a0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:17:42 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$d38b9250] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:17:42 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:17:42 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 15:17:42 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:17:42 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 15:17:42 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 15:17:42 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 15:17:42 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1830 ms
|
2025-06-10 15:17:42 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 15:17:44 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 15:17:45 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 15:17:45 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 15:17:45 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 15:17:45 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 15:17:45 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 15:17:45 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:17:45 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 15:17:45 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 15:17:45 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 15:17:45 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 15:17:45 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 15:17:45 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 15:17:45 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 15:17:45 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:17:45 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:17:45 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:17:45 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 15:17:45 [main] INFO com.whyc.App - Started App in 5.179 seconds (JVM running for 5.849)
|
2025-06-10 15:19:21 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 4180 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 15:19:21 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 15:19:22 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 15:19:22 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:19:22 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:19:22 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:19:22 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:19:22 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 15:19:22 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 15:19:22 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:19:22 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:19:22 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 15:19:22 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 15:19:22 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 15:19:22 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 15:19:22 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 15:19:22 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 15:19:22 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 15:19:22 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 15:19:22 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 15:19:22 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 15:19:23 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:19:23 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:19:23 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$fa847921] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:19:23 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 15:19:23 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 15:19:23 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 15:19:23 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5a23738f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:19:23 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$6d3c513f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:19:23 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:19:23 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 15:19:23 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:19:23 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 15:19:23 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 15:19:23 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 15:19:23 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1765 ms
|
2025-06-10 15:19:24 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 15:19:25 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 15:19:26 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 15:19:26 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 15:19:26 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 15:19:26 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 15:19:26 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 15:19:26 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:19:26 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 15:19:26 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 15:19:26 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 15:19:26 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 15:19:26 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 15:19:26 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 15:19:26 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 15:19:26 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:19:26 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:19:26 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:19:26 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 15:19:26 [main] INFO com.whyc.App - Started App in 4.967 seconds (JVM running for 6.052)
|
2025-06-10 15:19:29 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 15:19:29 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 15:19:29 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
2025-06-10 15:19:30 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 15:19:57 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 20028 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 15:19:57 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 15:19:58 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 15:19:58 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:19:58 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:19:58 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:19:58 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:19:58 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 15:19:58 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 15:19:58 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:19:58 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:19:58 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 15:19:58 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 15:19:58 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 15:19:58 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 15:19:58 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 15:19:58 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 15:19:58 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 15:19:58 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 15:19:58 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 15:19:58 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 15:19:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:19:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:19:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$e56452a9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:19:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 15:19:58 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 15:19:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 15:19:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$45034d17] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:19:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$581c2ac7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:19:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:19:59 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 15:19:59 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:19:59 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 15:19:59 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 15:19:59 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 15:19:59 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1906 ms
|
2025-06-10 15:19:59 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 15:20:01 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 15:20:01 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 15:20:01 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 15:20:01 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 15:20:01 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 15:20:01 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 15:20:01 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:20:01 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 15:20:01 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 15:20:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 15:20:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 15:20:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 15:20:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 15:20:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 15:20:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:20:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:20:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:20:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 15:20:01 [main] INFO com.whyc.App - Started App in 5.053 seconds (JVM running for 5.762)
|
2025-06-10 15:20:07 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 15:20:07 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 15:20:07 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 12 ms
|
2025-06-10 15:20:07 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 15:20:56 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 19832 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 15:20:56 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 15:20:57 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 15:20:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:20:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:20:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:20:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:20:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 15:20:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 15:20:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:20:57 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:20:57 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 15:20:57 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 15:20:57 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 15:20:57 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 15:20:57 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 15:20:57 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 15:20:57 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 15:20:57 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 15:20:57 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 15:20:57 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 15:20:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:20:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:20:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$391fa3a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:20:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 15:20:58 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 15:20:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 15:20:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6330f4a8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:20:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$7649d258] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:20:58 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:20:58 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 15:20:58 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:20:58 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 15:20:58 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 15:20:58 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 15:20:58 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1786 ms
|
2025-06-10 15:20:58 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 15:21:00 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 15:21:00 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 15:21:00 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 15:21:00 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 15:21:00 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 15:21:01 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 15:21:01 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:21:01 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 15:21:01 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 15:21:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 15:21:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 15:21:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 15:21:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 15:21:01 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 15:21:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:21:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:21:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:21:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 15:21:01 [main] INFO com.whyc.App - Started App in 4.847 seconds (JVM running for 5.59)
|
2025-06-10 15:21:36 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 15:21:36 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 15:21:36 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 12 ms
|
2025-06-10 15:21:36 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 15:30:23 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 7440 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 15:30:23 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 15:30:24 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 15:30:24 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:30:24 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:30:24 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:30:24 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:30:24 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 15:30:24 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 15:30:24 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:30:24 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:30:24 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 15:30:24 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 15:30:24 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 15:30:24 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 15:30:24 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 15:30:24 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 15:30:24 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 15:30:24 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 15:30:24 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 15:30:24 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 15:30:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:30:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:30:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$1ae8224d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:30:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 15:30:24 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 15:30:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 15:30:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7a871cbb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:30:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$8d9ffa6b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:30:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 15:30:25 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 15:30:25 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:30:25 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 15:30:25 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 15:30:25 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 15:30:25 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2034 ms
|
2025-06-10 15:30:25 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 15:30:27 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 15:30:27 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 15:30:27 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 15:30:27 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 15:30:27 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 15:30:28 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 15:30:28 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 15:30:28 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 15:30:28 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 15:30:28 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 15:30:28 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 15:30:28 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 15:30:28 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 15:30:28 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 15:30:28 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 15:30:28 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 15:30:28 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 15:30:28 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 15:30:28 [main] INFO com.whyc.App - Started App in 5.422 seconds (JVM running for 6.585)
|
2025-06-10 15:32:03 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 15:32:03 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 15:32:03 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
2025-06-10 15:32:03 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 17:25:06 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 11344 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 17:25:06 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 17:25:07 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 17:25:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:25:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:25:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:25:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:25:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 17:25:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 17:25:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:25:07 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:25:07 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 17:25:07 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 17:25:07 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 17:25:07 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 17:25:07 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 17:25:07 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 17:25:07 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 17:25:07 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 17:25:07 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 17:25:07 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 17:25:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:25:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:25:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$c818cbb8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:25:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 17:25:07 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 17:25:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 17:25:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$27b7c626] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:25:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$3ad0a3d6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:25:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:25:08 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 17:25:08 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:25:08 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 17:25:08 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 17:25:08 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 17:25:08 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2147 ms
|
2025-06-10 17:25:08 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 17:25:10 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 17:25:10 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 17:25:10 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 17:25:10 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 17:25:10 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 17:25:11 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 17:25:11 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:25:11 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 17:25:11 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 17:25:11 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 17:25:11 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 17:25:11 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 17:25:11 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 17:25:11 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 17:25:11 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:25:11 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:25:11 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:25:11 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 17:25:11 [main] INFO com.whyc.App - Started App in 5.552 seconds (JVM running for 6.382)
|
2025-06-10 17:25:51 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 19516 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 17:25:51 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 17:25:52 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 17:25:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:25:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:25:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:25:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:25:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 17:25:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 17:25:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:25:52 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:25:52 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 17:25:52 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 17:25:52 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 17:25:52 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 17:25:52 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 17:25:52 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 17:25:52 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 17:25:52 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 17:25:52 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 17:25:52 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 17:25:53 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:25:53 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:25:53 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$1aa307a7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:25:53 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 17:25:53 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 17:25:53 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 17:25:53 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7a420215] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:25:53 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$8d5adfc5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:25:53 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:25:53 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 17:25:53 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:25:53 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 17:25:53 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 17:25:53 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 17:25:53 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1836 ms
|
2025-06-10 17:25:54 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 17:25:55 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 17:25:56 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 17:25:56 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 17:25:56 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 17:25:56 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 17:25:56 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 17:25:56 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:25:56 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 17:25:56 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 17:25:56 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 17:25:56 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 17:25:56 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 17:25:56 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 17:25:56 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 17:25:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:25:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:25:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:25:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 17:25:56 [main] INFO com.whyc.App - Started App in 4.989 seconds (JVM running for 5.665)
|
2025-06-10 17:25:59 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 17:25:59 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 17:25:59 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 13 ms
|
2025-06-10 17:25:59 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 17:27:29 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 21044 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 17:27:29 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 17:27:30 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 17:27:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:27:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:27:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:27:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:27:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 17:27:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 17:27:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:27:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:27:30 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 17:27:30 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 17:27:30 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 17:27:30 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 17:27:30 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 17:27:30 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 17:27:30 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 17:27:30 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 17:27:30 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 17:27:30 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 17:27:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:27:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:27:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$cde227fd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:27:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 17:27:30 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 17:27:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 17:27:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2d81226b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:27:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$409a001b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:27:30 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:27:30 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 17:27:30 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:27:31 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 17:27:31 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 17:27:31 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 17:27:31 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1888 ms
|
2025-06-10 17:27:31 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 17:27:33 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 17:27:33 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 17:27:33 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 17:27:33 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 17:27:33 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 17:27:33 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 17:27:33 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:27:33 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 17:27:33 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 17:27:33 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 17:27:33 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 17:27:33 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 17:27:33 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 17:27:33 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 17:27:33 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:27:33 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:27:33 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:27:33 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 17:27:33 [main] INFO com.whyc.App - Started App in 5.011 seconds (JVM running for 5.676)
|
2025-06-10 17:27:37 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 17:27:37 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 17:27:37 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
2025-06-10 17:27:37 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 17:28:00 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 9636 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 17:28:00 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 17:28:01 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 17:28:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:28:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:28:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:28:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:28:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 17:28:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 17:28:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:28:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:28:01 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 17:28:01 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 17:28:01 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 17:28:01 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 17:28:01 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 17:28:01 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 17:28:01 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 17:28:01 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 17:28:01 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 17:28:01 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 17:28:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:28:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:28:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$d42b8fda] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:28:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 17:28:02 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 17:28:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 17:28:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$33ca8a48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:28:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$46e367f8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:28:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:28:02 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 17:28:02 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:28:02 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 17:28:02 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 17:28:02 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 17:28:02 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1883 ms
|
2025-06-10 17:28:03 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 17:28:04 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 17:28:04 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 17:28:05 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 17:28:05 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 17:28:05 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 17:28:05 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 17:28:05 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:28:05 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 17:28:05 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 17:28:05 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 17:28:05 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 17:28:05 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 17:28:05 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 17:28:05 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 17:28:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:28:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:28:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:28:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 17:28:05 [main] INFO com.whyc.App - Started App in 5.042 seconds (JVM running for 5.723)
|
2025-06-10 17:28:08 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 17:28:08 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 17:28:08 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
2025-06-10 17:28:08 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 17:34:22 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 20836 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 17:34:22 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 17:34:23 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 17:34:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:34:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:34:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:34:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:34:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 17:34:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 17:34:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:34:23 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:34:23 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 17:34:23 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 17:34:23 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 17:34:23 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 17:34:23 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 17:34:23 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 17:34:23 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 17:34:23 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 17:34:23 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 17:34:23 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 17:34:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:34:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:34:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$43bb18db] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:34:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 17:34:24 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 17:34:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 17:34:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a35a1349] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:34:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$b672f0f9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:34:24 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:34:24 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 17:34:24 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:34:24 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 17:34:24 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 17:34:24 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 17:34:24 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2071 ms
|
2025-06-10 17:34:25 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 17:34:27 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 17:34:27 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 17:34:27 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 17:34:27 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 17:34:27 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 17:34:27 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 17:34:27 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:34:27 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 17:34:27 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 17:34:27 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 17:34:27 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 17:34:27 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 17:34:27 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 17:34:27 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 17:34:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:34:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:34:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:34:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 17:34:27 [main] INFO com.whyc.App - Started App in 5.742 seconds (JVM running for 6.503)
|
2025-06-10 17:34:29 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 17:34:29 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 17:34:29 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 15 ms
|
2025-06-10 17:34:29 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 17:43:25 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 19560 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 17:43:25 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 17:43:26 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 17:43:26 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:43:26 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:43:26 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:43:26 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:43:26 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 17:43:26 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 17:43:26 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:43:26 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:43:26 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 17:43:26 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 17:43:26 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 17:43:26 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 17:43:26 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 17:43:26 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 17:43:26 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 17:43:26 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 17:43:26 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 17:43:26 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 17:43:26 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:43:26 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:43:26 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$99dc2887] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:43:26 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 17:43:26 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 17:43:26 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 17:43:26 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f97b22f5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:43:26 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$c9400a5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:43:26 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:43:27 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 17:43:27 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:43:27 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 17:43:27 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 17:43:27 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 17:43:27 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1808 ms
|
2025-06-10 17:43:27 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 17:43:29 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 17:43:29 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 17:43:29 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 17:43:29 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 17:43:29 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 17:43:29 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 17:43:30 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:43:30 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 17:43:30 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 17:43:30 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 17:43:30 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 17:43:30 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 17:43:30 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 17:43:30 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 17:43:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:43:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:43:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:43:30 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 17:43:30 [main] INFO com.whyc.App - Started App in 5.107 seconds (JVM running for 5.783)
|
2025-06-10 17:43:34 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 17:43:34 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 17:43:34 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 12 ms
|
2025-06-10 17:43:34 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 17:44:20 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 11728 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 17:44:20 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 17:44:21 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 17:44:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:44:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:44:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:44:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:44:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 17:44:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 17:44:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:44:21 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:44:21 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 17:44:21 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 17:44:21 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 17:44:21 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 17:44:21 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 17:44:21 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 17:44:21 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 17:44:21 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 17:44:21 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 17:44:21 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 17:44:21 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:44:21 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:44:21 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$25622498] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:44:21 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 17:44:21 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 17:44:21 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 17:44:21 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$85011f06] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:44:21 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$9819fcb6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:44:21 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:44:21 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 17:44:21 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:44:21 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 17:44:21 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 17:44:21 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 17:44:21 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1835 ms
|
2025-06-10 17:44:22 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 17:44:24 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 17:44:24 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 17:44:24 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 17:44:24 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 17:44:24 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 17:44:24 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 17:44:24 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:44:24 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 17:44:24 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 17:44:24 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 17:44:24 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 17:44:24 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 17:44:24 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 17:44:24 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 17:44:24 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:44:24 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:44:24 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:44:24 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 17:44:24 [main] INFO com.whyc.App - Started App in 4.979 seconds (JVM running for 5.725)
|
2025-06-10 17:44:27 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 17:44:27 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 17:44:27 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
2025-06-10 17:44:27 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 17:45:05 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 20024 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 17:45:05 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 17:45:06 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 17:45:06 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:45:06 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:45:06 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:45:06 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:45:06 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 17:45:06 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 17:45:06 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:45:06 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:45:06 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 17:45:06 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 17:45:06 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 17:45:06 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 17:45:06 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 17:45:06 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 17:45:06 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 17:45:06 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 17:45:06 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 17:45:06 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 17:45:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:45:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:45:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$d33353b7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:45:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 17:45:07 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 17:45:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 17:45:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$32d24e25] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:45:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$45eb2bd5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:45:07 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:45:07 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 17:45:07 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:45:07 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 17:45:07 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 17:45:07 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 17:45:07 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1797 ms
|
2025-06-10 17:45:07 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 17:45:09 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 17:45:09 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 17:45:10 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 17:45:10 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 17:45:10 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 17:45:10 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 17:45:10 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:45:10 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 17:45:10 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 17:45:10 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 17:45:10 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 17:45:10 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 17:45:10 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 17:45:10 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 17:45:10 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:45:10 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:45:10 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:45:10 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 17:45:10 [main] INFO com.whyc.App - Started App in 4.94 seconds (JVM running for 5.691)
|
2025-06-10 17:45:13 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 17:45:13 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 17:45:13 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
2025-06-10 17:45:13 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 17:54:00 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 15640 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 17:54:00 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 17:54:01 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 17:54:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:54:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:54:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:54:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:54:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 17:54:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 17:54:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:54:01 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:54:01 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 17:54:01 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 17:54:01 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 17:54:01 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 17:54:01 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 17:54:01 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 17:54:01 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 17:54:01 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 17:54:01 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 17:54:01 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 17:54:01 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:54:01 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:54:01 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$da0c6806] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:54:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 17:54:02 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 17:54:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 17:54:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$39ab6274] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:54:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$4cc44024] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:54:02 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:54:02 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 17:54:02 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:54:02 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 17:54:02 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 17:54:02 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 17:54:02 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1811 ms
|
2025-06-10 17:54:02 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 17:54:04 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 17:54:04 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 17:54:04 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 17:54:04 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 17:54:04 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 17:54:05 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 17:54:05 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:54:05 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 17:54:05 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 17:54:05 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 17:54:05 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 17:54:05 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 17:54:05 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 17:54:05 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 17:54:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:54:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:54:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:54:05 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 17:54:05 [main] INFO com.whyc.App - Started App in 5.002 seconds (JVM running for 5.672)
|
2025-06-10 17:54:44 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 17:54:44 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 17:54:44 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
2025-06-10 17:54:44 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 17:55:43 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 2204 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 17:55:43 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 17:55:44 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 17:55:44 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:55:44 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:55:44 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:55:44 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:55:44 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 17:55:44 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 17:55:44 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:55:44 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:55:44 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 17:55:44 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 17:55:44 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 17:55:44 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 17:55:44 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 17:55:44 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 17:55:44 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 17:55:44 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 17:55:44 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 17:55:44 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 17:55:45 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:55:45 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:55:45 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$2d43435c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:55:45 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 17:55:45 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 17:55:45 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 17:55:45 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8ce23dca] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:55:45 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$9ffb1b7a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:55:45 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 17:55:45 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 17:55:45 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:55:45 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 17:55:45 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 17:55:45 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 17:55:45 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1807 ms
|
2025-06-10 17:55:46 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 17:55:47 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 17:55:48 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 17:55:48 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 17:55:48 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 17:55:48 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 17:55:48 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 17:55:48 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 17:55:48 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 17:55:48 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 17:55:48 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 17:55:48 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 17:55:48 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 17:55:48 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 17:55:48 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 17:55:48 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 17:55:48 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 17:55:48 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 17:55:48 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 17:55:48 [main] INFO com.whyc.App - Started App in 4.919 seconds (JVM running for 5.556)
|
2025-06-10 17:55:54 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 17:55:54 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 17:55:54 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 12 ms
|
2025-06-10 17:55:54 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 18:17:09 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 21436 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 18:17:09 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 18:17:10 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 18:17:10 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 18:17:10 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 18:17:10 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 18:17:10 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 18:17:10 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 18:17:10 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 18:17:10 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 18:17:10 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 18:17:10 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 18:17:11 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 18:17:11 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 18:17:11 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 18:17:11 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 18:17:11 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 18:17:11 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 18:17:11 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 18:17:11 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 18:17:11 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 18:17:11 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:17:11 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:17:11 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$c2920153] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:17:11 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 18:17:11 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 18:17:11 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 18:17:11 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2230fbc1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:17:11 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$3549d971] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:17:11 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:17:11 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 18:17:11 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 18:17:11 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 18:17:11 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 18:17:12 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 18:17:12 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2065 ms
|
2025-06-10 18:17:12 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 18:17:14 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 18:17:14 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 18:17:14 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 18:17:14 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 18:17:14 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 18:17:15 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 18:17:15 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 18:17:15 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 18:17:15 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 18:17:15 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 18:17:15 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 18:17:15 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 18:17:15 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 18:17:15 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 18:17:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 18:17:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 18:17:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 18:17:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 18:17:15 [main] INFO com.whyc.App - Started App in 6.033 seconds (JVM running for 7.024)
|
2025-06-10 18:17:16 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 18:17:16 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 18:17:16 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 21 ms
|
2025-06-10 18:17:16 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 18:19:37 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 7392 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 18:19:37 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 18:19:38 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 18:19:38 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 18:19:38 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 18:19:38 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 18:19:38 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 18:19:38 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 18:19:38 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 18:19:38 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 18:19:38 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 18:19:38 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 18:19:38 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 18:19:38 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 18:19:38 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 18:19:38 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 18:19:38 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 18:19:38 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 18:19:38 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 18:19:38 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 18:19:38 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 18:19:39 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:19:39 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:19:39 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$6b493573] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:19:39 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 18:19:39 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 18:19:39 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 18:19:39 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cae82fe1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:19:39 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$de010d91] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:19:39 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:19:39 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 18:19:39 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 18:19:39 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 18:19:39 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 18:19:39 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 18:19:39 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1792 ms
|
2025-06-10 18:19:40 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 18:19:41 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 18:19:42 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 18:19:42 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 18:19:42 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 18:19:42 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 18:19:42 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 18:19:42 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 18:19:42 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 18:19:42 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 18:19:42 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 18:19:42 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 18:19:42 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 18:19:42 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 18:19:42 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 18:19:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 18:19:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 18:19:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 18:19:42 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 18:19:42 [main] INFO com.whyc.App - Started App in 5.091 seconds (JVM running for 6.088)
|
2025-06-10 18:19:44 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 18:19:44 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 18:19:44 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 24 ms
|
2025-06-10 18:19:44 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|
2025-06-10 18:20:26 [main] INFO com.whyc.App - Starting App on DESKTOP-Q82RRVK with PID 17020 (E:\GitWorkSpace\powerIntelligenceSystem\target\classes started by Administrator in E:\GitWorkSpace\powerIntelligenceSystem)
|
2025-06-10 18:20:26 [main] INFO com.whyc.App - The following profiles are active: dev
|
2025-06-10 18:20:27 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
|
2025-06-10 18:20:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 18:20:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 18:20:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 18:20:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 18:20:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
2025-06-10 18:20:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
2025-06-10 18:20:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 18:20:27 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource applicationConfig: [classpath:/config/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 18:20:27 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
2025-06-10 18:20:27 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
2025-06-10 18:20:27 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
2025-06-10 18:20:27 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
|
2025-06-10 18:20:27 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.key-obtention-iterations, using default value: 1000
|
2025-06-10 18:20:27 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.pool-size, using default value: 1
|
2025-06-10 18:20:27 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-name, using default value: null
|
2025-06-10 18:20:27 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.provider-class-name, using default value: null
|
2025-06-10 18:20:27 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.salt-generator-classname, using default value: org.jasypt.salt.RandomSaltGenerator
|
2025-06-10 18:20:27 [main] INFO c.u.j.c.StringEncryptorBuilder - Encryptor config not found for property jasypt.encryptor.string-output-type, using default value: base64
|
2025-06-10 18:20:28 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'yamlProperties' of type [com.whyc.constant.YamlProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:20:28 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'customRealm' of type [com.whyc.realm.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:20:28 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfig' of type [com.whyc.config.ShiroConfig$$EnhancerBySpringCGLIB$$17a8390b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:20:28 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
2025-06-10 18:20:28 [main] WARN com.whyc.properties.PropertiesUtil - 资源路径中不存在authentication.properties权限文件,忽略读取!
|
2025-06-10 18:20:28 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'getAuthorizationAttributeSourceAdvisor' 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)
|
2025-06-10 18:20:28 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$77473379] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:20:28 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$8a601129] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:20:28 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2025-06-10 18:20:28 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8108 (http)
|
2025-06-10 18:20:28 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8108"]
|
2025-06-10 18:20:28 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
2025-06-10 18:20:28 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: []
|
2025-06-10 18:20:28 [main] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring embedded WebApplicationContext
|
2025-06-10 18:20:28 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1810 ms
|
2025-06-10 18:20:29 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-06-10 18:20:30 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
2025-06-10 18:20:31 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-06-10 18:20:31 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
|
2025-06-10 18:20:31 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2025-06-10 18:20:31 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
|
2025-06-10 18:20:31 [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getPermitListUsingGET_1
|
2025-06-10 18:20:31 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8108"]
|
2025-06-10 18:20:31 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8108 (http) with context path '/pis'
|
2025-06-10 18:20:31 [main] INFO c.u.j.c.RefreshScopeRefreshedEventListener - Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
|
2025-06-10 18:20:31 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemProperties refreshed
|
2025-06-10 18:20:31 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source systemEnvironment refreshed
|
2025-06-10 18:20:31 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source random refreshed
|
2025-06-10 18:20:31 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application-dev.yml] refreshed
|
2025-06-10 18:20:31 [main] INFO c.u.j.c.CachingDelegateEncryptablePropertySource - Property Source applicationConfig: [classpath:/config/application.yml] refreshed
|
2025-06-10 18:20:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
2025-06-10 18:20:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
|
2025-06-10 18:20:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
|
2025-06-10 18:20:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
|
2025-06-10 18:20:31 [main] INFO com.whyc.App - Started App in 5.11 seconds (JVM running for 6.083)
|
2025-06-10 18:20:35 [http-nio-8108-exec-1] INFO o.a.c.c.C.[.[localhost].[/pis] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-06-10 18:20:35 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-06-10 18:20:35 [http-nio-8108-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 15 ms
|
2025-06-10 18:20:35 [http-nio-8108-exec-1] INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
|