Dennis

Results 3 issues of Dennis

# Title Optimize Spring Boot startup time and runtime performance ## Summary Current services have slow startup and elevated request latency in production. The goal is to systematically optimize Spring...

enhancement

# Title Replace Hutool-based JWT generation with RSA (RS256) and add user token authentication in `im-gateway` ## Summary Stop using Hutool to generate JWTs. Standardize on **RSA (RS256)** using a...

Refactor

# Title Replace OpenFeign service calls with Dubbo RPC (Spring Cloud Alibaba + Nacos integration) ## Summary Migrate existing inter-service calls that use OpenFeign to Dubbo RPC and use Nacos...

Refactor