wolfboys commented on code in PR #4054: URL: https://github.com/apache/incubator-streampark/pull/4054#discussion_r1755158873
########## streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/util/ServiceHelper.java: ########## @@ -29,12 +29,15 @@ import org.apache.shiro.SecurityUtils; import org.apache.shiro.authc.AuthenticationException; +import org.springframework.stereotype.Service; + import java.io.File; import java.util.Arrays; import java.util.List; import java.util.Objects; import java.util.stream.Collectors; +@Service Review Comment: Can you confirm the new added annonation: @Service? -- 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]
