This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: v1 | |
| type: polardbx | |
| cluster: | |
| name: pxc_test | |
| dn: | |
| image: polardbx-opensource-registry.cn-beijing.cr.aliyuncs.com/polardbx/polardbx-engine | |
| replica: 1 | |
| nodes: | |
| - host_group: [服务器自身ip] | |
| resources: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let tableData = pm.response.json().result; | |
| var template = ` | |
| <style> | |
| table { | |
| border-collapse: collapse; | |
| width: 100%; | |
| font-family: PingFang,Arial, sans-serif; /* 设置字体样式 */ | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #[module] | |
| #Get the module from the comment,group the apis | |
| module=#module | |
| #[ignore] | |
| #Ignore class/api | |
| ignore=#ignore | |
| #[deprecated_java] | |
| #deprecated info(java) |