码迷,mamicode.com
首页 >  
搜索关键字:spring-boot    ( 7186个结果
springboot bean的循环依赖实现 源码分析
springboot bean的循环依赖实现 源码分析 本文基于springboot版本2.5.1 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifac ...
分类:编程语言   时间:2021-06-28 18:56:06    阅读次数:0
SpringBoot01
SpringBoot01:入门 1.概述 微服务 响应式 分布式 Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". ...
分类:编程语言   时间:2021-06-28 18:47:02    阅读次数:0
spring boot启动原理
https://www.cnblogs.com/shamo89/p/8184960.html 第一步 https://www.cnblogs.com/trgl/p/7353782.html 第二步 https://www.cnblogs.com/hafiz/p/9155017.html 简单适合入门 ...
分类:编程语言   时间:2021-06-28 18:38:41    阅读次数:0
Spring Boot 项目脚本(启动、停止、重启、状态)
作者:junbaor 来源:https://segmentfault.com/a/1190000012030747 此脚本用来管理 SpringBoot 项目的进程状态。 有提示功能。 把脚本丢到项目文件夹, 添加执行权限即可。 如果 jenkins 使用这个脚本, 需要在 java -jar 命令 ...
分类:编程语言   时间:2021-06-28 18:13:21    阅读次数:0
1.快速入门,主键策略以及自动填充
1.快速入门 1.1导入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <g ...
分类:其他好文   时间:2021-06-25 16:49:17    阅读次数:0
Swagger2集成Spring Boot中的依赖(使用knife4j接口文档)
Swagger2集成Spring Boot中的依赖(使用knife4j接口文档) 一·导入依赖Swagger2和knife4j的依赖 <!-- knife4j接口文档 --> <dependency> <groupId>io.springfox</groupId> <artifactId>sprin ...
分类:编程语言   时间:2021-06-22 18:11:24    阅读次数:0
nacos读取不到nacos中配置信息问题
pom.xml配置 需要添加spring-boot-starter-actuator很重要不要然报错 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-co ...
分类:其他好文   时间:2021-06-21 21:11:16    阅读次数:0
springboot06
spirng boot的一些缺点: 当spring boot应用以一个fat jar方式运行时,会遇到一些问题。以下是个人看法: 日志不知道放哪,默认是输出到stdout的 数据目录不知道放哪, jenkinns的做法是放到 ${user.home}/.jenkins 下面 相对目录API不能使用, ...
分类:编程语言   时间:2021-06-21 20:10:02    阅读次数:0
Idea 热部署
1. Adding devtoolls to your project <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runt ...
分类:其他好文   时间:2021-06-20 17:42:40    阅读次数:0
spring boot cors 动态添加以及cookie 处理
spring boot 4.2 之后直接支持基于注解解决了,使用很简单,但是需要严格控制跨域请求的就需要一些调整了 解决方法 自定义CorsFilter,自己创建一个bean,传入自定义的CorsConfigurationSource,CorsConfigurationSource 需要配置 一个匹 ...
分类:编程语言   时间:2021-06-19 19:12:46    阅读次数:0
7186条   上一页 1 2 3 4 5 ... 719 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!