sys-info.log 3.8 KB

123456789101112131415161718192021
  1. 2024-12-19 16:45:23 [main] INFO c.project.zcustom.ProjectApplication - Starting ProjectApplication using Java 1.8.0_333 on yangdeMacBook-Pro.local with PID 7726 (/Users/yangbq/workspace/sckj/sxgw-pad/target/classes started by yangbq in /Users/yangbq/workspace/sckj/sxgw-pad)
  2. 2024-12-19 16:45:23 [main] INFO c.project.zcustom.ProjectApplication - The following profiles are active: dev
  3. 2024-12-19 16:45:25 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
  4. 2024-12-19 16:45:25 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
  5. 2024-12-19 16:45:25 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
  6. 2024-12-19 16:45:25 [main] INFO c.u.j.EncryptablePropertySourceConverter - Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
  7. 2024-12-19 16:45:25 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  8. 2024-12-19 16:45:25 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
  9. 2024-12-19 16:45:25 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  10. 2024-12-19 16:45:25 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  11. 2024-12-19 16:45:25 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  12. 2024-12-19 16:45:25 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  13. 2024-12-19 16:45:25 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  14. 2024-12-19 16:45:25 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  15. 2024-12-19 16:45:25 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
  16. 2024-12-19 16:45:25 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  17. 2024-12-19 16:45:25 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.54]
  18. 2024-12-19 16:45:25 [main] INFO o.a.c.c.C.[.[localhost].[/zhhq_dp] - Initializing Spring embedded WebApplicationContext
  19. 2024-12-19 16:45:25 [main] INFO c.u.j.encryptor.DefaultLazyEncryptor - Found Custom Encryptor Bean com.project.zcustom.tools.MyStringEncryptor@65b66b08 with name: jasyptStringEncryptor
  20. 2024-12-19 16:45:29 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  21. 2024-12-19 16:45:36 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat]