-
- Added `spring-boot-starter-amqp` dependency in POM. - Introduced classes `CorrelationDataEx`, `RetryTask`, `RetryTaskHolder`, and `RabbitMessageSender` for RabbitMQ message handling and retry logic. - Updated `OrgController` to send RabbitMQ notifications for add, update, and delete operations. - Modified `bootstrap.yml` to include `rabbitmq.yml` in shared Nacos configurations.
-
- Updated dependencies, including replacing outdated libraries such as `itcast-tools-j2cache` with modern alternatives like `jjwt`, `jedis`, and `spring-boot-starter-data-redis`. - Removed system-scoped dependencies and optimized library versions. - Modified Nacos configurations in multiple files (POM and bootstrap.yml) to align with the updated server details. - Introduced `DozerUtils` for improved object mapping functionality. - Adjusted code invocation for external login to simplify method calls. - Enabled J2Cache configurations in `auth-server`. - Simplified role authorization checks in the gateway service for streamlined logic.