lahirujayathilake commented on code in PR #67:
URL: https://github.com/apache/airavata-mft/pull/67#discussion_r1066810356
##########
services/secret-service/server/src/main/java/org/apache/airavata/mft/secret/server/AppConfig.java:
##########
@@ -19,7 +19,7 @@
import org.springframework.context.annotation.Configuration;
-@Configuration
+@Configuration("SSAppConfig")
Review Comment:
When there are multiple App Configs coming from different services, either
their class names should be different or we have to pass a name using the
annotation. Otherwise, there will be conflicts with bean definitions due to the
same name(default will be "AppConfig") and the same class name
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]