Commit graph

34 commits

Author SHA1 Message Date
sol
ee512e89a9 feat(core): Add bulk queries and optimize basic services 2025-09-28 22:13:22 +08:00
sol
3bf415a408 refactor(base-model): Removed deleted field definitions from BaseEntity 2025-09-26 11:11:50 +08:00
sol
ca936ccf7f chore(db): migrate from Flyway to Atlas 2025-09-26 02:12:25 +08:00
sol
49f09b3245 feat(file): Add file download function and optimize MinIO client usage 2025-09-24 01:42:01 +08:00
sol
bd35ec0bb5 feat(minio): Support range request and streaming of video online playback 2025-09-24 01:18:49 +08:00
sol
f77118843c feat(video): Optimized video streaming supports range requests 2025-09-24 00:58:44 +08:00
sol
b8a7329ed9 feat(file):Optimized the file upload and status management logic 2025-09-24 00:03:17 +08:00
sol
64b008538e refactor(file): Adjust the file creation logic to set the default value and creation time uniformly 2025-09-23 21:53:00 +08:00
sol
50de33cffc refactor(plugin-minio):Refactor OssService and migrate to the plugin module 2025-09-23 20:18:16 +08:00
sol
c85be6c29e refactor: Remove unused imports 2025-09-21 16:48:11 +08:00
sol
080ea5dc29 refactor(video): edit @GetMapping("/play/{id}") 2025-09-21 16:41:06 +08:00
sol
20a70f3360 refactor(file): 文件存储 2025-09-19 22:33:59 +08:00
sol
068fd54e1e refactor(file): 文件存储 2025-09-19 22:30:53 +08:00
sol
9849aecfa2 feat(plugin): Add data rights controls and optimize file services 2025-09-19 21:54:33 +08:00
smile
56acac8759 feat(file): Object storage persistence follows preset path rules 2025-09-19 16:04:40 +08:00
sol
3e74da643d feat(menu): Add a menu grouping ID to the file service menu item 2025-09-19 09:52:24 +08:00
sol
9bc6334549 refactor(web-file-8082): Refactor menu initialization code 2025-09-17 10:50:09 +08:00
sol
9c73eabc17 feat(file): Realize the online playback function of video files 2025-09-10 17:16:07 +08:00
sol
5aa47b663b test: Add streamFile 2025-09-10 11:17:30 +08:00
sol
564f850ec6 refactor(file): Refactoring the file to upload the relevant code 2025-07-30 12:20:34 +08:00
sol
d7092a5d75 feat(file): Add video management function 2025-07-23 14:29:35 +08:00
sol
bfeee19038 feat(image-service): Refactor findOtherTable method to use fileService for file retrieval 2025-07-08 09:46:37 +08:00
Sol
745ccc8b38 refactor(file): Refactor file upload logic 2025-06-11 15:45:59 +08:00
Sol
8489b9e8c0 feat(file): Optimize file upload logic 2025-06-11 15:10:54 +08:00
Sol
71d41b675b feat(system): Implement basic Service caching functions and optimize logging 2025-06-10 20:02:59 +08:00
Sol
5cb7affa2b refactor(架构调整): Remove Seata-related code and optimize cache logic 2025-05-24 19:07:21 +08:00
Sol
615c76b0e4 build:Rename the load balancing plug-in and update the database script 2025-05-24 15:19:04 +08:00
Sol
b4beaf4b08 ci:Adjust log configuration and optimize project structure 2025-05-21 12:07:55 +08:00
Sol
437c7bee43 feat(cloud): Add Feign and Loadbalance model. 2025-04-25 21:48:26 +08:00
Sol
c3b5da305e refactor(dev): Update docker's .env 2025-04-11 17:49:57 +08:00
sol
ff526774bb refactor(database): Refactor the database configuration 2025-03-20 17:27:18 +08:00
sol
09e0f90909 refactor(database): Refactor the database configuration 2025-03-20 16:58:15 +08:00
sol
5b749702f0 build(plugin-database): Replace MyBatis-Plus DDL with Flyway
- Add Flyway configuration in `application-database.yml`
- Remove `Ddl` classes from `web-file` and `web-system` modules
- Update `pom.xml` to include Flyway dependencies
- Refactor database migration scripts to follow Flyway-compatible naming and structure
2025-03-19 17:19:30 +08:00
Bga Sol
5f627eef67 init 2025-02-12 17:22:25 +08:00