using @PreAuthorize on interface declaration

后端 未结 0 870
野趣味
野趣味 2021-01-16 05:08

I have the following interface:

TestInterface.java

@PreAuthorize("hasAuthority(\'interface\')")
public interface TestInterface {         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题