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

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

    前言 Spring Boot 升级 2.x Spring Cloud 兼容 WebFlux 框架兼容 JDK 版本支持 健康检查 调整 Readiness Check Endpoint 路径 扩展接口变更 删除 SofaBootBeforeHealthCheckEvent 事件 删除 DefaultHealthChecker 接口 删除 S...
  • SpringBoot and JPA CRUD demo

    SpringBoot and JPA CRUD demo Before you start Set up environment 1. Install and Launch MatrixOne 2. Create a new Spring Boot Project Using IntelliJ IDEA 3. Modify the applicatio...
  • Overview

    Bakery App Starter for Flow and Spring Features Full stack architecture Declarative, mobile-first views CRUD views Dashboard with Charts Authentication and authorization Offli...
  • DampedSpringJoint2D

    DampedSpringJoint2D Description Properties Property Descriptions Up to date This page is up to date for Godot 4.0 . If you still find outdated information, please open an is...
  • 综合

    2099 2020-01-17 《Spring 教程》
    Spring 简介章节 Spring 简介章节 Spring 面经 Spring 概述
  • springcloud(十):服务网关zuul初级篇

    为什么需要API Gateway Spring Cloud Zuul 简单使用 服务化 前面的文章我们介绍了,Eureka用于服务的注册于发现,Feign支持服务的调用以及均衡负载,Hystrix处理服务的熔断防止故障扩散,Spring Cloud Config服务集群配置中心,似乎一个微服务框架已经完成了。 我们还是少考虑了一个问题,外部的应用...
  • Dubbo 微服务注册发现

    Dubbo 微服务注册发现 本地开发应用 前提条件 创建服务提供者 创建服务消费者 验证结果 部署应用至 Erda 本地连线上注册中心 Dubbo 微服务注册发现 本地开发应用 前提条件 使用 Spring Boot 开发 Dubbo 微服务应用前,请确认已完成以下工作: 下载 Maven 并设置环境变量。 下载最新版本 Nac...
  • SpringBoot and MyBatis CRUD demo

    SpringBoot and MyBatis CRUD demo Before you start Set up environment 1. Install and Launch MatrixOne 2. Create a new Spring Boot Project Using IntelliJ IDEA 3. Modify the applic...
  • 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...