Signed-off-by: dongpx <2112323174@qq.com>

This commit is contained in:
dongpx
2026-02-08 22:22:27 +08:00
parent b629c574f1
commit 8c97c0f934
40 changed files with 1776 additions and 27 deletions

View File

@@ -0,0 +1,7 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="Stylelint" enabled="true" level="ERROR" enabled_by_default="true" />
</profile>
</component>

18
.idea/misc.xml generated Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
<option value="$PROJECT_DIR$/lidee-service/pom.xml" />
<option value="$PROJECT_DIR$/lidee-service/lidee-service-system-biz/pom.xml" />
<option value="$PROJECT_DIR$/lidee-service/lidee-service-system-api/pom.xml" />
<option value="$PROJECT_DIR$/lidee-service/lidee-service-infra-biz/pom.xml" />
<option value="$PROJECT_DIR$/lidee-service/lidee-service-infra-api/pom.xml" />
<option value="$PROJECT_DIR$/lidee-tool/tool-spring-boot-starter-yunji/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
</project>

7
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@@ -4,7 +4,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-02-04T12:27:28+0800",
date = "2026-02-05T13:50:34+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_392 (Amazon.com Inc.)"
)
public class MailAccountConvertImpl implements MailAccountConvert {

View File

@@ -4,7 +4,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-02-04T12:27:28+0800",
date = "2026-02-05T13:50:34+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_392 (Amazon.com Inc.)"
)
public class OAuth2OpenConvertImpl implements OAuth2OpenConvert {

View File

@@ -6,7 +6,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-02-04T12:27:28+0800",
date = "2026-02-05T13:50:34+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_392 (Amazon.com Inc.)"
)
public class SocialUserConvertImpl implements SocialUserConvert {

View File

@@ -4,7 +4,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-02-04T12:27:28+0800",
date = "2026-02-05T13:50:34+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_392 (Amazon.com Inc.)"
)
public class TenantConvertImpl implements TenantConvert {

View File

@@ -4,7 +4,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-02-04T12:27:28+0800",
date = "2026-02-05T13:50:34+0800",
comments = "version: 1.5.5.Final, compiler: javac, environment: Java 1.8.0_392 (Amazon.com Inc.)"
)
public class UserConvertImpl implements UserConvert {

View File

@@ -15,42 +15,50 @@
{
"name": "lideeyunji.ai.deepseek.api-host",
"type": "java.lang.String",
"sourceType": "com.lideeyunji.tool.framework.ai.properties.DeepSeekConfigProperties"
"sourceType": "com.lideeyunji.tool.framework.ai.properties.DeepSeekConfigProperties",
"defaultValue": "https:\/\/api.deepseek.com\/"
},
{
"name": "lideeyunji.ai.deepseek.api-key",
"type": "java.lang.String",
"sourceType": "com.lideeyunji.tool.framework.ai.properties.DeepSeekConfigProperties"
"sourceType": "com.lideeyunji.tool.framework.ai.properties.DeepSeekConfigProperties",
"defaultValue": ""
},
{
"name": "lideeyunji.ai.deepseek.chat-completion-url",
"type": "java.lang.String",
"sourceType": "com.lideeyunji.tool.framework.ai.properties.DeepSeekConfigProperties"
"sourceType": "com.lideeyunji.tool.framework.ai.properties.DeepSeekConfigProperties",
"defaultValue": "chat\/completions"
},
{
"name": "lideeyunji.ai.deepseek.model",
"type": "java.lang.String",
"sourceType": "com.lideeyunji.tool.framework.ai.properties.DeepSeekConfigProperties"
"sourceType": "com.lideeyunji.tool.framework.ai.properties.DeepSeekConfigProperties",
"defaultValue": "deepseek-chat"
},
{
"name": "lideeyunji.ai.kimi.api-host",
"type": "java.lang.String",
"sourceType": "com.lideeyunji.tool.framework.ai.properties.KimiConfigProperties"
"sourceType": "com.lideeyunji.tool.framework.ai.properties.KimiConfigProperties",
"defaultValue": "https:\/\/api.moonshot.cn\/"
},
{
"name": "lideeyunji.ai.kimi.api-key",
"type": "java.lang.String",
"sourceType": "com.lideeyunji.tool.framework.ai.properties.KimiConfigProperties"
"sourceType": "com.lideeyunji.tool.framework.ai.properties.KimiConfigProperties",
"defaultValue": ""
},
{
"name": "lideeyunji.ai.kimi.chat-completion-url",
"type": "java.lang.String",
"sourceType": "com.lideeyunji.tool.framework.ai.properties.KimiConfigProperties"
"sourceType": "com.lideeyunji.tool.framework.ai.properties.KimiConfigProperties",
"defaultValue": "v1\/chat\/completions"
},
{
"name": "lideeyunji.ai.kimi.model",
"type": "java.lang.String",
"sourceType": "com.lideeyunji.tool.framework.ai.properties.KimiConfigProperties"
"sourceType": "com.lideeyunji.tool.framework.ai.properties.KimiConfigProperties",
"defaultValue": "moonshot-v1-8k"
}
],
"hints": []

