feat(common): add API operation logging with AOP and trace ID tracking
This commit is contained in:
6
.idea/compiler.xml
generated
6
.idea/compiler.xml
generated
@@ -8,8 +8,12 @@
|
||||
<processorPath useClasspath="false">
|
||||
<entry name="$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.projectlombok/lombok/1.18.42/8365263844ebb62398e0dc33057ba10ba472d3b8/lombok-1.18.42.jar" />
|
||||
</processorPath>
|
||||
<module name="weblog-springboot.weblog-web.main" />
|
||||
<module name="weblog-springboot.weblog-web.test" />
|
||||
<module name="weblog-springboot.weblog-module-admin.test" />
|
||||
<module name="weblog-springboot.weblog-module-common.test" />
|
||||
<module name="weblog-springboot.weblog-module-admin.main" />
|
||||
<module name="weblog-springboot.weblog-module-common.main" />
|
||||
<module name="weblog-springboot.weblog-web.main" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
<bytecodeTargetLevel target="21" />
|
||||
|
||||
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
@@ -3,8 +3,6 @@
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/weblog-springboot.iml" filepath="$PROJECT_DIR$/weblog-springboot.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/weblog-web/weblog-springboot.weblog-web.main.iml" filepath="$PROJECT_DIR$/.idea/modules/weblog-web/weblog-springboot.weblog-web.main.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/weblog-web/weblog-springboot.weblog-web.test.iml" filepath="$PROJECT_DIR$/.idea/modules/weblog-web/weblog-springboot.weblog-web.test.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user