# sx-framework **Repository Path**: httpsgithubcom/sx-framework ## Basic Information - **Project Name**: sx-framework - **Description**: 基础框架 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-16 - **Last Updated**: 2025-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 发布项目代码到maven私有仓库 发布命令: mvn clean deploy -Pdevelop 或则通过idea maven blaze-framework\lifecycle:deploy执行部署 请替换blaze-framework pom.xml中distributionManagement中的url配置信息 ![img_1.png](img_1.png) ### alibaba cloud 版本说明 ### 通过脚手架创建项目,避免依赖问题 ### 异步任务配置 blaze: task: executor: # 线程池配置 corePoolSize: 5 maxPoolSize: 10 queueCapacity: 100 keepAliveSeconds: 60