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写第一个接口
HelloWorldControllerimportorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.EnableAutoConfiguration
天意是啥东东
·
2018-05-10 09:21
SpringBoot
spring cloud 踩坑记录之一:zipkin
zipkin-server的pom文件需要引入以下依赖:io.zipkin.javazipkin-
autoconfigure
-uiio.zipkin.javazipkin-serverio.zipkin.javazipkin-
autoconfigure
-collector-rabbitmq2.3
a494567309
·
2018-05-09 17:58
springcloud
maven-dependencyManagement
RELEASEorg.springframework.bootspring-boot-test2.0.1.RELEASEorg.springframework.bootspring-boot-test-
autoconfigure
2
乾坤刀
·
2018-05-03 11:32
dependency
Management
maven
maven/gradle
SpringBoot重点详解--配置数据源
目录默认数据源添加依赖与配置切换默认数据源方式一方式二 第三方数据源添加依赖与配置定义数据源默认数据源Springboot默认支持4种数据源类型,定义在org.springframework.boot.
autoconfigure
.jdbc.DataSourceAutoConfiguration
pengjunlee
·
2018-04-25 00:00
SpringBoot重点详解
聊聊springboot2的MappingsEndpoint
序本文主要研究下springboot2的MappingsEndpointMappingsEndpointAutoConfigurationspring-boot-actuator-
autoconfigure
codecraft
·
2018-04-24 00:00
springboot
聊聊springboot的HeapDumpWebEndpoint
序本文主要研究下springboot的HeapDumpWebEndpointHeapDumpWebEndpointAutoConfigurationspring-boot-actuator-
autoconfigure
codecraft
·
2018-04-23 00:00
springboot
聊聊springboot2的httptrace
序本文主要研究下springboot2的httptraceHttpTraceAutoConfigurationspring-boot-actuator-
autoconfigure
-2.0.1.RELEASE-sources.jar
codecraft
·
2018-04-21 00:00
springboot
spring boot springjpa 支持多个数据源的实例代码
1.SpringBoot的程序启动类importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.EnableAutoConfiguration
ba5189tsl
·
2018-04-18 16:24
Spring Boot(二):实战(1)——入口程序类
importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
Nicholas蓝色旋风
·
2018-04-18 00:40
Java_Spring
Boot
[case15]springboot2增加diskspace指标
springboot2新增一个diskspace指标diskhealthindicatorDiskSpaceHealthIndicatorPropertiesspring-boot-actuator-
autoconfigure
codecraft
·
2018-04-15 00:00
springboot
Spring Boot之No session repository could be auto-configured, check your configuration问题解决
org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'org.springframework.boot.
autoconfigure
.session.SessionAutoConfiguration
CarryBest
·
2018-04-08 11:22
SpringBoot
springboot2的hikari数据库连接池默认配置
版本将默认的数据库连接池从tomcatjdbcpool改为了hikari,这里主要研究下hikari的默认配置spring-configuration-metadata.jsonspring-boot-
autoconfigure
静心红叶
·
2018-04-05 10:58
springboot
springboot核心原理
SpringBoot关于自动配置的源码在spring-boot-
autoconfigure
-xxx.jar内。若想查看有哪些自动配置,可以查看这里的源码。
JiuShanCunMonkeyKing
·
2018-04-04 09:48
springboot
SpringBoot Mybatis PageHelper插件报错
org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'com.github.pagehelper.
autoconfigure
.PageHelperAutoConfigurati
B-W
·
2018-04-03 11:28
java
spring boot集成pagehelper的坑
com.github.pagehelperpagehelper5.1.2com.github.pagehelperpagehelper-spring-boot-
autoconfigure
1.2.3com.github.pagehelperpagehelper-spring-boot-starter1.2.3
shhao918
·
2018-03-22 18:51
踩过的坑
SpringBoot整合Dubbo2.5.10
使用官方最新spring-boot-starter开始Dubbo已经进入了Apache孵化器,并且发布了官方的spring-boot-starter0.1.0,用于简化dubbo应用的配置,主要包括了
autoconfigure
LuoLiangDSGA
·
2018-03-21 17:09
SpringBoot杂记
Spring Boot 实现ErrorController接口处理404、500等错误页面
packagecom.ciyou.edu.controllerimportorg.springframework.boot.
autoconfigure
.web.ErrorCont
c.
·
2018-03-20 19:26
Spring
Boot
Error creating bean with name 'org.springframework.boot.
autoconfigure
.jdbc.DataSourceAutoConfigurati
原因:这是因为springboot会默认加载org.springframework.boot.
autoconfigure
.jdbc.DataSourceAutoConfiguration这个类,DataSourceAutoConfiguration
stujike123456
·
2018-03-19 10:50
Spring
Maven dependencies 和 DependencyManagement 区别
importcom.taobao.pandora.boot.PandoraBootstrap;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.Sp
diu_brother
·
2018-03-16 14:41
maven
springboot helloworld程序
packagespringbootdemo;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
c26029
·
2018-03-10 01:30
java
spring
springmvc
springboot
springboot helloworld程序
packagespringbootdemo;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
c26029
·
2018-03-10 01:30
java
spring
springmvc
springboot
Spring Boot的Web开发
与Web相关的自动配置存储在spring-boot-
autoconfigure
.jar的org.springframework.bo
howard2005
·
2018-02-22 00:00
Web框架
spring-boot 禁用swagger的方法
代码如下:importorg.springframework.boot.
autoconfigure
.condition.Conditio
彼岸
·
2018-02-13 10:50
springboot2的hikari数据库连接池默认配置
版本将默认的数据库连接池从tomcatjdbcpool改为了hikari,这里主要研究下hikari的默认配置spring-configuration-metadata.jsonspring-boot-
autoconfigure
codecraft
·
2018-01-30 00:00
jdbc
SpringBoot处理前端页面传入的时间字符串
Application中,添加方法处理:importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootA
五岁程序员
·
2018-01-15 16:24
SpringBoot
Spring Boot 微入门
一、习惯优于配置spring-boot-
autoconfigure
-x.x.x.x.jar该jar囊括了大多数流行的第三方技术框架,已经给我们配置好了一套默认配置springboot默认读取application.properties
kse_music
·
2018-01-13 13:16
framework
spring boot 源码解析20-spring boot aop自动化配置
现在我们就来分析一下解析springboot中自动化配置是读取/META-INF/spring.factories中读取org.springframework.boot.
autoconfigure
.EnableAutoConfiguration
一个努力的码农
·
2018-01-09 11:56
spring
自动化
源码
aop
spring
boot
spring
boot
源码解析
spring boot集成pagehelper,两种方式
时候需要进行分页,我们首先添加maven支持com.github.pagehelperpagehelper5.1.2com.github.pagehelperpagehelper-spring-boot-
autoconfigure
1.2.3com.github.pagehelperpagehelper-spring-boot-starter1.2.3
我的程序人生
·
2018-01-03 19:38
Spring Boot的@SpringBootApplication无法引入的问题
需要删掉repository\org\springframework\boot目录下的spring-boot-
autoconfigure
文件夹即可,然后在工程中mave
c.
·
2018-01-03 15:27
Spring
Boot
一个Simple而又SB的问题 @Autowired Field xxxDao in xxx requird a bean of type
Application.javapackagecom.bocom;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootAppli
二一点
·
2017-12-28 11:23
JAVA
Springboot Web应用中服务器配置参数ServerProperties的加载
具体有哪些参数,从源代码的角度上,可以参考类ServerProperties的定义,它位于包org.springframework.boot.
autoconfigure
.web中。
安迪源文
·
2017-12-22 18:14
Tomcat
Spring
Boot
Spring Boot模板thymeleaf的基本配置
SpringBoot通过org.springframework.boot.
autoconfigure
.thymeleaf包对Thymeleaf进行了自动配置。
若疆赤云online
·
2017-12-21 00:00
springboot
springboot 用了@ImportResource 配置的拦截器就不起作用了
packagecom.example.springbootdemo;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.Enabl
qq_37946744
·
2017-12-20 17:14
求助问题
SpringBoot入门-12-1(springboot配置servlet,利用注解实现)
App.javapackagecom.fs;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootAppli
chinajava_org
·
2017-12-20 15:28
SpringBoot
Error creating bean with name 'dataSource' defined in class path resource
Applicationstartupfailedorg.springframework.beans.factory.UnsatisfiedDependencyException:Errorcreatingbeanwithname'org.springframework.boot.
autoconfigure
.orm.jpa.HibernateJpa
石硕页
·
2017-12-19 20:45
数据库
聊聊springboot session timeout参数设置
ServerPropertiesspring-boot-
autoconfigure
-1.5.8.RELEASE-sources.jar!
codecraft
·
2017-12-13 00:00
spring
docker 内部署 springboot 应用
packagecom.juanq.docker;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
juanq123
·
2017-12-12 16:57
java技术笔记
docker
Spring Boot核心原理-自动配置
Springboot关于自动配置的源码在spring-boot-
autoconfigure
-x.x.x.x.jar中,主要包含了如下图
adolph_yang
·
2017-12-10 21:13
springboot学习总结系列(一):多环境下(开发环境,生产环境)使用yml 或 properties 配置文件
文件的内容如下:packagecom.test;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.Spr
mayunju
·
2017-12-05 18:50
Spring Boot学习笔记02--深入了解自动配置
SpringBoot的自动配置注册Servlet、Filter、Listener的方法SpringBoot系列:SpringBoot学习笔记SpringBoot的自动配置1.自动配置类都存放在spring-boot-
autoconfigure
飘逸峰
·
2017-12-05 02:44
Caused by: java.lang.IllegalStateException: Could not evaluate condition on org.
错误:Causedby:java.lang.IllegalStateException:Couldnotevaluateconditiononorg.springframework.boot.
autoconfigure
.jdbc.DataSourceAutoConfiguration
白面书生88
·
2017-11-28 14:55
springboot
Caused by: java.lang.IllegalStateException: Could not evaluate condition on org.
阅读更多错误:Causedby:java.lang.IllegalStateException:Couldnotevaluateconditiononorg.springframework.boot.
autoconfigure
.jdbc.DataSourceAutoConfiguration
一眉道人77
·
2017-11-28 14:00
springboot
Caused
by:
Eureka 提供方 demo
packagecom.kinsey.woo.main;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
KinseyGeek
·
2017-11-21 22:42
Eureka 消费端demo
EurekaConsumerApplication.javapackagecom.kinsey.woo;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
KinseyGeek
·
2017-11-21 22:53
SpingCloud
SpringBoot--自动加载
1单执行main方法后执行的事情如下:在org.springframework.boot.
autoconfigure
.spring.factories中部分配置如下:org.springframework.boot.
autoconfigure
.data.redis.RedisAutoConfiguration
BtWangZhi
·
2017-11-18 14:59
Spring Data Jpa中实体主键问题
:Errorcreatingbeanwithname'entityManagerFactory'definedinclasspathresource[org/springframework/boot/
autoconfigure
muSir_
·
2017-11-16 04:14
spring boot 启动FreeMarkerAutoConfiguration错误
自己搭建springboot项目时,运行报错内容为Errorcreatingbeanwithname'org.springframework.boot.
autoconfigure
.freemarker.FreeMarkerAutoConfiguration
z1362244726
·
2017-11-07 11:01
spring boot 的conditioanal的解析
packagecom.zcp.springstart2;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
zcp617504296
·
2017-10-22 18:29
spring
boot
入门
java学习
Spring Boot 入门 - 进阶篇(7)- 自动配置(
AutoConfigure
)
自动配置是SpringBoot的最大亮点,完美的展示了CoC约定由于配置。SpringBoot能自动配置Spring各种子项目(SpringMVC,SpringSecurity,SpringData,SpringCloud,SpringIntegration,SpringBatch等)以及第三方开源框架所需要定义的各种Bean。SpringBoot内部定义了各种各样的XxxxAutoConfigu
hxpjava1
·
2017-10-12 22:16
spring
boot
初学Spring Boot遇到的启动问题
先贴启动类代码importorg.springframework.boot.
autoconfigure
.SpringBootApplication;importorg.springframework.context.annotation.Configuration
腹黑大壁花
·
2017-09-27 15:29
spring
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
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
其他