Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hugufei
2017-10-16 19:18:22 +0800
Commit
fa1b17d10d5cdaed5124b7d20e15f4c7cc835dec
1 parent
bbee76ad
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
service/src/main/java/com/yoho/search/common/cache/aop/SearhCacheAspect.java → service/src/main/java/com/yoho/search/common/cache/aop/SearchCacheAspect.java
service/src/main/java/com/yoho/search/common/cache/aop/SearhCacheAspect.java → service/src/main/java/com/yoho/search/common/cache/aop/Sear
c
hCacheAspect.java
View file @
fa1b17d
...
...
@@ -24,7 +24,7 @@ import com.yoho.search.service.base.SearchCacheService;
@Component
@Aspect
public
class
SearhCacheAspect
{
public
class
Sear
c
hCacheAspect
{
@Autowired
private
SearchCacheService
searchCacheService
;
...
...
Please
register
or
login
to post a comment