View File

@@ -10,7 +10,8 @@
{
"name": "lideeyunji.yunji.save-op-log",
"type": "java.lang.Boolean",
"sourceType": "com.lideeyunji.tool.framework.operatelog.config.OperateLogProperties"
"sourceType": "com.lideeyunji.tool.framework.operatelog.config.OperateLogProperties",
"defaultValue": true
}
],
"hints": []

View File

@@ -11,7 +11,8 @@
"name": "lideeyunji.cache.redis-scan-batch-size",
"type": "java.lang.Integer",
"description": "redis scan 一次返回数量",
"sourceType": "com.lideeyunji.tool.framework.redis.config.CacheProperties"
"sourceType": "com.lideeyunji.tool.framework.redis.config.CacheProperties",
"defaultValue": 30
}
],
"hints": []

View File

@@ -11,19 +11,22 @@
"name": "lideeyunji.security.mock-enable",
"type": "java.lang.Boolean",
"description": "mock 模式的开关",
"sourceType": "com.lideeyunji.tool.framework.security.config.SecurityProperties"
"sourceType": "com.lideeyunji.tool.framework.security.config.SecurityProperties",
"defaultValue": false
},
{
"name": "lideeyunji.security.mock-secret",
"type": "java.lang.String",
"description": "mock 模式的密钥 一定要配置密钥,保证安全性",
"sourceType": "com.lideeyunji.tool.framework.security.config.SecurityProperties"
"sourceType": "com.lideeyunji.tool.framework.security.config.SecurityProperties",
"defaultValue": "test"
},
{
"name": "lideeyunji.security.password-encoder-length",
"type": "java.lang.Integer",
"description": "PasswordEncoder 加密复杂度,越高开销越大",
"sourceType": "com.lideeyunji.tool.framework.security.config.SecurityProperties"
"sourceType": "com.lideeyunji.tool.framework.security.config.SecurityProperties",
"defaultValue": 4
},
{
"name": "lideeyunji.security.permit-all-urls",
@@ -35,13 +38,15 @@
"name": "lideeyunji.security.token-header",
"type": "java.lang.String",
"description": "HTTP 请求时,访问令牌的请求 Header",
"sourceType": "com.lideeyunji.tool.framework.security.config.SecurityProperties"
"sourceType": "com.lideeyunji.tool.framework.security.config.SecurityProperties",
"defaultValue": "Authorization"
},
{
"name": "lideeyunji.security.token-parameter",
"type": "java.lang.String",
"description": "HTTP 请求时,访问令牌的请求参数 初始目的:解决 WebSocket 无法通过 header 传参,只能通过 token 参数拼接",
"sourceType": "com.lideeyunji.tool.framework.security.config.SecurityProperties"
"sourceType": "com.lideeyunji.tool.framework.security.config.SecurityProperties",
"defaultValue": "token"
}
],
"hints": []

View File

