rpc-index.html 4.79 KB
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
    <meta content="smart-doc" name="generator">
    <title>Spring Cloud Alibaba</title>
    <link href="font.css?v=1701764563390" rel="stylesheet">
    <link href="AllInOne.css?v=1701764563390" rel="stylesheet"/>
    <script src="jquery.min.js"></script>
</head>
<body class="book toc2 toc-left">
<div id="header"><h1>Spring Cloud Alibaba</h1>
    <div class="toc2" id="toc">
        <div id="book-search-input"><input id="search" placeholder="Type to search" type="text"></div>
        <div id="toctitle"><span>API Reference</span></div>
        <ul class="sectlevel1" id="accordion">
            <li><a href="#_add_dependency">1.&nbsp;Add dependency</a></li>
        </ul>
    </div>
</div>
<div id="content">
    <div id="preamble">
        <div class="sectionbody">
            <table class="tableblock frame-all grid-all spread">
                <colgroup>
                    <col style="width: 20%;">
                    <col style="width: 20%;">
                    <col style="width: 20%;">
                    <col style="width: 20%;">
                    <col style="width: 20%;">
                </colgroup>
                <thead>
                <tr>
                    <th class="tableblock halign-left valign-top">Version</th>
                    <th class="tableblock halign-left valign-top">Update Time</th>
                    <th class="tableblock halign-left valign-top">Status</th>
                    <th class="tableblock halign-left valign-top">Author</th>
                    <th class="tableblock halign-left valign-top">Description</th>
                </tr>
                </thead>
                <tbody>
                <tr>
                    <td class="tableblock halign-left valign-top"><p class="tableblock">v2023-12-05 16:22:43</p></td>
                    <td class="tableblock halign-left valign-top"><p class="tableblock">2023-12-05 16:22:43</p>
                    </td>
                    <td class="tableblock halign-left valign-top"><p class="tableblock">auto</p></td>
                    <td class="tableblock halign-left valign-top"><p class="tableblock">@admin</p></td>
                    <td class="tableblock halign-left valign-top"><p class="tableblock">Created by smart-doc</p></td>
                </tr>
                </tbody>
            </table>
        </div>
    </div>
    <footer class="page-footer"><span class="copyright">Generated by smart-doc at 2023-12-05 16:22:43</span><span
            class="footer-modification">Suggestions,contact,support and error reporting on<a href="https://gitee.com/smart-doc-team/smart-doc" target="_blank">&nbsp;Gitee</a>&nbsp;or<a href="https://github.com/smart-doc-group/smart-doc.git" target="_blank">&nbsp;Github</a></span>
    </footer>
    <div href="javascript:void(0)" id="toTop"><img id="upArrow" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABlUlEQVRIS+2UvUvDQBiH398Rly4udnARwUXs4qAIOigI4iL30dTZ2T9AcNPVvUsXF7uYttdScNDFRRAnB11cFFwKxcXBJTQnJ6lEbRI/CIiY9e6e5/e+9+ZAGX/ImE9/QKCU2jfGbGTQqq4xZgtSyisiKmQgIAAVCCFWAGxnIOhqrdd/xyUrpRZsP40xSwA6AI57vd5eq9W6T6s8tQIppSKi+gDQNREprfVNkiRRwDlfY4xZ+FAIuSOi8Qjw0nEc5XnebZwkViClXA2T5+xhY8xus9ncEUJMAziITN5FEARuXLsGCoQQywBs8uEovJ+Scz7FGDuMSM4cx3E9z+u8r+SDQEq5SEQ1IhoZBE+QnBKRq7V+iEreCDjn84wxCx9NgidITnK5nFutVh/7e14FSqnZIAhqAMY+A4+TADjyfb/Ubref7J4XQXhxNvnEV+AJlbTy+XypUqn4KBaLBZuciCa/A0+opN5oNFz7FpUBbP4EHicxxsyAcz7HGDvvz3nar5+2Ho5wOQwsU5+KNGDa+r8grUP0DBLjtRtNKEliAAAAAElFTkSuQmCC"><span id="upText">Top</span></div>
</div>
<script src="search.js?v=1701764563390"></script>
<script>$(function () {
    const Accordion = function (el, multiple) {
        this.el = el || {};
        this.multiple = multiple || false;
        const links = this.el.find(".dd");
        links.on("click", {el: this.el, multiple: this.multiple}, this.dropdown)
    };
    Accordion.prototype.dropdown = function (e) {
        const $el = e.data.el;
        $this = $(this), $next = $this.next();
        $next.slideToggle();
        $this.parent().toggleClass("open");
        if (!e.data.multiple) {
            $el.find(".submenu").not($next).slideUp("20").parent().removeClass("open")
        }
    };
    new Accordion($("#accordion"), false);
    $(window).scroll(function () {
        if ($(window).scrollTop() > 100) {
            $("#toTop").fadeIn(1500);
            $("#toTop").hover(function () {
                $("#upArrow").hide();
                $("#upText").show()
            }, function () {
                $("#upArrow").show();
                $("#upText").hide()
            })
        } else {
            $("#toTop").fadeOut(1500)
        }
    });
    $("#toTop").click(function () {
        $("body, html").animate({scrollTop: 0}, 1000);
        return false
    })
});</script>
</body>
</html>