书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 2392 个相关结果.
  • 2.1. ShardingSphere-JDBC

    ShardingSphere-JDBC Scenarios Limitations Requirements Procedure ShardingSphere-JDBC Scenarios There are four ways you can configure Apache ShardingSphere: Java , YAML , Sp...
  • 在Spring Boot中使用java chassis

    Spring Boot 可以让开发者能够更加快速的构建Spring应用。主要提供了如下功能: 创建独立可执行的Spring应用。通过将应用程序打包为jar,就可以通过java -jar来执行应用程序。 内嵌Tomcat, Jetty等WEB服务器,而不需要开发者打包war。 提供starter简化maven依赖关系配置。 将Spring ...
  • Contribute to Knative

    Contribute to Knative Prerequisites Contribute to the code Contribute code samples to the community Learn and connect Community Meetup More ways to get involved Contribute...
  • Contribute to Knative

    Contribute to Knative Prerequisites Contribute to the code Contribute code samples to the community Learn and connect Community Meetup More ways to get involved Contribute...
  • Nacos Spring Boot

    Quick Start for Nacos Spring Boot Projects Prerequisite Enable Configuration Service Enable Service Discovery Related Projects Quick Start for Nacos Spring Boot Projects Th...
  • 40.2 测试Spring应用

    40.2 测试Spring应用 40.2 测试Spring应用 依赖注入主要优势之一就是它能够让你的代码更容易进行单元测试。你只需简单的通过new 操作符实例化对象,甚至不需要涉及Spring,也可以使用模拟对象替换真正的依赖。 你常常需要在进行单元测试后,开始集成测试(在这个过程中只需要涉及到Spring的ApplicationContext )...
  • Installation

    Installation Securing the installation Installation Head to arangodb.com/download , select your operating system and download ArangoDB. You may also follow the instructions on ...
  • Spring 应用配置热更新

    Spring 应用配置热更新 erda.yml 中引用配置中心 Addon 修改 Maven 的 pom.xml 文件 使用 Spring Cloud Config 的 @RefreshScope 注解 配置中心控制台中修改动态配置 本地连线上配置中心 Spring 应用配置热更新 基于 Spring 开发的服务,将通过 applicatio...
  • Nacos Spring Boot

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

    1726 2019-07-10 《Lin CMS 文档手册》
    后端起步 你需要了解 Server 端必备环境 获取工程项目 安装依赖包 数据库配置 运行 后端起步 你需要了解 入门一个新框架最好的方式就是将这个框架的 demo 运行起来。由于 Lin 采用的是前后端分离的架构,所以相比于传统的网站,它的环境搭建会稍显麻烦。但 Lin 并没有采用任何冷门的技术,相比于传统网站,只不过多出了一些对于...