Commit graph

14 commits

Author SHA1 Message Date
sol
ca936ccf7f chore(db): migrate from Flyway to Atlas 2025-09-26 02:12:25 +08:00
sol
aafdb50df3 feat(docker): Add PostgreSQL configuration file to Docker setup 2025-07-18 16:04:54 +08:00
sol
2d0c71563b feat(docker): Fix redis-server command syntax for memory configuration 2025-07-17 18:10:08 +08:00
sol
9be1fd1bed feat(docker): Update Redis configuration with memory limits and persistence options 2025-07-17 17:48:51 +08:00
sol
31049fd589 feat(docker): Update environment variables and add build scripts for backend and frontend 2025-07-11 15:29:09 +08:00
Sol
5cb7affa2b refactor(架构调整): Remove Seata-related code and optimize cache logic 2025-05-24 19:07:21 +08:00
Sol
437c7bee43 feat(cloud): Add Feign and Loadbalance model. 2025-04-25 21:48:26 +08:00
Sol
0a086c1942 refactor(dev): Update docker's .env 2025-04-11 17:45:07 +08:00
Sol
0c20991cba update NacosSql 2025-04-11 16:41:04 +08:00
Sol
8839ccfe76 feat(nacos): update Nacos config and database
- Add Nacos configuration file `application.properties`
- Update Nacos image version to v2.5.1
- Change database from MySQL to PostgreSQL
- Update database initialization script
2025-04-10 17:44:01 +08:00
sol
a9e2b78569 feat(plugin-database): Refactor database configuration and add dynamic data source support
- Update application-database.yml to add multiple PostgreSQL data source configurations
- Remove DdlAutoConfiguration class
- Update pom.xml to add dynamic-datasource dependency and remove p6spy dependency
- Rename MybatisPlusInterceptorConfig to PostgresMybatisPlusInterceptorConfig
- Delete spy.properties file
2025-03-17 14:51:02 +08:00
sol
4388586ca2 refactor(database): optimize database configuration and logging
1. Replace custom SQL logger with P6Spy for better SQL monitoring\n2. Optimize MyBatis-Plus configuration structure\n3. Add delay for ControllerScanner to ensure Nacos registration\n4. Update project documentation with detailed deployment guide\n5. Fix code formatting and remove redundant imports
2025-03-13 17:03:33 +08:00
Bga Sol
93c1f67a24 build(docker): 更新 Redis 版本并调整 Seata 配置
- 将 Redis 版本从 6.2.16 升级到 7.4.2
- 调整 Seata 容器的 IP配置注释
- 移除 Seata 容器的 command 属性
2025-02-13 16:39:25 +08:00
Bga Sol
5f627eef67 init 2025-02-12 17:22:25 +08:00