E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
AutoConfigure
SpringBoot 启动解析
SpringBoot启动解析入口importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
浅笑丨无痕
·
2019-12-02 17:14
查询服务器mysql容量,服务器容量,定时删除日志
packagecn.indusec.sd.management.device;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
听他忽悠
·
2019-12-01 15:40
【使用篇二】配置文件application.properties参数详解(21)
springboot提供了许多启动器starter,大部分的启动器都有配置属性,这些配置属性一般可以在这里找到:xxxxxxxx-
autoconfigure
-xxxxx.jar/META-INF/spring-configuration-metadata.jsonapplication.properties
codedot
·
2019-11-17 22:00
spring创建bean异常
Errorcreatingbeanwithname'requestMappingHandlerMapping'definedinclasspathresource[org/springframework/boot/
autoconfigure
葬月!
·
2019-11-15 14:00
SpringBoot(7)、整合Mybatis
Applicationpackagecom.ctw.springboot;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
编程界的小学生
·
2019-11-08 10:38
Spring Boot 运行原理 - 查看Spring Boot自动配置项
1查看SpringBoot自动配置项SpringBoot自动配置源代码在spring-boot-
autoconfigure
-1.5.3.RELEASE.jar内,如图:imageimage如果想知道SpringBoot
xiaolyuh
·
2019-11-07 23:50
聊聊rocketmq的ExtProducerResetConfiguration
/org/apache/rocketmq/spring/
autoconfigure
/ExtProducerResetConfiguration.java@Configur
codecraft
·
2019-11-05 14:43
rocketmq
@SpringBootApplication
SpringBootApplication在一个springboot应用程序的入口,用到的@SpringbootApplication注解的源码如下:packageorg.springframework.boot.
autoconfigure
cuteximi_1995
·
2019-11-04 13:57
1.Eureka 服务发现
服务注解@EnableEurekaServerimportorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBoo
ThingLin
·
2019-11-02 20:49
聊聊rocketmq的ListenerContainerConfiguration
/org/apache/rocketmq/spring/
autoconfigure
/ListenerContainerConfiguration.java@Confi
codecraft
·
2019-10-26 13:20
rocketmq
缓存-注解在缓存方法上
org.springframework.cache.annotation.Cacheable、缓存保存、更新、失效时间org.springframework.boot.
autoconfigure
.cache.CacheAutoConfigurationorg.springframework.boot.
autoconfigure
.cache.RedisCacheConfiguration
BenjaminCool
·
2019-10-25 21:52
@SpringBootApplication-exclude和扫描并装配其他包下的bean(@AliasFor)
scanBasePackagespackagecom.ebc;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.Spr
遥远2
·
2019-10-19 22:00
【源码解析】自动配置的这些细节都不知道,别说你会 springboot
整体结构spring-boot-
autoconfigure
包是spring-boot-starter中
kukelook
·
2019-10-18 15:55
java
spring
程序员
【源码解析】自动配置的这些细节不知道,别说你会 springboot
整体结构spring-boot-
autoconfigure
包是spring-boot-starter中
逸飞兮
·
2019-10-18 11:28
spring
Linux编译安装中configure、make和make install各自的作用详解
总的来说,这些都是典型的使用GNU的
Autoconfigure
和Automake产生的程序的安装步骤。(1)./configure是用来检测你的安装平台的目标特征的。
LoveMIss-Y
·
2019-10-17 13:38
Linux
【源码解析】自动配置的这些细节都不知道,别说你会 springboot
整体结构spring-boot-
autoconfigure
包是spring-boot-starter中
逸飞兮
·
2019-10-17 08:00
【源码解析】自动配置的这些细节都不知道,别说你会 springboot
整体结构spring-boot-
autoconfigure
包是spring-boot-starter中
逸飞兮
·
2019-10-17 08:00
Spring Security 实战干货:Spring Boot 中的 Spring Security 自动配置初探
我们发现SpringSecurityStarter相关的Servlet自动配置都在spring-boot-
autoconfigure
-2.1.9.RELEASE(当前SpringBoot版本为2.1.9
码农小胖哥
·
2019-10-15 05:33
springcloud
springboot
springsecurity
java
springboot中加tomcat中websocket传输大小限制问题
importjavax.servlet.ServletContext;importjavax.servlet.ServletException;importorg.springframework.boot.
autoconfigure
.EnableAutoConfiguration
sifou
·
2019-10-15 05:30
tomcat
springboot
SpringBoot自动装配原理分析
所以配置并没有减少,只是它帮我们自动配置了,这些自动配置的类都在spring-boot-
autoconfigure
-版
张振伟的博客
·
2019-10-10 17:10
Java开发
Vue中分页插件的前后端配置与使用
分页插件的配置com.github.pagehelperpagehelper5.1.10com.github.pagehelperpagehelper-spring-boot-
autoconfigure
1.2.10
ckllf
·
2019-10-10 13:43
Vue
SpringBoot健康检查实现原理
org.springframework.bootspring-boot-starter-actuator然后在org.springframework.boot.spring-boot-actuator-
autoconfigure
石玉军
·
2019-10-10 09:00
SpringBoot嵌入式Tomcat的自动配置原理
在读本篇文章之前如果你读过这篇文章SpringBoot自动装配原理解析应该会更加轻松准备工作我们知道SpringBoot的自动装配的秘密在org.springframework.boot.
autoconfigure
石玉军
·
2019-10-08 22:00
【Spring Boot源码分析】@EnableAutoConfiguration注解(一)@AutoConfigurationImportSelector注解的处理
所用版本:SpringBoot2.2.0.M5+SpringFramework5.2.0.RC11.功能的实现:(SpringBoot部分)boot.
autoconfigure
.En
沙木鱼
·
2019-10-08 21:00
springboot-war
war2、DemoApplicationimportorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
遥远2
·
2019-10-06 23:00
Eureka 系列(03)Spring Cloud 自动装配原理
1.EurekaClient自动装配org.springframework.boot.
autoconfigure
.EnableAut
binarylei
·
2019-09-30 08:00
聊聊NacosConfigEndpointAutoConfiguration
NacosConfigEndpointAutoConfigurationNacosConfigEndpointAutoConfigurationnacos-spring-boot-project/nacos-config-spring-boot-actuator/src/main/java/com/alibaba/boot/nacos/actuate/
autoconfigure
codecraft
·
2019-09-28 00:00
nacos
聊聊nacos的NacosDiscoveryAutoConfiguration
NacosDiscoveryAutoConfigurationNacosDiscoveryAutoConfigurationnacos-spring-boot-project/nacos-discovery-spring-boot-
autoconfigure
codecraft
·
2019-09-27 12:11
nacos
详解SpringBoot的事务管理
Springboot内部提供的事务管理器是根据
autoconfigure
来进行决定的。
·
2019-09-22 21:32
spring boot 整合pagehelper 分页不生效,查询所有数据
加入以下三个依赖就可以了com.github.pagehelperpagehelper5.1.2com.github.pagehelperpagehelper-spring-boot-
autoconfigure
1.2.5com.github.pagehelperpagehel
1819834602
·
2019-09-11 10:03
mybatis源码分析(三) mybatis-spring整合源码分析
)mybatis-spring整合源码分析一丶mybatis与springboot整合例子项目例子代码地址二丶springboot自动装配的关键配置代码org.mybatis.spring.boot.
autoconfigure
.MybatisAutoConfigurat
weixin_30345055
·
2019-09-09 01:00
linux的configure的交叉编译配置
以arm64位海思编译为例,gcc的交叉编译器是aarch64-himix100-linux-gcc,所以
autoconfigure
的交叉编译工具配置如下:.
dong_beijing
·
2019-09-06 20:45
c++
Error creating bean with name 'freeMarkerConfigurer' defined in class path resource
:Errorcreatingbeanwithname'freeMarkerConfigurer'definedinclasspathresource[org/springframework/boot/
autoconfigure
小雷FansUnion
·
2019-09-06 00:00
工作问题
Spring Boot 异常处理
ErrorMvcAutoConfiguration.classpackagevip.fkandy;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
Andy2019
·
2019-09-05 21:06
Spring
Boot
SpringBoot实现自定义stater
添加依赖org.springframework.bootspring-boot-configuration-processortrueorg.springframework.bootspring-boot-
autoconfigure
2
libing111
·
2019-08-30 09:36
spring
boot
spring
boot
SpringBoot自动装配原理分析
所以配置并没有减少,只是它帮我们自动配置了,这些自动配置的类都在spring-boot-
autoconfigure
-版
程序汪丶
·
2019-08-28 16:34
activiti7+springboot2 关闭禁用springsecurity
RELEASESpringv5.1.4.RELEASEActiviti7.1.0.M3.1@SpringBootApplication(exclude={org.springframework.boot.
autoconfigure
.security.servlet.SecurityAutoConfiguration.class
Rock.Jiang
·
2019-08-28 10:03
activiti
多数据源 Spring 1.x 和 spring 2.x区别
,而在springboot2.X时则不需要,如果不加@Primary则会报:Parameter0ofmethodsqlSessionTemplateinorg.mybatis.spring.boot.
autoconfigure
.MybatisAutoConfigurationrequiredas
lzj123
·
2019-08-26 11:00
@Configuration 不在@SpringBootApplication 子package路径下无法自动加载
packagepackagecom.example.quartz;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
azhegps
·
2019-08-25 18:15
Spring
Boot
SpringBoot(一):构建第一个SpringBoot工程
packagecom.monkey01.springbootstart;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
丹丹蛋蛋
·
2019-08-20 18:00
springboot学习01
SpringBootDemoActuatorApplication.javaimportorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.S
Catcher_Ghost
·
2019-08-20 17:54
springboot
聊聊DubboDefaultPropertiesEnvironmentPostProcessor
DubboDefaultPropertiesEnvironmentPostProcessorDubboDefaultPropertiesEnvironmentPostProcessordubbo-spring-boot-project-2.7.3/dubbo-spring-boot-compatible/
autoconfigure
codecraft
·
2019-08-19 00:00
dubbo
聊聊dubbo的DubboApplicationContextInitializer
DubboApplicationContextInitializerDubboApplicationContextInitializerdubbo-spring-boot-project-2.7.3/dubbo-spring-boot-compatible/
autoconfigure
codecraft
·
2019-08-18 00:00
dubbo
聊聊dubbo的AwaitingNonWebApplicationListener
AwaitingNonWebApplicationListenerAwaitingNonWebApplicationListenerdubbo-spring-boot-project-2.7.3/dubbo-spring-boot-compatible/
autoconfigure
codecraft
·
2019-08-17 00:00
dubbo
springboot shiro 解决https redirect重定向后https变成http问题
importcom.lenovo.ruler.manage.system.filter.AbsoluteSendRedirectFilter;importorg.springframework.boot.
autoconfigure
.condition.ConditionalOnProperty
冰雪Love齐迹
·
2019-08-16 17:14
Springboot Actuator之十二:actuator aop
现在我们就来分析一下解析springboot中自动化配置是读取/META-INF/spring.factories中读取org.springframework.boot.
autoconfigure
.EnableAutoConfiguration
duanxz
·
2019-08-09 17:00
Springboot 中 Mybatis 的使用
要使用MyBatis-Spring-Boot-Starter模块,只需要在类路径中包含mybatis-spring-boot-
autoconfigure
.jar文件及其依赖项(mybatis.jar,mybatis-spring.jar
javaQQ群 866865133
·
2019-08-08 19:54
java
spring
boot
mybatis
Spring Boot右键maven build成功但是直接运行main方法出错的解决方案
packagecom.springboot.controller;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.EnableAutoConfiguration
youreyebows
·
2019-08-08 14:55
解决Feign HTTPS远程调用绕过SSL证书验证
importfeign.Client;importorg.springframework.boot.
autoconfigure
.condition.ConditionalOnMissingBean;importorg.springframework.cloud.netflix.ribbon.SpringClientFactory
Chipslyc
·
2019-08-08 11:50
Feign
SpringBoot_错误处理机制_定制错误
一、自动配置类/org/springframework/boot/spring-boot-test-
autoconfigure
/1.5.10.RELEASE/spring-boot-test-
autoconfigure
嘤 嘤 嘤
·
2019-08-05 22:49
SpringBoot
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他