书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 7478 个相关结果.
  • 40. 测试

    40. 测试 40. 测试 Spring Boot提供很多有用的工具类和注解用于帮助你测试应用,主要分两个模块:spring-boot-test 包含核心组件,spring-boot-test-autoconfigure 为测试提供自动配置。 大多数开发者只需要引用spring-boot-starter-test ‘Starter’,它既提供Sp...
  • Log4j Vulnerability Impact

    Log4j Vulnerability Impact Dubbo Impact Range Feedback Log4j Vulnerability Impact Log4j CVE-2021-44228 Vulnerability Impact Recently, the mainstream logging component log4j2 ...
  • 介绍

    2128 2018-04-17 《Spring Data 文档》
    Spring Data Spring Data Spring Data 是spring 众多项目中的一个,但是我只看到了英文版,所以闲来无事自己有空就把它翻译成中文的英文原版在这里Spring Data JPA - Reference Documentation 。这个是这本书的github地址:https://github.com/tokyo200...
  • XML 配置

    XML 配置 服务提供者 定义服务接口 在服务提供方实现接口 用 Spring 配置声明暴露服务 加载 Spring 配置 服务消费者 通过 Spring 配置引用远程服务 加载 Spring 配置,并调用远程服务 XML 配置 以 Spring XML 开发 Dubbo 应用 Dubbo 有基于 Spring Schema 扩展的自...
  • 测试

    测试 Testing Method Security 测试 Testing Method Security This section demonstrates how to use Spring Security’s Test support to test method based security. We first introduce a...
  • 30.8.1 连接Couchbase

    30.8.1 连接Couchbase 30.8.1 连接Couchbase 通过添加Couchbase SDK和一些配置,你可以很容易获取一个Bucket 和Cluster ,spring.couchbase.* 属性可用于自定义该连接。通常,你需要提供启动hosts,bucket name和password: spring . couchbase...
  • 12. 接下来阅读什么

    12. 接下来阅读什么 12. 接下来阅读什么 希望本章节已为你提供一些Spring Boot的基础部分,并帮你找到开发自己应用的方式。如果你是任务驱动型的开发者,那可以直接跳到spring.io ,check out一些入门指南 ,以解决特定的”使用Spring如何做”的问题;我们也有Spring Boot相关的How-to 参考文档。 Spri...
  • 使用@Controller注解定义一个控制器

    21.3.1 使用@Controller注解定义一个控制器 21.3.1 使用@Controller 注解定义一个控制器 [Original] The @Controller annotation indicates that a particular class serves the role of a controller. Spring ...
  • Repository填充

    Repository填充 Repository填充 如果使用过Spring提供的JDBC模块,可能会对使用SQL脚本填充DataSource。Spring Data中也提供了相似的功能来填充repository,只不过不是使用SQL,而是使用XML或JSON来定义数据, 假设有一个data.json文件,内容如下: Example 29. Dat...
  • Accessing The Database

    Connecting the View to the Backend An Introduction to Spring Boot Backend Overview Domain Model: Entities Database Access: Repositories Sample Data Generator Creating a Servic...