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.

1 line
285 B

1 month ago
通过 Maven 打包后使用 `java -jar target/crm-app-*.jar` 直接运行;敏感配置(JWT secret、MinIO AK/SK、钉钉 client-id/secret)需通过环境变量 CRM_JWT_SECRET、CRM_MINIO_AK、CRM_MINIO_SK、DINGTALK_CLIENT_ID、DINGTALK_CLIENT_SECRET 注入,避免硬编码。