Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bit0r/java-util
/ controllerAspectse
Method
controllerAspectse
src/main/java/util/LogRecodeAspect.java:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
private
RedisTemplate<String, Object> redisTemplate;
56
57
@Pointcut(
"execution(public * com.controller.*.*(..))"
)
58
public
void
controllerAspectse() {
59
}
60
61
62
@Around(value =
"controllerAspectse()"
)
Callers
nothing calls this directly
Calls
1
recordLog
Method · 0.95
Tested by
no test coverage detected