@@ -11,7 +11,8 @@
"name": "lideeyunji.tenant.enable",
"type": "java.lang.Boolean",
"description": "是否开启",
"sourceType": "com.lideeyunji.tool.framework.tenant.config.TenantProperties"
"sourceType": "com.lideeyunji.tool.framework.tenant.config.TenantProperties",
"defaultValue": true
},
{
"name": "lideeyunji.tenant.ignore-tables",

View File

@@ -52,7 +52,8 @@
"name": "lideeyunji.error-code.enable",
"type": "java.lang.Boolean",
"description": "是否开启",
"sourceType": "com.lideeyunji.tool.framework.errorcode.config.ErrorCodeProperties"
"sourceType": "com.lideeyunji.tool.framework.errorcode.config.ErrorCodeProperties",
"defaultValue": false
},
{
"name": "lideeyunji.swagger.author",
@@ -135,13 +136,15 @@
{
"name": "lideeyunji.web.web-u-r-i",
"type": "java.lang.String",
"sourceType": "com.lideeyunji.tool.framework.web.config.WebProperties"
"sourceType": "com.lideeyunji.tool.framework.web.config.WebProperties",
"defaultValue": "http:\/\/lidee.vip"
},
{
"name": "lideeyunji.xss.enable",
"type": "java.lang.Boolean",
"description": "是否开启,默认为 true",
"sourceType": "com.lideeyunji.tool.framework.xss.config.XssProperties"
"sourceType": "com.lideeyunji.tool.framework.xss.config.XssProperties",
"defaultValue": true
},
{
"name": "lideeyunji.xss.exclude-urls",
@@ -152,7 +155,8 @@
{
"name": "lideeyunji.yunji.save-req-log",
"type": "java.lang.Boolean",
"sourceType": "com.lideeyunji.tool.framework.apilog.config.ApiLogProperties"
"sourceType": "com.lideeyunji.tool.framework.apilog.config.ApiLogProperties",
"defaultValue": true
}
],
"hints": []

View File

@@ -11,13 +11,15 @@
"name": "lideeyunji.websocket.path",
"type": "java.lang.String",
"description": "WebSocket 的连接路径",
"sourceType": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties"
"sourceType": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties",
"defaultValue": "\/ws"
},
{
"name": "lideeyunji.websocket.sender-type",
"type": "java.lang.String",
"description": "消息发送器的类型 可选值local、redis、rocketmq、kafka、rabbitmq",
"sourceType": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties"
"sourceType": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties",
"defaultValue": "local"
}
],
"hints": []

View File

