Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YZG
yzg-util
Commits
cf8a5eb3
Commit
cf8a5eb3
authored
Mar 22, 2019
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
监控类
parent
ebdccda0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
FeignAspect.java
.../src/main/java/com/yanzuoguang/cloud/aop/FeignAspect.java
+3
-3
WebAspect.java
...ud/src/main/java/com/yanzuoguang/cloud/aop/WebAspect.java
+1
-1
No files found.
yzg-util-cloud/src/main/java/com/yanzuoguang/cloud/aop/FeignAspect.java
View file @
cf8a5eb3
...
@@ -15,8 +15,8 @@ import org.springframework.stereotype.Component;
...
@@ -15,8 +15,8 @@ import org.springframework.stereotype.Component;
/**
/**
* 接口切面,用于验证接口回调返回参数
* 接口切面,用于验证接口回调返回参数
*/
*/
//
@Aspect
@Aspect
//
@Component
@Component
public
class
FeignAspect
extends
AbstractValidateAspect
{
public
class
FeignAspect
extends
AbstractValidateAspect
{
private
static
final
Logger
logger
=
LoggerFactory
.
getLogger
(
FeignAspect
.
class
);
private
static
final
Logger
logger
=
LoggerFactory
.
getLogger
(
FeignAspect
.
class
);
...
@@ -24,7 +24,7 @@ public class FeignAspect extends AbstractValidateAspect {
...
@@ -24,7 +24,7 @@ public class FeignAspect extends AbstractValidateAspect {
/**
/**
* AOP的表达式
* AOP的表达式
*/
*/
// @Pointcut("bean(*Feign
)")
@Pointcut
(
"execution(* com..feign.*Feign.*(..)
)"
)
public
void
feignAspect
()
{
public
void
feignAspect
()
{
}
}
...
...
yzg-util-cloud/src/main/java/com/yanzuoguang/cloud/aop/WebAspect.java
View file @
cf8a5eb3
...
@@ -76,7 +76,7 @@ public class WebAspect extends AbstractValidateAspect implements ThreadNext.Next
...
@@ -76,7 +76,7 @@ public class WebAspect extends AbstractValidateAspect implements ThreadNext.Next
/**
/**
* exec aop point aspect
* exec aop point aspect
*/
*/
// @Pointcut("bean(*Controller
)")
@Pointcut
(
"execution(* com..web.*Controller.*(..)
)"
)
public
void
webAspect
()
{
public
void
webAspect
()
{
}
}
...
...
Write
Preview
Markdown
is supported
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