Tidra commented on code in PR #4054: URL: https://github.com/apache/incubator-streampark/pull/4054#discussion_r1769646091
########## 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: The method of permission authentication has been modified, and there is no need to add the above sections -- 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: issues-unsubscr...@streampark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org