阿里云文档 2026-01-18

在Spring Boot应用安装SSL证书(Linux)

本文介绍如何在 Spring Boot 应用中直接配置 SSL 证书以启用 HTTPS。

文章 2025-10-09 来自:开发者社区

【SpringBoot(二)】带你认识Yaml配置文件类型、SpringMVC的资源访问路径 和 静态资源配置的原理!

1. 文件类型 1.1 Properties 同以前的 properties 用法 1.2 yaml 1.2.1 简介 YAML 是 “YAML Ain’t Markup Language”(YAML 不是一种标记语言)的递归缩写。在开发这种语言时,YAML 的意思其实是:“Yet Another Markup Language”(仍是一种标记语言) ...

【SpringBoot(二)】带你认识Yaml配置文件类型、SpringMVC的资源访问路径 和 静态资源配置的原理!
文章 2024-11-23 来自:开发者社区

springboot中路径默认配置与重定向/转发所存在的域对象

Spring Boot中的路径默认配置与重定向/转发所存在的域对象 Spring Boot 是一种简化 Spring 应用开发的框架,它提供了多种默认配置和方便的开发特性。在 Web 开发中,路径配置和请求的重定向/转发是常见操作。本文将详细介绍 Spring Boot 中的路径默认配置,并解释重定向和转发过程中存在的域对象。 一、Spring Boot...

文章 2022-06-13 来自:开发者社区

Springboot 静态资源路径配置 实例介绍

这里主要介绍使用yml去配置静态资源路径,会由简单慢慢到详细地去介绍怎么使用yml来配置静态资源 示例:单独配置了静态资源的访问路径  ,这个配置项相当于重新定义该项目的静态资源文件夹路径spring: resources: static-locations: classpath:html/然后咱们在resources文件夹路径下,新建文件夹html ,放入一个简...

Springboot 静态资源路径配置 实例介绍
文章 2022-02-17 来自:开发者社区

《Springboot极简教程》@EnableMongoRepositories路径配置:APPLICATION FAILED TO START: Parameter 0 of constructor in

APPLICATION FAILED TO START Description: Parameter 0 of constructor in com.restfeel.controller.BlogController required a bean of type 'com.restfeel.biz.BlogService' that could not be found. Action: .....

文章 2022-02-17 来自:开发者社区

13.6 SpringBoot集成Mongodb开发问题@EnableMongoRepositories路径配置

13.6 SpringBoot集成Mongodb开发问题@EnableMongoRepositories路径配置 APPLICATION FAILED TO START Description: Parameter 0 of constructor in com.restfeel.controller.BlogController required a bean of type 'com.r...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

微服务

构建可靠、高效、易扩展的技术基石

+关注