- সারি
- ১২ এপ্রিল, ২০২৬ এ ৪:৫৩ AM UTC
- লেখক
- Kamo
- মন্তব্য@ info: status
- 2dfb43f
ConversionServiceApplication was only scanning com.kamo.ConversionService, missing all shared library beans (ImageService, MinIOStorageService, MemberRepository, etc.) needed by ImagingUploadController. Expanded to @ComponentScan("com.kamo") with matching @EnableJpaRepositories and @EntityScan, @EnableRedisHttpSession, and @EnableAsync — mirroring the SecurityService pattern. Configmap updated to include datasource (CockroachDB), JPA (ddl-auto:none), Redis session, and MinIO config. Deployment updated to inject *** secret for DB_USERNAME/DB_PASSWORD.