Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
3e4818d8
Commit
3e4818d8
authored
Jul 25, 2022
by
macro
Browse files
Update RedisCacheAspect.java
parent
bbb70c4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-security/src/main/java/com/macro/mall/security/aspect/RedisCacheAspect.java
View file @
3e4818d8
...
...
@@ -22,7 +22,7 @@ import java.lang.reflect.Method;
@Component
@Order
(
2
)
public
class
RedisCacheAspect
{
private
static
Logger
LOGGER
=
LoggerFactory
.
getLogger
(
RedisCacheAspect
.
class
);
private
static
final
Logger
LOGGER
=
LoggerFactory
.
getLogger
(
RedisCacheAspect
.
class
);
@Pointcut
(
"execution(public * com.macro.mall.portal.service.*CacheService.*(..)) || execution(public * com.macro.mall.service.*CacheService.*(..))"
)
public
void
cacheAspect
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment