project-user.info.log 7.88 KB
2023-12-26 10:07:40.424 [main] INFO  - Starting UserApplication using Java 11.0.21 on DESKTOP-B63Q1LT with PID 19884 (D:\yangxiujun\boxi_demo\project-user\target\classes started by admin in D:\yangxiujun\boxi_demo)
2023-12-26 10:07:40.473 [main] INFO  - The following 1 profile is active: "dev"
2023-12-26 10:07:40.785 [main] INFO  - [Nacos Config] Load config[dataId=redis-config.yaml, group=project] success
2023-12-26 10:07:46.749 [main] INFO  - Multiple Spring Data modules found, entering strict repository configuration mode
2023-12-26 10:07:46.753 [main] INFO  - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-12-26 10:07:47.044 [main] INFO  - Finished Spring Data repository scanning in 237 ms. Found 9 JPA repository interfaces.
2023-12-26 10:07:47.080 [main] INFO  - Multiple Spring Data modules found, entering strict repository configuration mode
2023-12-26 10:07:47.082 [main] INFO  - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2023-12-26 10:07:47.125 [main] INFO  - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.dituhui.pea.user.dao.AppDao; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
2023-12-26 10:07:47.126 [main] INFO  - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.dituhui.pea.user.dao.ResourceDao; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
2023-12-26 10:07:47.127 [main] INFO  - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.dituhui.pea.user.dao.RoleDao; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
2023-12-26 10:07:47.128 [main] INFO  - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.dituhui.pea.user.dao.RoleGroupDao; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
2023-12-26 10:07:47.128 [main] INFO  - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.dituhui.pea.user.dao.RoleResourceDao; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
2023-12-26 10:07:47.130 [main] INFO  - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.dituhui.pea.user.dao.UserDao; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
2023-12-26 10:07:47.132 [main] INFO  - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.dituhui.pea.user.dao.UserMenuSettingDao; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
2023-12-26 10:07:47.133 [main] INFO  - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.dituhui.pea.user.dao.UserOrgDao; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
2023-12-26 10:07:47.137 [main] INFO  - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.dituhui.pea.user.dao.UserRoleDao; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
2023-12-26 10:07:47.137 [main] INFO  - Finished Spring Data repository scanning in 36 ms. Found 0 Redis repository interfaces.
2023-12-26 10:07:47.926 [main] INFO  - BeanFactory id=e6488b6d-15ec-3be7-a5db-8d0c8c8c4b82
2023-12-26 10:07:49.804 [main] INFO  - Tomcat initialized with port(s): 8000 (http)
2023-12-26 10:07:49.825 [main] INFO  - Starting service [Tomcat]
2023-12-26 10:07:49.826 [main] INFO  - Starting Servlet engine: [Apache Tomcat/9.0.68]
2023-12-26 10:07:50.435 [main] INFO  - Initializing Spring embedded WebApplicationContext
2023-12-26 10:07:50.436 [main] INFO  - Root WebApplicationContext: initialization completed in 9648 ms
2023-12-26 10:07:52.001 [main] INFO  - Init DruidDataSource
2023-12-26 10:07:52.672 [main] INFO  - {dataSource-1} inited
2023-12-26 10:07:54.732 [main] INFO  - HHH000204: Processing PersistenceUnitInfo [name: default]
2023-12-26 10:07:54.978 [main] INFO  - HHH000412: Hibernate ORM core version 5.6.12.Final
2023-12-26 10:07:55.448 [main] INFO  - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-12-26 10:07:55.797 [main] INFO  - HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2023-12-26 10:07:57.783 [main] INFO  - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-12-26 10:07:57.834 [main] INFO  - Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-12-26 10:09:09.023 [main] INFO  - For 'project-order' URL not provided. Will try picking an instance via load-balancing.
2023-12-26 10:09:46.783 [main] INFO  - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2023-12-26 10:09:46.847 [main] INFO  - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2023-12-26 10:10:34.870 [main] INFO  - Tomcat started on port(s): 8000 (http) with context path ''
2023-12-26 10:10:34.969 [main] INFO  - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
2023-12-26 10:10:34.970 [main] INFO  - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
2023-12-26 10:10:35.228 [main] INFO  - nacos registry, project project-user 192.168.10.167:8000 register finished
2023-12-26 10:10:36.515 [main] INFO  - Started UserApplication in 180.71 seconds (JVM running for 187.502)
2023-12-26 10:10:36.630 [main] INFO  - [Nacos Config] Listening config: dataId=redis-config.yaml, group=project