2025-03-02 23:23:17 +08:00
2025-02-23 12:03:06 +08:00
2025-01-03 18:46:38 +08:00
2025-02-13 09:37:15 +08:00
2025-02-22 13:35:34 +08:00
2025-02-21 09:55:24 +08:00
2025-03-02 23:23:17 +08:00
2025-01-15 10:29:22 +08:00
2025-02-25 23:45:32 +08:00
2024-08-06 16:07:49 +08:00
2025-01-15 10:26:55 +08:00
2025-01-20 11:30:20 +08:00
2024-10-11 15:23:15 +08:00
2024-11-29 16:46:29 +08:00
2024-11-26 11:41:19 +08:00
2025-02-23 12:02:58 +08:00
2024-08-06 16:07:49 +08:00
2025-02-23 12:02:58 +08:00
2024-08-06 16:07:49 +08:00
2025-02-23 00:28:17 +08:00
2025-02-13 09:27:02 +08:00

minio bucket 权限配置


{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "PublicReadGetObject",
            "Effect": "Allow",
            "Principal": {
                "AWS": [
                    "*"
                ]
            },
            "Action": [
                "s3:GetObject"
            ],
            "Resource": [
                "arn:aws:s3:::physical/*"
            ]
        }
    ]
}
INSERT INTO `document_library` (`id`, `create_by`, `create_time`, `update_by`, `update_time`, `sys_org_code`, `title`, `tags`, `content`, `parent_id`, `type`, `file_list`) VALUES
('1111111111111111111', 'admin', '2025-02-22 23:24:43', NULL, NULL, 'A01', '相关文献', NULL, NULL, NULL, 'FOLDER', NULL);

INSERT INTO `document_library` (`id`, `create_by`, `create_time`, `update_by`, `update_time`, `sys_org_code`, `title`, `tags`, `content`, `parent_id`, `type`, `file_list`) VALUES
('2222222222222222222', 'admin', '2025-02-22 23:24:43', NULL, NULL, 'A01', '试验标准数据库', NULL, NULL, NULL, 'FOLDER', NULL);

INSERT INTO `document_library` (`id`, `create_by`, `create_time`, `update_by`, `update_time`, `sys_org_code`, `title`, `tags`, `content`, `parent_id`, `type`, `file_list`) VALUES
('3333333333333333333', 'admin', '2025-02-22 23:24:43', NULL, NULL, 'A01', '辐射效应损伤', NULL, NULL, NULL, 'FOLDER', NULL);
Description
No description provided
Readme Apache-2.0 75 MiB
Languages
Java 99.6%
Python 0.2%
Fluent 0.1%