Merge pull request #8822 from KomachiSion/develop-config-aspect

Add comment for config aspect.
This commit is contained in:
MajorHe1 2022-07-29 10:05:48 +08:00 committed by GitHub
commit 4ca830638b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,11 @@ public class ConfigController {
/** /**
* Adds or updates non-aggregated data. * Adds or updates non-aggregated data.
* * <p>
* request and response will be used in aspect, see
* {@link com.alibaba.nacos.config.server.aspect.CapacityManagementAspect} and
* {@link com.alibaba.nacos.config.server.aspect.RequestLogAspect}.
* </p>
* @throws NacosException NacosException. * @throws NacosException NacosException.
*/ */
@PostMapping @PostMapping
@ -253,6 +257,12 @@ public class ConfigController {
/** /**
* Synchronously delete all pre-aggregation data under a dataId. * Synchronously delete all pre-aggregation data under a dataId.
* *
* <p>
* request and response will be used in aspect, see
* {@link com.alibaba.nacos.config.server.aspect.CapacityManagementAspect} and
* {@link com.alibaba.nacos.config.server.aspect.RequestLogAspect}.
* </p>
*
* @throws NacosException NacosException. * @throws NacosException NacosException.
*/ */
@DeleteMapping @DeleteMapping