Merge pull request #8822 from KomachiSion/develop-config-aspect
Add comment for config aspect.
This commit is contained in:
commit
4ca830638b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user