书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 2324 个相关结果.
  • 1. Get to Know Gatsby Building Blocks

    1080 2020-03-09 《Gatsby.js Tutorials》
    Get to Know Gatsby Building Blocks Using Gatsby starters ✋ Open up the code Familiarizing with Gatsby pages ✋ Make changes to the “Hello World” homepage Wait… HTML in our JavaSc...
  • WebSocket代理

    WebSocket代理 环境准备 请求路径 选择器和规则设置 WebSocket代理 Apache ShenYu 网关通过Divide 插件实现了对websocket 代理的支持。 环境准备 请参考运维部署的内容,选择一种方式启动shenyu-admin 。比如,通过 本地部署 启动Apache ShenYu 后台管理系统。 启动成功后...
  • Web开发方式开发步骤

    Web开发方式和JAVA应用方式的开发步骤基本类似。 主要有如下区别: JAVA应用方式基于spring-boot-starter,而Web开发方式基于spring-boot-starter-web。 Web开发方式通过@EnableServiceComb会启用org.apache.servicecomb.transport.rest.servl...
  • General Upgrade Information

    General Upgrade Information Upgrade Methods Before the Upgrade Upgrade Paths Additional Notes Regarding Rolling Upgrades General Upgrade Information Upgrade Methods There...
  • 邮件发送

    邮件发送 快速导航 添加maven依赖 配置文件增加邮箱相关配置 项目构建 业务层代码 单元测试层代码 五种邮件发送类型讲解 文本邮件 html邮件 附件邮件 html内嵌图片邮件 模板邮件 常见问题 邮件发送 本篇主要介绍了Spring Boot中邮件发送,分别讲解了简单的文本邮件、HTML邮件、附件邮件、图片邮件、模板...
  • 7.7. FAQ

    1. [JDBC] Why there may be an error when configure both shardingsphere-jdbc-spring-boot-starter and a spring-boot-starter of certain datasource pool(such as druid)? 2. [JDBC] Why ...
  • 27.3 内嵌servlet容器支持

    27.3 内嵌servlet容器支持 27.3 内嵌servlet容器支持 Spring Boot支持内嵌的Tomcat, Jetty和Undertow服务器,多数开发者只需要使用合适的’Starter’来获取一个完全配置好的实例即可,内嵌服务器默认监听8080端口的HTTP请求。
  • Limitations

    Active Failover Limitations Active Failover Limitations The Active Failover setup in ArangoDB has a few limitations. Some of these limitations may be removed in later versions o...
  • Limitations

    Active Failover Limitations Active Failover Limitations The Active Failover setup in ArangoDB has a few limitations. Some of these limitations may be removed in later versions o...
  • 13.2.4. 使用Spring Boot Maven插件

    13.2.4. 使用Spring Boot Maven插件 13.2.4. 使用Spring Boot Maven插件 Spring Boot包含一个Maven插件 ,它可以将项目打包成一个可执行jar。如果想使用它,你可以将该插件添加到<plugins> 节点处: <build> <plugins> <plug...