Skip to content

Commit

Permalink
Merge pull request #8822 from KomachiSion/develop-config-aspect
Browse files Browse the repository at this point in the history
Add comment for config aspect.
  • Loading branch information
MajorHe1 authored Jul 29, 2022
2 parents ff336d9 + 882be9e commit 4ca8306
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@ public ConfigController(ConfigServletInner inner, PersistService persistService,

/**
* 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.
*/
@PostMapping
Expand Down Expand Up @@ -253,6 +257,12 @@ public ConfigAllInfo detailConfigInfo(@RequestParam("dataId") String dataId, @Re
/**
* 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.
*/
@DeleteMapping
Expand Down

0 comments on commit 4ca8306

Please sign in to comment.