书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 2392 个相关结果.
  • 使用开发框架

    使用开发框架 功能简介 开发框架如何集成北极星 使用开发框架 功能简介 北极星 SDK 可以被集成到开发框架内部,如果用户使用开发框架,不需要显式地引入北极星 SDK,只需要依赖北极星相关的框架插件即可接入北极星。 当前支持以下框架的扩展接入: Spring Cloud Spring Boot Dubbo gRPC-Java gRP...
  • helm create

    helm create Synopsis Options Options inherited from parent commands SEE ALSO helm create Create a new chart with the given name Synopsis This command creates a chart dir...
  • Nacos Spring Boot

    Nacos Spring Boot 快速开始 前提条件 启动配置管理 启动服务发现 相关项目 Nacos Spring Boot 快速开始 本文主要面向 Spring Boot 的使用者,通过两个示例来介绍如何使用 Nacos 来实现分布式环境下的配置管理和服务发现。 关于 Nacos Spring Boot 的详细文档请参看:nacos-...
  • Spring Cloud服务接入

    Spring Cloud服务接入 在网关中引入 springCloud 插件 SpringCloud服务接入网关 用户请求 Spring Cloud服务接入 此篇文章是介绍 springCloud 服务接入到 Apache ShenYu 网关,Apache ShenYu 网关使用 springCloud 插件来接入Spring Cloud...
  • 35.1 使用Atomikos事务管理器

    35.1 使用Atomikos事务管理器 35.1 使用Atomikos事务管理器 Atomikos是一个非常流行的开源事务管理器,并且可以嵌入到你的Spring Boot应用中。你可以使用spring-boot-starter-jta-atomikos Starter去获取正确的Atomikos库。Spring Boot会自动配置Atomikos,...
  • 29.1.1. 对内嵌数据库的支持

    29.1.1. 对内嵌数据库的支持 29.1.1. 对内嵌数据库的支持 开发应用时使用内存数据库是很方便的。显然,内存数据库不提供持久化存储;你只需要在应用启动时填充数据库,在应用结束前预先清除数据。 Spring Boot可以自动配置的内嵌数据库包括H2 , HSQL 和Derby 。你不需要提供任何连接URLs,只需要添加你想使用的内嵌数据库依...
  • Search Engine Optimization (SEO) and Social Sharing Cards with Gatsby

    1590 2020-03-09 《Gatsby.js Tutorials》
    Search Engine Optimization (SEO) and Social Sharing Cards with Gatsby Implementation Gatsby + GraphQL StaticQuery Creating the SEO component Implementing social SEO link rel="...
  • 创建基于Spring Boot的Dubbo应用

    创建基于Spring Boot的微服务应用 快速创建应用 提示 本地启动应用 注意 源码解析 Maven 依赖 服务定义 服务实现 发起服务调用 提示 应用入口与配置文件 发布服务定义到远端仓库 更多内容 创建基于Spring Boot的微服务应用 快速开始,学习如何使用 dubbo-nacos-spring-boot-sta...
  • Druid中使用log4j2进行日志输出

    1. pom.xml中springboot版本依赖 2. log4j2.xml文件中的日志配置(完整,可直接拷贝使用) 3. 配置application.properties 4. 输出日志于druid-sql.log 1. pom.xml中springboot版本依赖 <!--Spring-boot中去掉logback的依赖--> <de...
  • Create a Dubbo application based on Spring Boot

    Create a microservice application based on Spring Boot Quickly Create an Application Directly Use the Official Sample Start the Application Locally Note Source Code Analysis M...