You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

262 lines
96 KiB

4 days ago
��
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.5)
6 hours ago
2026-09-07 19:22:25.280 [main] [] INFO com.crm.app.CrmAppApplication - Starting CrmAppApplication v1.0.0-SNAPSHOT using Java 17.0.15 with PID 32740 (D:\code\crm-backend-matt\crm-app\target\crm-app-1.0.0-SNAPSHOT.jar started by luowj in D:\code\crm-backend-matt)
2026-09-07 19:22:25.282 [main] [] INFO com.crm.app.CrmAppApplication - The following 1 profile is active: "verify"
2026-09-07 19:22:27.964 [main] [] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
2026-09-07 19:22:27.977 [main] [] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-09-07 19:22:28.027 [main] [] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 37 ms. Found 0 JPA repository interfaces.
2026-09-07 19:22:28.143 [main] [] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
2026-09-07 19:22:28.145 [main] [] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-09-07 19:22:28.166 [main] [] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces.
2026-09-07 19:22:28.465 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'crmBaseMapper' and 'com.crm.base.mapper.CrmBaseMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.466 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'authIdentityMapper' and 'com.crm.auth.mapper.AuthIdentityMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.466 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'authUserMapper' and 'com.crm.auth.mapper.AuthUserMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.466 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysDataScopeModuleMapper' and 'com.crm.auth.mapper.SysDataScopeModuleMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.466 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysDeptMapper' and 'com.crm.auth.mapper.SysDeptMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.466 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysMenuMapper' and 'com.crm.auth.mapper.SysMenuMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.466 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysRoleDataScopeMapper' and 'com.crm.auth.mapper.SysRoleDataScopeMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.466 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysRoleMapper' and 'com.crm.auth.mapper.SysRoleMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.466 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysRoleMenuMapper' and 'com.crm.auth.mapper.SysRoleMenuMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.467 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysUserDeptMapper' and 'com.crm.auth.mapper.SysUserDeptMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.467 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysUserRoleMapper' and 'com.crm.auth.mapper.SysUserRoleMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.467 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'fileInfoMapper' and 'com.crm.file.mapper.FileInfoMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.467 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'dictGroupDefaultMapper' and 'com.crm.dict.mapper.DictGroupDefaultMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.467 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'dictGroupMapper' and 'com.crm.dict.mapper.DictGroupMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.467 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'dictItemMapper' and 'com.crm.dict.mapper.DictItemMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.467 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'dictRefCountMapper' and 'com.crm.dict.mapper.DictRefCountMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.467 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerDedupRuleMapper' and 'com.crm.rule.mapper.CustomerDedupRuleMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.467 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerReminderRuleMapper' and 'com.crm.rule.mapper.CustomerReminderRuleMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.467 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadPoolMapper' and 'com.crm.rule.mapper.LeadPoolMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.467 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadPoolMemberMapper' and 'com.crm.rule.mapper.LeadPoolMemberMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.467 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadPoolProvinceMapper' and 'com.crm.rule.mapper.LeadPoolProvinceMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadPoolRegionMapper' and 'com.crm.rule.mapper.LeadPoolRegionMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityPoolRuleDeptMapper' and 'com.crm.rule.mapper.OpportunityPoolRuleDeptMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityPoolRuleMapper' and 'com.crm.rule.mapper.OpportunityPoolRuleMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySchemeCardFieldMapper' and 'com.crm.rule.mapper.OpportunitySchemeCardFieldMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySchemeCardTemplateDeptMapper' and 'com.crm.rule.mapper.OpportunitySchemeCardTemplateDeptMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySchemeCardTemplateMapper' and 'com.crm.rule.mapper.OpportunitySchemeCardTemplateMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySchemeFieldDefMapper' and 'com.crm.rule.mapper.OpportunitySchemeFieldDefMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityStageNodeMapper' and 'com.crm.rule.mapper.OpportunityStageNodeMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityStageTemplateDeptMapper' and 'com.crm.rule.mapper.OpportunityStageTemplateDeptMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityStageTemplateMapper' and 'com.crm.rule.mapper.OpportunityStageTemplateMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysRegionMapper' and 'com.crm.rule.mapper.SysRegionMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'userColumnPreferenceMapper' and 'com.crm.preference.mapper.UserColumnPreferenceMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'userSavedViewMapper' and 'com.crm.preference.mapper.UserSavedViewMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.468 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'userViewFormMapper' and 'com.crm.preference.mapper.UserViewFormMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadAttachmentMapper' and 'com.crm.lead.mapper.LeadAttachmentMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadFeedbackMapper' and 'com.crm.lead.mapper.LeadFeedbackMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadFollowMapper' and 'com.crm.lead.mapper.LeadFollowMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadHistoryMapper' and 'com.crm.lead.mapper.LeadHistoryMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadMapper' and 'com.crm.lead.mapper.LeadMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityAttachmentMapper' and 'com.crm.opportunity.mapper.OpportunityAttachmentMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityCustomerMapper' and 'com.crm.opportunity.mapper.OpportunityCustomerMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityFocusMapper' and 'com.crm.opportunity.mapper.OpportunityFocusMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityFollowMapper' and 'com.crm.opportunity.mapper.OpportunityFollowMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityMapper' and 'com.crm.opportunity.mapper.OpportunityMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityOplogMapper' and 'com.crm.opportunity.mapper.OpportunityOplogMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityPendingNoticeMapper' and 'com.crm.opportunity.mapper.OpportunityPendingNoticeMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.469 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySchemeCardMapper' and 'com.crm.opportunity.mapper.OpportunitySchemeCardMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.470 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySchemeCardValueMapper' and 'com.crm.opportunity.mapper.OpportunitySchemeCardValueMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.470 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySiteSurveyMapper' and 'com.crm.opportunity.mapper.OpportunitySiteSurveyMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.470 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityStageHistoryMapper' and 'com.crm.opportunity.mapper.OpportunityStageHistoryMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.470 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityStatusHistoryMapper' and 'com.crm.opportunity.mapper.OpportunityStatusHistoryMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.470 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityTeamMapper' and 'com.crm.opportunity.mapper.OpportunityTeamMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.470 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityViewLogMapper' and 'com.crm.opportunity.mapper.OpportunityViewLogMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.470 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityWorkPlanMapper' and 'com.crm.opportunity.mapper.OpportunityWorkPlanMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.470 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerAgreementMapper' and 'com.crm.customer.mapper.CustomerAgreementMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.470 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerContactMapper' and 'com.crm.customer.mapper.CustomerContactMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.470 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerFocusMapper' and 'com.crm.customer.mapper.CustomerFocusMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.470 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerFollowMapper' and 'com.crm.customer.mapper.CustomerFollowMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.471 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerImportFailMapper' and 'com.crm.customer.mapper.CustomerImportFailMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.471 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerImportTaskMapper' and 'com.crm.customer.mapper.CustomerImportTaskMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.471 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerMapper' and 'com.crm.customer.mapper.CustomerMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.471 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerOplogMapper' and 'com.crm.customer.mapper.CustomerOplogMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.471 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerPendingNoticeMapper' and 'com.crm.customer.mapper.CustomerPendingNoticeMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.471 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerTeamMemberMapper' and 'com.crm.customer.mapper.CustomerTeamMemberMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.471 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerTransferDetailMapper' and 'com.crm.customer.mapper.CustomerTransferDetailMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.471 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerTransferMapper' and 'com.crm.customer.mapper.CustomerTransferMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.471 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerViewLogMapper' and 'com.crm.customer.mapper.CustomerViewLogMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.472 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.crm.**.mapper]' package. Please check your configuration.
2026-09-07 19:22:28.478 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'crmBaseMapper' and 'com.crm.base.mapper.CrmBaseMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.478 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'authIdentityMapper' and 'com.crm.auth.mapper.AuthIdentityMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.478 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'authUserMapper' and 'com.crm.auth.mapper.AuthUserMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.478 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysDataScopeModuleMapper' and 'com.crm.auth.mapper.SysDataScopeModuleMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.478 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysDeptMapper' and 'com.crm.auth.mapper.SysDeptMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.478 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysMenuMapper' and 'com.crm.auth.mapper.SysMenuMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysRoleDataScopeMapper' and 'com.crm.auth.mapper.SysRoleDataScopeMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysRoleMapper' and 'com.crm.auth.mapper.SysRoleMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysRoleMenuMapper' and 'com.crm.auth.mapper.SysRoleMenuMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysUserDeptMapper' and 'com.crm.auth.mapper.SysUserDeptMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysUserRoleMapper' and 'com.crm.auth.mapper.SysUserRoleMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'fileInfoMapper' and 'com.crm.file.mapper.FileInfoMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'dictGroupDefaultMapper' and 'com.crm.dict.mapper.DictGroupDefaultMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'dictGroupMapper' and 'com.crm.dict.mapper.DictGroupMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'dictItemMapper' and 'com.crm.dict.mapper.DictItemMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'dictRefCountMapper' and 'com.crm.dict.mapper.DictRefCountMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerDedupRuleMapper' and 'com.crm.rule.mapper.CustomerDedupRuleMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerReminderRuleMapper' and 'com.crm.rule.mapper.CustomerReminderRuleMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.479 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadPoolMapper' and 'com.crm.rule.mapper.LeadPoolMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.480 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadPoolMemberMapper' and 'com.crm.rule.mapper.LeadPoolMemberMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.480 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadPoolProvinceMapper' and 'com.crm.rule.mapper.LeadPoolProvinceMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.480 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadPoolRegionMapper' and 'com.crm.rule.mapper.LeadPoolRegionMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.480 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityPoolRuleDeptMapper' and 'com.crm.rule.mapper.OpportunityPoolRuleDeptMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.480 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityPoolRuleMapper' and 'com.crm.rule.mapper.OpportunityPoolRuleMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.480 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySchemeCardFieldMapper' and 'com.crm.rule.mapper.OpportunitySchemeCardFieldMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.480 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySchemeCardTemplateDeptMapper' and 'com.crm.rule.mapper.OpportunitySchemeCardTemplateDeptMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.480 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySchemeCardTemplateMapper' and 'com.crm.rule.mapper.OpportunitySchemeCardTemplateMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.480 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySchemeFieldDefMapper' and 'com.crm.rule.mapper.OpportunitySchemeFieldDefMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.480 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityStageNodeMapper' and 'com.crm.rule.mapper.OpportunityStageNodeMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.481 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityStageTemplateDeptMapper' and 'com.crm.rule.mapper.OpportunityStageTemplateDeptMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.481 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityStageTemplateMapper' and 'com.crm.rule.mapper.OpportunityStageTemplateMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.481 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysRegionMapper' and 'com.crm.rule.mapper.SysRegionMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.481 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'userColumnPreferenceMapper' and 'com.crm.preference.mapper.UserColumnPreferenceMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.481 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'userSavedViewMapper' and 'com.crm.preference.mapper.UserSavedViewMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.481 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'userViewFormMapper' and 'com.crm.preference.mapper.UserViewFormMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.481 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadAttachmentMapper' and 'com.crm.lead.mapper.LeadAttachmentMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.481 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadFeedbackMapper' and 'com.crm.lead.mapper.LeadFeedbackMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.481 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadFollowMapper' and 'com.crm.lead.mapper.LeadFollowMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.481 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadHistoryMapper' and 'com.crm.lead.mapper.LeadHistoryMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.481 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'leadMapper' and 'com.crm.lead.mapper.LeadMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityAttachmentMapper' and 'com.crm.opportunity.mapper.OpportunityAttachmentMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityCustomerMapper' and 'com.crm.opportunity.mapper.OpportunityCustomerMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityFocusMapper' and 'com.crm.opportunity.mapper.OpportunityFocusMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityFollowMapper' and 'com.crm.opportunity.mapper.OpportunityFollowMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityMapper' and 'com.crm.opportunity.mapper.OpportunityMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityOplogMapper' and 'com.crm.opportunity.mapper.OpportunityOplogMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityPendingNoticeMapper' and 'com.crm.opportunity.mapper.OpportunityPendingNoticeMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySchemeCardMapper' and 'com.crm.opportunity.mapper.OpportunitySchemeCardMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySchemeCardValueMapper' and 'com.crm.opportunity.mapper.OpportunitySchemeCardValueMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunitySiteSurveyMapper' and 'com.crm.opportunity.mapper.OpportunitySiteSurveyMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityStageHistoryMapper' and 'com.crm.opportunity.mapper.OpportunityStageHistoryMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityStatusHistoryMapper' and 'com.crm.opportunity.mapper.OpportunityStatusHistoryMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.482 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityTeamMapper' and 'com.crm.opportunity.mapper.OpportunityTeamMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.483 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityViewLogMapper' and 'com.crm.opportunity.mapper.OpportunityViewLogMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.483 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'opportunityWorkPlanMapper' and 'com.crm.opportunity.mapper.OpportunityWorkPlanMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.483 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerAgreementMapper' and 'com.crm.customer.mapper.CustomerAgreementMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.483 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerContactMapper' and 'com.crm.customer.mapper.CustomerContactMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.483 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerFocusMapper' and 'com.crm.customer.mapper.CustomerFocusMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.483 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerFollowMapper' and 'com.crm.customer.mapper.CustomerFollowMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.483 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerImportFailMapper' and 'com.crm.customer.mapper.CustomerImportFailMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.483 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerImportTaskMapper' and 'com.crm.customer.mapper.CustomerImportTaskMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.483 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerMapper' and 'com.crm.customer.mapper.CustomerMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.483 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerOplogMapper' and 'com.crm.customer.mapper.CustomerOplogMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.483 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerPendingNoticeMapper' and 'com.crm.customer.mapper.CustomerPendingNoticeMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.484 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerTeamMemberMapper' and 'com.crm.customer.mapper.CustomerTeamMemberMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.484 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerTransferDetailMapper' and 'com.crm.customer.mapper.CustomerTransferDetailMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.484 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerTransferMapper' and 'com.crm.customer.mapper.CustomerTransferMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.484 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'customerViewLogMapper' and 'com.crm.customer.mapper.CustomerViewLogMapper' mapperInterface. Bean already defined with the same name!
2026-09-07 19:22:28.484 [main] [] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.crm.**.mapper]' package. Please check your configuration.
2026-09-07 19:22:29.784 [main] [] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http)
2026-09-07 19:22:29.814 [main] [] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
2026-09-07 19:22:29.815 [main] [] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31]
2026-09-07 19:22:29.899 [main] [] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2026-09-07 19:22:29.899 [main] [] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 4530 ms
2026-09-07 19:22:30.601 [main] [] INFO c.crm.auth.config.PermissionConfig - ��HrA]ɓ�Q�jY�Ai6^t&1�X���_lu��6a0}0 �[?
2026-09-07 19:22:30.801 [main] [] INFO c.crm.base.config.CustomIdGenerator - ƕG��YID"��q�Wc�%1�W�o*[�[9p~\�W��[orkerId=0, datacenterId=0
4 days ago
_ _ |_ _ _|_. ___ _ | _
| | |\/|_)(_| | |_\ |_)||_|_\
/ |
3.5.7
6 hours ago
2026-09-07 19:22:31.634 [main] [] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2026-09-07 19:22:31.786 [main] [] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final
2026-09-07 19:22:31.843 [main] [] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled
2026-09-07 19:22:32.531 [main] [] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
2026-09-07 19:22:32.639 [main] [] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2026-09-07 19:22:33.470 [main] [] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2c34ce24
2026-09-07 19:22:33.609 [main] [] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2026-09-07 19:22:33.948 [main] [] WARN org.hibernate.orm.deprecation - HHH90000025: MySQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-09-07 19:22:38.034 [main] [] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-09-07 19:22:51.413 [main] [] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-09-07 19:22:52.243 [main] [] WARN c.c.a.c.DebugTokenController - ============================================================
2026-09-07 19:22:52.243 [main] [] WARN c.c.a.c.DebugTokenController - �t�Q/v token ���0[_ /api/auth/debug/token �[�c�`"���}verify profile�?
2026-09-07 19:22:52.244 [main] [] WARN c.c.a.c.DebugTokenController - �m�0��"�$1,|"��q����h��wObccm�faq��?userId (��RIlY��KUO�pT��"�&1�W��?
2026-09-07 19:22:52.244 [main] [] WARN c.c.a.c.DebugTokenController - Y��PF� docs/adr/0014-verify-profile-debug-token-endpoint.md
2026-09-07 19:22:52.244 [main] [] WARN c.c.a.c.DebugTokenController - ============================================================
2026-09-07 19:22:55.105 [main] [] INFO c.c.c.p.i.NgramNameSimilarityPortImpl - CustomerNameSimilarityPort �m� ȓ�q�u�g(lN�}�h�R�t�Y3 !}�6kULLTEXT ngram�?
2026-09-07 19:22:55.108 [main] [] INFO c.c.c.p.i.StubCompanyLookupPortImpl - CompanyLookupPort �m� ȓ?stub �[6��尕�]}|myOaq̓�0mn���0�S�}\O_��U� k� YQ~e��p%�?
2026-09-07 19:22:55.735 [main] [] INFO c.c.c.p.i.NoopProjectOwnerSyncPortImpl - ProjectOwnerSyncPort no-op �i?j{�9p�pG^�[6��尕�]}A5 $i-W0m�Y3 aoȓD���[wner Z�~\��t�[C~�?
2026-09-07 19:22:55.827 [main] [] INFO c.c.c.p.i.NoopOpportunityOwnerSyncPortImpl - OpportunityOwnerSyncPort no-op �i?j{�9p�pG^�[6��尕�]}�~?11 ���0bfȓy�angZ,a�`Ǔc2]�?
2026-09-07 19:22:56.159 [main] [] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration -
4 days ago
6 hours ago
Using generated security password: b1f4e8eb-b6d6-4af4-b732-4866149c6770
4 days ago
This generated password is for development use only. Your security configuration must be updated before running your application in production.
6 hours ago
2026-09-07 19:22:56.207 [main] [] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager
2026-09-07 19:22:57.770 [main] [] INFO c.c.a.c.DataScopeModuleStartupValidator - ��HrA]ɓ�Q�j�Y3 ao͓��Ys��3lC~�? �[�rH_��F0�? �mE�^eP�~\g�?
2026-09-07 19:22:57.835 [main] [] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/'
2026-09-07 19:22:57.886 [main] [] INFO com.crm.app.CrmAppApplication - Started CrmAppApplication in 33.477 seconds (process running for 35.003)
2026-09-07 19:22:57.893 [main] [] INFO com.crm.auth.config.DataInitializer - ��F�ɓ�Q�j��HrA]R��oP�V�(h��̓?..
2026-09-07 19:23:01.707 [main] [] INFO com.crm.auth.config.DataInitializer - ɓ�Q�j��HrA]R��oP�V�(h��̓�0lu��?
2026-09-07 19:23:01.707 [main] [] INFO c.c.d.c.DictPermissionInitializer - ��F���HrA]p@iTɓ�Q�j�~�]�tV�(h��̓?..
2026-09-07 19:23:02.167 [main] [] INFO c.c.d.c.DictPermissionInitializer - ��HrA]p@iTɓ�Q�j�~�]�tV�(h��̓�0lu��6a0}10 �mE�Hoĕ.acP
2026-09-07 19:23:02.168 [main] [] INFO c.c.r.c.RulePermissionInitializer - ��F��~荨PYt�R�Wɓ�Q�j�~�]�tV�(h��̓�0}`mpTM_W��f}...
2026-09-07 19:23:02.329 [main] [] INFO c.c.r.c.RulePermissionInitializer - �~荨PYt�R�Wɓ�Q�j�~�]�tV�(h��̓�0lu��6a0}`mpTM_W��f}0 �m?button�?
2026-09-07 19:23:02.329 [main] [] INFO c.c.r.config.RegionDataInitializer - ��F�t~\�eV��T�WO�)1zV�~�]�t5pNq�S�Y� ̓?..
2026-09-07 19:23:04.628 [main] [] INFO c.c.r.config.RegionDataInitializer - t~\�eV��T�W�~�]�t5pNq�S9p~\�W�,l���t?3432 t�\}*�?34 / /u?342 / V�?3056�Y}p@jzV 3432 t�\}“g�� 0 t?
2026-09-07 19:23:04.628 [main] [] INFO c.c.l.c.LeadPermissionInitializer - ��F��~荨P�~��`ɓ�Q�j�~�]�tV�(h��̓�0}`mpTM_W��f}...
2026-09-07 19:23:05.573 [main] [] INFO c.c.l.c.LeadPermissionInitializer - �~荨P�~��`ɓ�Q�j�~�]�tV�(h��̓�0lu��6a0}4 �mG�M_W��f}0 �m?button�?
2026-09-07 19:23:05.574 [main] [] INFO c.c.r.c.OpportunityRulePermissionInitializer - ��F�_��U�nYt�R�Wɓ�Q�j�~�]�tV�(h��̓�0}`mpTM_W��f}...
2026-09-07 19:23:05.655 [main] [] INFO c.c.r.c.OpportunityRulePermissionInitializer - _��U�nYt�R�Wɓ�Q�j�~�]�tV�(h��̓�0lu��6a0}`mpTM_W��f}0 �m?button�?
2026-09-07 19:23:05.655 [main] [] INFO c.c.r.c.OpportunityStageTemplatePermissionInitializer - ��F�_��U�nÕ5����Y!�oɓ�Q�j�~�]�tV�(h��̓�0}`mpTM_W��f}...
2026-09-07 19:23:05.742 [main] [] INFO c.c.r.c.OpportunityStageTemplatePermissionInitializer - _��U�nÕ5����Y!�oɓ�Q�j�~�]�tV�(h��̓�0lu��6a0}`mpTM_W��f}0 �m?button�?
2026-09-07 19:23:05.742 [main] [] INFO c.c.r.c.CustomerReminderRulePermissionInitializer - ��F�9p!2�W��0aKUYt�R�Wɓ�Q�j�~�]�tV�(h��̓�0}`mpTM_W��f}...
2026-09-07 19:23:05.825 [main] [] INFO c.c.r.c.CustomerReminderRulePermissionInitializer - 9p!2�W��0aKUYt�R�Wɓ�Q�j�~�]�tV�(h��̓�0lu��6a0}`mpTM_W��f}0 �m?button�?
2026-09-07 19:23:05.825 [main] [] INFO c.c.r.c.SchemeFieldDefInitializer - ��F�“ĉ �W�����q�tZ[�1|�~�]�tV�(h��̓?..
2026-09-07 19:23:05.838 [main] [] INFO c.c.r.c.SchemeFieldDefInitializer - “ĉ �W�����q�tZ[�1|�~�]�tV�(h��̓�0lu��6a0}�g�t 16 �mN�}“g�� 0 �m?
2026-09-07 19:23:05.854 [main] [] INFO c.c.r.c.SchemeFieldDefInitializer - “ĉ �W�3 �S4d�fɓ�W�Qp:jjn�HWode=OPP_SCHEME_TPL_01�}\�`�[�c�N"���}��\�pig�VR�p,a�[
2026-09-07 19:23:05.854 [main] [] INFO c.c.r.c.OpportunitySchemeCardTemplatePermissionInitializer - ��F�“ĉ �W�!ɓcHoĕ.aR�p,a�[�Y� ̓�0}`mpTM_W��f}...
2026-09-07 19:23:06.245 [main] [] INFO c.c.r.c.OpportunitySchemeCardTemplatePermissionInitializer - “ĉ �W�!ɓcHoĕ.aR�p,a�[�Y� ̓�0lu��6a0}`mpTM_W��f}0 �m?button�?
2026-09-07 19:23:06.259 [main] [] INFO c.c.r.c.StageTemplateInitializer - �i?j{�Õ5����Y!�o�[�c�tf���}code=OPP_STAGE_TPL_01�}\�`�[�c�N"���}��\�pig�VR�p,a�[
2026-09-07 19:23:06.272 [main] [] INFO c.c.r.c.CustomerReminderRuleInitializer - 9p!2�W��0aKUYt�R�WW��f�}�[�c�tf���}id=1�Y}�t�[C~�~�]�tV�?
2026-09-07 19:23:06.272 [main] [] INFO c.c.r.c.CustomerDedupRulePermissionInitializer - ��F�9p!2�W̓�0xV�tgR�uɓ�Q�j�~�]�tV�(h��̓�0}`mpTM_W��f}...
2026-09-07 19:23:06.354 [main] [] INFO c.c.r.c.CustomerDedupRulePermissionInitializer - 9p!2�W̓�0xV�tgR�uɓ�Q�j�~�]�tV�(h��̓�0lu��6a0}`mpTM_W��f}0 �m?button�?
2026-09-07 19:23:06.367 [main] [] INFO c.c.r.c.CustomerDedupRuleInitializer - 9p!2�W̓�0xV�tgR�uW��f�}�[�c�tf���}id=1�Y}�t�[C~�~�]�tV�?
2026-09-07 19:23:06.367 [main] [] INFO c.c.dict.config.DictDataInitializer - ��F�P�oT�up@iT���P�tR��oP�V�(h��̓?..
2026-09-07 19:23:18.620 [main] [] INFO c.c.dict.config.DictDataInitializer - P�oT�up@iT���P�tR��oP�V�(h��̓�0lu��6a0}24 �mD��W?
2026-09-07 19:23:18.629 [main] [] INFO c.c.c.c.CustomerFulltextIndexInitializer - customer FULLTEXT �~ 2)} idx_name_fulltext �[�c�tf���}�t�[C~
2026-09-07 19:23:20.379 [main] [] WARN com.crm.file.config.MinioConfig - MinIO bucket [crm] R��oP�V�'hQ0�t�0}“�V"kT��qXQY��XQ�m�]r_"���0}The Access Key Id you provided does not exist in our records.
2026-09-07 19:23:20.403 [http-nio-8080-exec-1] [] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-09-07 19:23:20.403 [http-nio-8080-exec-1] [] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2026-09-07 19:23:20.405 [http-nio-8080-exec-1] [] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms
java : Java HotSpot(TM) 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classp
ath has been appended
@b(WMOn L�:1 W[&{: 2
+ java "-Dfile.encoding=UTF-8" -jar crm-app/target/crm-app-1.0.0-SNAPS ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Java HotSpot(TM...s been appended:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
2026-09-07 19:23:24.164 [http-nio-8080-exec-1] [9cdb1ff5cd514385bc3085c222a89d86] WARN c.c.a.c.DebugTokenController - [verify] �m?userId=739564171091247104 �~�`B_�t�Q/v token
2026-09-07 19:23:29.941 [http-nio-8080-exec-2] [17dbdf4e23af4d85859e9cdc8b93448d] WARN c.c.a.c.DebugTokenController - [verify] �m?userId=739564171091247104 �~�`B_�t�Q/v token
2026-09-07 19:23:51.310 [http-nio-8080-exec-3] [bcb9a747917a4b60891fe244d212fafc] WARN c.c.a.c.DebugTokenController - [verify] �m?userId=739564171091247104 �~�`B_�t�Q/v token
2026-09-07 19:23:54.393 [http-nio-8080-exec-4] [0bb25e7ed0084330af10429395a23e76] WARN c.c.a.c.DebugTokenController - [verify] �m?userId=739564171091247104 �~�`B_�t�Q/v token
2026-09-07 19:24:13.423 [http-nio-8080-exec-9] [439af35c89de42088cb87e76a82e6b4d] WARN c.c.a.c.DebugTokenController - [verify] �m?userId=739564171091247104 �~�`B_�t�Q/v token
2026-09-07 19:24:15.289 [http-nio-8080-exec-2] [7950d14729314b76bc8534c4f8df3623] WARN c.c.a.c.DebugTokenController - [verify] �m?userId=739564171091247104 �~�`B_�t�Q/v token
2026-09-07 19:24:49.588 [http-nio-8080-exec-2] [4436f78634764bf0bf0fa4422e94cb99] WARN c.c.a.c.DebugTokenController - [verify] �m?userId=739564171091247104 �~�`B_�t�Q/v token
2026-09-07 19:24:54.988 [http-nio-8080-exec-4] [7ef0759d70cd405981ceb860ff8f01c8] WARN c.c.b.a.GlobalExceptionHandlerAdvice - �m,l�Y�[�P6r�]kode=63009, msg=�t�0�tO�?z�Qt��)}"���}�rvxR��r�j
2026-09-07 19:25:00.306 [http-nio-8080-exec-2] [722e9a1eccf049ac924f7e3bba688cdc] WARN c.c.a.c.DebugTokenController - [verify] �m?userId=739564171091247104 �~�`B_�t�Q/v token
2026-09-07 19:25:16.813 [http-nio-8080-exec-1] [93ee189ca667412e891c4e15b615f6e7] WARN c.c.b.a.GlobalExceptionHandlerAdvice - �m,l�Y�[�P6r�]kode=63001, msg=p@iT����� �� {s�b��~?
2026-09-07 19:25:26.421 [http-nio-8080-exec-1] [40d2998fe3844c7485a41d6a6f4a343d] WARN c.c.b.a.GlobalExceptionHandlerAdvice - �m,l�Y�[�P6r�]kode=63013, msg=�t�0�tO�P��R��U�|�i?j{�$ixv}�t�\�SY�(h�y�i?j{ᴓ(h�[9p,l�S`m-h�|�t�0 0
2026-09-07 19:25:29.871 [http-nio-8080-exec-6] [875eb34476474d8ca177d7399543144b] WARN c.c.b.a.GlobalExceptionHandlerAdvice - �m,l�Y�[�P6r�]kode=63013, msg=�t�0�tO�P��R��U�|�i?j{�$ixv}�t�\�SY�(h�y�i?j{ᴓ(h�[9p,l�S`m-h�|�t�0 0
2026-09-07 19:25:47.831 [http-nio-8080-exec-6] [d445a065e09c4800ae72c69cc6d9f86b] WARN c.c.b.a.GlobalExceptionHandlerAdvice - �m,l�Y�[�P6r�]kode=63009, msg=�t�0�tO�?z�Qt��)}"���}�rvxR��r�j
2026-09-07 19:25:50.906 [http-nio-8080-exec-9] [0c794f0ae923413eaa7a3bc3a20b3cdc] WARN c.c.b.a.GlobalExceptionHandlerAdvice - �m,l�Y�[�P6r�]kode=63009, msg=�t�0�tO�?z�Qt��)}"���}�m�]r_�m��|eR��U�|
2026-09-07 19:25:52.072 [http-nio-8080-exec-8] [d85a4b9ddb0546c39f70d72176569025] WARN c.c.a.c.DebugTokenController - [verify] �m?userId=739564171091247104 �~�`B_�t�Q/v token
2026-09-07 19:27:58.087 [http-nio-8080-exec-5] [153a83a6fab84efe87c6fd57874a670a] WARN c.c.a.c.DebugTokenController - [verify] �m?userId=739564171091247104 �~�`B_�t�Q/v token
2026-09-07 19:27:59.007 [http-nio-8080-exec-7] [eb2c6ab1ea994caea93f7ba46ff3f56d] WARN c.c.b.a.GlobalExceptionHandlerAdvice - �m,l�Y�[�P6r�]kode=63009, msg=�t�0�tO�?z�Qt��)}"���}�rvxR��r�j
2026-09-07 19:28:02.547 [http-nio-8080-exec-5] [7bee946d99564a8894325c09cc2fb359] WARN c.c.a.c.DebugTokenController - [verify] �m?userId=739564171091247104 �~�`B_�t�Q/v token
2026-09-07 19:28:06.772 [http-nio-8080-exec-10] [cd76091369494fb3a85785878be6104e] WARN c.c.b.a.GlobalExceptionHandlerAdvice - �m,l�Y�[�P6r�]kode=63001, msg=p@iT����� �� {s�b��~?
2026-09-07 19:28:10.078 [http-nio-8080-exec-7] [77b2043d12ea4ce5894d6955f2b32a6e] WARN c.c.b.a.GlobalExceptionHandlerAdvice - �m,l�Y�[�P6r�]kode=63013, msg=�t�0�tO�P��R��U�|�i?j{�$ixv}�t�\�SY�(h�y�i?j{ᴓ(h�[9p,l�S`m-h�|�t�0 0
2026-09-07 19:28:11.214 [http-nio-8080-exec-10] [54207af2b34a42e9a346f4bf852ffe38] WARN c.c.b.a.GlobalExceptionHandlerAdvice - �m,l�Y�[�P6r�]kode=63013, msg=�t�0�tO�P��R��U�|�i?j{�$ixv}�t�\�SY�(h�y�i?j{ᴓ(h�[9p,l�S`m-h�|�t�0 0
2026-09-07 19:28:20.221 [http-nio-8080-exec-8] [d1cb5b4d5d994b1a81db263118f05b69] WARN c.c.b.a.GlobalExceptionHandlerAdvice - �m,l�Y�[�P6r�]kode=63009, msg=�t�0�tO�?z�Qt��)}"���}�rvxR��r�j
2026-09-07 19:28:22.657 [http-nio-8080-exec-9] [2eb8d344d0e44e59b327c7e67ba0d268] WARN c.c.b.a.GlobalExceptionHandlerAdvice - �m,l�Y�[�P6r�]kode=63009, msg=�t�0�tO�?z�Qt��)}"���}�m�]r_�m��|eR��U�|
2026-09-07 19:28:23.430 [http-nio-8080-exec-5] [d13f75d56dd24f408565e05e26864b66] WARN c.c.a.c.DebugTokenController - [verify] �m?userId=739564171091247104 �~�`B_�t�Q/v token
4 days ago