@@ -0,0 +1,108 @@
18:27:31.880 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
18:27:31.968 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 68832 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
18:27:31.969 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
18:27:39.719 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
18:27:39.739 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
18:27:39.742 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
18:27:39.742 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
18:27:39.999 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
18:27:39.999 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 7380 ms
18:27:43.576 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
18:27:46.148 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
18:27:46.158 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
18:27:46.162 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
18:27:46.162 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
18:27:46.162 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [3] datasource,primary datasource named [master]
18:27:49.606 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
18:27:50.604 [redisson-netty-2-5] INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
18:27:50.635 [redisson-netty-2-19] INFO o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
18:28:06.458 [main] INFO c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle
18:28:10.728 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
18:28:10.754 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
18:28:10.754 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
18:28:10.774 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).
18:28:10.779 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.
18:28:10.780 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'LAPTOP-HP6KJ9QE1770460090731'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 25 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
18:28:10.780 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.
18:28:10.780 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
18:28:10.780 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@63c6579
18:28:15.764 [main] INFO c.l.t.f.d.c.u.DictFrameworkUtils - [init,57] - [init][初始化 DictFrameworkUtils 成功]
18:28:15.800 [main] INFO c.l.t.f.j.c.JacksonAutoConfiguration - [jsonUtils,48] - [init][初始化 JsonUtils 成功]
18:28:16.622 [main] INFO o.s.b.a.e.w.EndpointLinksResolver - [<init>,58] - Exposing 15 endpoint(s) beneath base path '/actuator'
18:28:16.684 [main] INFO o.s.s.w.DefaultSecurityFilterChain - [<init>,55] - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@30ee1a38, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@251e00a0, org.springframework.security.web.context.SecurityContextPersistenceFilter@5757ef9b, org.springframework.security.web.header.HeaderWriterFilter@b517988, org.springframework.web.filter.CorsFilter@462f1d85, org.springframework.security.web.authentication.logout.LogoutFilter@f5475d7, com.lideeyunji.tool.framework.security.core.filter.TokenAuthenticationFilter@5b6f3d0b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@52c22bc5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@42be0eca, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@40c31127, org.springframework.security.web.session.SessionManagementFilter@1ec22804, org.springframework.security.web.access.ExceptionTranslationFilter@bcf8bd7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7ec02149]
18:28:18.724 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-48080"]
18:28:18.754 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:28:18.754 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
18:28:18.756 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 2 ms
18:28:18.757 [main] INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 48080 (http) with context path ''
18:28:18.759 [main] INFO o.s.s.q.SchedulerFactoryBean - [startScheduler,729] - Starting Quartz Scheduler now
18:28:20.961 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770460090731 started.
18:28:21.001 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,37] - 1.清除框架缓存--->完成
18:28:21.102 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,39] - 2.处理那些表需要做数据权限--->完成
18:28:22.360 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [erp_bi] success
18:28:22.360 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,41] - 3.初始化动态数据源--->完成
18:28:22.371 [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - [finishRegistration,315] - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
18:28:22.389 [main] INFO c.l.s.lideeYunJiApplication - [logStarted,61] - Started lideeYunJiApplication in 51.633 seconds (JVM running for 53.294)
18:28:22.397 [main] INFO c.l.t.f.b.c.BannerApplicationRunner - [run,21] - ----立德云玑启动成功----
18:33:22.163 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770460090731 paused.
19:38:15.679 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
19:38:15.727 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 40232 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
19:38:15.727 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
19:38:23.473 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
19:38:23.510 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
19:38:23.513 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
19:38:23.514 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
19:38:23.859 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
19:38:23.859 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 7593 ms
19:38:50.830 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
19:39:14.836 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
19:39:14.845 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
19:39:14.848 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
19:39:14.848 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
19:39:14.848 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [3] datasource,primary datasource named [master]
19:39:17.481 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
19:39:18.242 [redisson-netty-2-5] INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
19:39:18.266 [redisson-netty-2-19] INFO o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
19:39:27.601 [main] INFO c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle
19:39:29.588 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
19:39:29.619 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
19:39:29.619 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
19:39:29.641 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).
19:39:29.646 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.
19:39:29.648 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'LAPTOP-HP6KJ9QE1770464369592'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 25 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
19:39:29.648 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.
19:39:29.648 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
19:39:29.648 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@720b52a7
19:39:43.166 [main] INFO c.l.t.f.d.c.u.DictFrameworkUtils - [init,57] - [init][初始化 DictFrameworkUtils 成功]
19:39:43.193 [main] INFO c.l.t.f.j.c.JacksonAutoConfiguration - [jsonUtils,48] - [init][初始化 JsonUtils 成功]
19:39:44.001 [main] INFO o.s.b.a.e.w.EndpointLinksResolver - [<init>,58] - Exposing 15 endpoint(s) beneath base path '/actuator'
19:39:44.072 [main] INFO o.s.s.w.DefaultSecurityFilterChain - [<init>,55] - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@1479c527, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4c55d3ce, org.springframework.security.web.context.SecurityContextPersistenceFilter@e0865e7, org.springframework.security.web.header.HeaderWriterFilter@26e199ed, org.springframework.web.filter.CorsFilter@3bafa95b, org.springframework.security.web.authentication.logout.LogoutFilter@530dd2d7, com.lideeyunji.tool.framework.security.core.filter.TokenAuthenticationFilter@1e14b269, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3f4b9792, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5d95c7c2, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6bbcb69f, org.springframework.security.web.session.SessionManagementFilter@15c4b89b, org.springframework.security.web.access.ExceptionTranslationFilter@7e1b96a7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@26c09f3f]
19:39:46.248 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-48080"]
19:39:46.275 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
19:39:46.275 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
19:39:46.277 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 2 ms
19:39:46.277 [main] INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 48080 (http) with context path ''
19:39:46.280 [main] INFO o.s.s.q.SchedulerFactoryBean - [startScheduler,729] - Starting Quartz Scheduler now
19:39:49.279 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770464369592 started.
19:39:49.315 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,37] - 1.清除框架缓存--->完成
19:39:50.237 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,39] - 2.处理那些表需要做数据权限--->完成
19:39:57.175 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [erp_bi] success
19:39:57.177 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,41] - 3.初始化动态数据源--->完成
19:39:57.187 [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - [finishRegistration,315] - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
19:39:57.214 [main] INFO c.l.s.lideeYunJiApplication - [logStarted,61] - Started lideeYunJiApplication in 102.459 seconds (JVM running for 103.81)
19:39:57.221 [main] INFO c.l.t.f.b.c.BannerApplicationRunner - [run,21] - ----立德云玑启动成功----
20:07:59.544 [http-nio-48080-exec-8] INFO c.l.t.f.i.c.u.AreaUtils - [<init>,62] - 启动加载 AreaUtils 成功,耗时 (36) 毫秒

1587
logs/lideeyunji-info.log Normal file

File diff suppressed because it is too large Load Diff