Compare commits
2 Commits
00ea5a6db4
...
0a42ffd85d
Author | SHA1 | Date |
---|---|---|
|
0a42ffd85d | |
|
70983a5b2f |
|
@ -54,7 +54,8 @@ public class DictAspect {
|
|||
*/
|
||||
@Pointcut("(@within(org.springframework.web.bind.annotation.RestController) || " +
|
||||
"@within(org.springframework.stereotype.Controller) || @annotation(org.jeecg.common.aspect.annotation.AutoDict)) " +
|
||||
"&& execution(public org.jeecg.common.api.vo.Result org.jeecg..*.*(..)) com.nu..*.*(..))")
|
||||
"&& ( execution(public org.jeecg.common.api.vo.Result com.nu..*.*(..)) || " +
|
||||
"execution(public org.jeecg.common.api.vo.Result org.jeecg..*.*(..)) )")
|
||||
public void excudeService() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue