-
Notifications
You must be signed in to change notification settings - Fork 38.5k
How do I use @Aspect
in the native-image
?
#29765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We have a smoke test for Support for |
Aspect could work for simple use cases like in the smoke test, but there are not fully support on native yet, this is already tracked by #28711, so I will close this one as a duplicate |
OK,Thank you. |
@Aspect
in the native-image?@Aspect
in the native-image
?
How do I use
@Aspect
in the native-image?The annotation:
The aspect:
The controller:
The application:
mvn clean package -Pnative -e
Then
start application.exe
and visithttp://localhost:8080/test
, but the aspect did not take effect in the native-image.The text was updated successfully, but these errors were encountered: