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
通过 jvisualvm dump文件 oql 查看springboot加载的数据库连接参数
如果忘记了类名,就到spring-boot-
autoconfigure
.jar的META-INF/spring.factoriesorg.springframework.boot.a
hepei120
·
2018-12-26 16:02
jvm
SpringBoot配置DataSource(简述版)
默认数据源Springboot默认支持4种数据源类型,定义在org.springframework.boot.
autoconfigure
.jdbc.DataSourceAutoConfiguration
HD243608836
·
2018-12-26 00:00
DataSource数据源
Spring Boot 单元测试
测试由两个模块支持——spring-boot-test包含了核心项目,而spring-boot-test-
autoconfigure
支持自动配置测试。
wesker8080
·
2018-12-20 14:06
源码分析关于SpringBoot2.x版本与1.5版本之间的问题(持续更新)
1.Social包在SpringBoot2.x移除问题spring-boot-
autoconfigure
1.5x版本中支持facebook,领英和推特官方文档:https://docs.spring.io
意识流丶
·
2018-12-19 20:54
Zipkin + Sleuth + RabbitMQ + Mysql 环境配置
一、ZipkinServer依赖包如下:io.zipkin.javazipkin-
autoconfigure
-uiio.zipkin.javazipkin-serverio.zipkin.javazipkin-
autoconfigure
-collector-rabbitmq2.3.1io.zipkin.javazipkin-storage-mysql1.28.0org.springframewor
HYcan*
·
2018-12-19 19:11
Sring
Cloud
springboot项目启动报错:org.springframework.beans.factory.BeanCreationException
org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'org.springframework.boot.
autoconfigure
.session.SessionAutoConfigu
千羽公子
·
2018-12-14 16:16
springBoot
spring boot 中常用的注解
SpringBoot常见的注解:包含springframework.webspringframework.stereotypespringframework.boot.
autoconfigure
下一些常见的注解
风瑟谁伤
·
2018-12-06 08:21
spring
boot
详解springboot整合Listener的两种方式
通过注解编写启动类packagecn.bl;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
SUBEYZ
·
2018-12-05 11:04
The bean 'dataSource',could not be registered.A bean with that name has already been defined
Description: Thebean'dataSource',definedinBeanDefinitiondefinedinclasspathresource[org/springframework/boot/
autoconfigure
我要取一个响亮的昵称
·
2018-12-04 00:00
异常
spring boot中使用定时任务
packagecom.laoxu.gamedog;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
罗汉爷
·
2018-12-03 10:44
Spring-Boot
Spring
Boot实战
SpringBoot定制和优化内嵌的Tomcat
SpringBoot定制和优化内嵌的TomcatSpring默认集成了三种内嵌容器:tomcatjettyundertowTomcat常用配置属性org.springframework.boot.
autoconfigure
.web.ServerProperties
Andy2019
·
2018-12-02 20:08
Spring
Boot
springboot - 整合Listener的两种方式
通过注解编写启动类packagecn.bl;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
逸川同学
·
2018-12-02 20:24
微服务
centos7-java模拟cpu占用高及排查
jvm-learn的springboot项目模拟代码如下importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
醉东风
·
2018-11-26 11:00
pagehelper连接sqlserver 分页时异常解决
org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'com.github.pagehelper.
autoconfigure
.PageHelperAutoConfiguration
大碍桃花开
·
2018-11-24 19:26
springboot
ssh
and
ssm
SpringBoot集成PageHelper
添加分页插件依赖文件注意:以下三个缺一不可com.github.pagehelperpagehelper5.0.0com.github.pagehelperpagehelper-spring-boot-
autoconfigure
1.2
欢欢2776479680
·
2018-11-22 12:00
springboot
SpringBoot 整合thymeleaf报错:Caused by: java.lang.ClassNotFoundException: org.thymeleaf.resourceresolver
java.lang.IllegalStateException:Couldnotevaluateconditiononorg.springframework.boot.
autoconfigure
.web.HttpEncodingAutoConfiguration
qq_38685859
·
2018-11-22 09:20
springboot启动报错: java.lang.ClassNotFoundException: org.springframework.beans.factory.ObjectProvider
springboot时遇到报错,报错信息如下java.lang.IllegalStateException:Cannotloadconfigurationclass:org.mybatis.spring.boot.
autoconfigure
.MybatisAutoConfigurationatorg.springframework.context.annotation.Configuratio
lujx_1024
·
2018-11-15 11:32
报错信息
spring-boot
JpaRepository 启动出错
:Errorcreatingbeanwithname'entityManagerFactory'definedinclasspathresource[org/springframework/boot/
autoconfigure
coreLife
·
2018-11-14 15:03
springboot 集成,pagehelper分页插件不起作用java.lang.ClassCastException: java.util.ArrayList cannot be cast to
com.github.pagehelperpagehelper-spring-boot-
autoconfigure
1.2.5
dnl12138
·
2018-11-13 15:14
springboot
maven
spring-boot全家桶-spring对最优秀的主流技术的封装
spring-bootspringboot核心spring-boot-actuator监控-获取日志数据spring-boot-actuator-
autoconfigure
监控的自动配置自己配置需要覆盖这个类
ssttIsme
·
2018-11-12 01:56
SpringBoot错误处理原理及定制错误页面及错误数据
对于错误处理的自动配置在spring-boot-
autoconfigure
-2.0.6.RELEASE.jar的org.spring
彭大坤
·
2018-11-11 21:05
SpringBoot
spring cloud 入门(一)【Eureka注册中心】
packagecom.study.server;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
杜森格
·
2018-11-06 14:42
springboot2.1 常用启动头
importorg.mybatis.spring.annotation.MapperScan;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
hanpenghu
·
2018-11-04 15:10
使用springboot自定义starter
文件中添加如下依赖:4.0.0com.wisdomspring-boot-starter-hello1.0-REALEASEjarorg.springframework.bootspring-boot-
autoconfigure
2.0.0
qq_21150865
·
2018-10-29 13:42
spring
SpringBoot 整合 PageHelper分页无法实现
com.github.pagehelperpagehelper-spring-boot-starter1.2.9com.github.pagehelperpagehelper-spring-boot-
autoconfigure
1.2.9com.github.pagehelperpagehelper5.1.7
reback to quiet
·
2018-10-27 16:05
java
springboot
An attempt was made to call the method org.springframework.boot...RedisSessionConfiguration 的解决办法
,因为项目需要遂加入了session管理的包,启动项目测试时,便出现启动失败,错误信息“Anattemptwasmadetocallthemethodorg.springframework.boot.
autoconfigure
.session.RedisSessionConfiguration
csdn-华仔
·
2018-10-24 09:24
Spring
Boot
Security
application
compatible
classpath
Spring
Boot
spring boot 中如何快速配置PageHelper
尤其第二个,缺少启动会报错(深深有体会)com.github.pagehelperpagehelper5.1.2com.github.pagehelperpagehelper-spring-boot-
autoconfigure
1.2.3com.github.pagehelperpagehelper-spring-boot-starter1.2.32
江小白&&
·
2018-10-23 17:20
SpringBoot项目使用Tomcat部署及资源404
importorg.mybatis.spring.annotation.MapperScan;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBoo
Damionew
·
2018-10-23 16:39
SpringBoot
SpringBoot使用说明书
5.springboot自定义starter
我们在使用的时候,可以使用默认的封装,或者在application.properties配置文件中自己定义,这样就能实现灵活的运用,接下来我们就来自定义starter并且通过spring-boot-
autoconfigure
小manong
·
2018-10-23 00:03
Spring Boot2--Web开发(一)
而Web相关的自动配置存储在spring-boot-
autoconfigure
.jar的org.springframework.
程序员那点事儿
·
2018-10-20 21:00
微服务
idea启动spring-boot优雅退出
启动生成上下文根据输入进行判断如果是“q”,即退出程序importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
ariesandx
·
2018-10-20 15:40
通用mapper报错tk.mybatis.mapper.provider.EmptyProvider中缺少selectOne方法!
org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'tk.mybatis.mapper.
autoconfigure
.MapperAutoConfiguration
OKMOON540
·
2018-10-16 18:54
Mybatis源码分析
使用mybatis的自动装配终会引入这么一个依赖:mybatis-spring-boot-
autoconfigure
.这个包可以作为跟踪入口。来看到这个包里面的
不撸游戏改撸代码
·
2018-10-14 20:35
mybatis
错误 'org.springframework.data.redis.connection.RedisConnectionFactory' that could not be found.
Parameter0ofmethodstringRedisTemplateinorg.springframework.boot.
autoconfigure
.data.redis.RedisAutoConfigurationrequiredabeanoftype'org.springframework.data.redis.connection.RedisConnectionFactory'that
langeldep
·
2018-10-09 11:42
SpringBoot入门八,添加定时任务
EnableScheduling注解,开启定时任务的配置importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
pannijingling
·
2018-10-08 15:57
java
SpringBoot
定时任务
java
Spring Boot 自动配置(auto-configurtion) 揭秘
packageorg.springframework.boot.
autoconfigure
;@Target(ElementType.TYPE)@Retention(RetentionPolicy.RU
__HelloWorld__
·
2018-09-30 13:15
中间件
Java
Spring
架构
springboot配置默认数据库连接池并解决初始连接未生效问题
在springboot1.5之前默认tomcat连接池,版本org.springframework.boot.
autoconfigure
.jdbc.DataSourceBuilder的源码privatestaticfinalString
calefaction_2015
·
2018-09-29 22:40
小功能
Mybatis分页Pagehelper以及前端插件结合使用完整版
mybatisorg.mybatis.spring.bootmybatis-spring-boot-starter1.3.2com.github.pagehelperpagehelper-spring-boot-
autoconfigure
1.2.3com.github.pagehelperpagehelper-spring-boot-starter1.2.3
飞奔的波大爷
·
2018-09-29 10:30
mybatis
SpringCloud -- Hystrix 熔断机制实现(基于 Ribbon、Feign)
packagecom.springcloud.ribbon;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
JoeElena
·
2018-09-28 16:09
Springboot
springcloud
Spring boot启动报错(If you want an embedded database , please put it on the classpath)
错误描述错误原因在pom中引入了mybatis-spring-boot-starter,Springboot默认会加载org.springframework.boot.
autoconfigure
.jdbc.DataSourceAutoConfiguration
wangZX0105
·
2018-09-26 11:58
Spring
Boot
服务链路跟踪(zipkin)
springcloud生态到zipkin组件做服务之间调用的链路跟踪先建立一个zipkin服务,引入依赖io.zipkin.javazipkin-serverio.zipkin.javazipkin-
autoconfigure
-uiruntime
_LDL
·
2018-09-20 20:02
SpringCloud
SpringBoot2.0学习笔记:(七) Spring Boot弃用的WebMvcConfigurerAdapter
我们都知道,在SpringBoot程序引入Web模块之后,会自动进行一系列有关SpringMvc的配置,其自动配置类为:org.springframework.boot.
autoconfigure
.web.servlet.WebMvcAutoConfiguration
第二庄
·
2018-09-19 22:01
Spring
Boot
idea创建springcloud项目图文教程(config 实现配置中心)(十一)
项目配置如下packagecom.hcmony;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
hcmony
·
2018-09-19 20:42
分布式服务
SpringCloud
SpringBoot2.0学习笔记:(六) Spring Boot的国际化
SpringBoot通过MessageSourceAutoConfiguration是为我们自动配置好了管理国际化资源文件的组件的:org.springframework.boot.
autoconfigure
第二庄
·
2018-09-19 17:00
Spring
Boot
SpringBoot2.0学习笔记:(五) Spring Boot的静态资源映射
一、静态资源的加载SpringBoot在引入了Web模块后,就会在启动的时候自动加载与Web有关的配置,所有的配置内容可在org.springframework.boot.
autoconfigure
.web.servlet.WebMvcAutoConfiguration
第二庄
·
2018-09-17 11:18
Spring
Boot
SpringCloud微服务学习----------统一配置中心
端开启注解并注册服务端packagecom.sola;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplication
抽风同学
·
2018-09-12 14:41
SpringCloud
SpringBoot引入PageHelper插件后报错的解决方法
org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'com.github.pagehelper.
autoconfigure
.PageHelperAutoConfiguration
木子人弋山
·
2018-09-01 23:09
springboot
mybatis
springboot mtbatis分页需要引入三个jar
com.github.pagehelperpagehelper5.1.2com.github.pagehelperpagehelper-spring-boot-
autoconfigure
1.2.5com.github.pagehelperpagehelper-spring-boot-starter1.2.5
毛辣叮
·
2018-08-30 10:10
springboot2.x
将spring boot部署到tomcat上
configure方法packagehello;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconfigure
.SpringBootApplicatio
mushme
·
2018-08-27 12:00
springboot 的默认配置文件 在哪里?
导入的依赖包都在MavenDependenceis中在我们导入的依赖都是jar包,默认的配置信息存在包名字以*-
autoconfigure
.jar形式结尾的jar包中,springboot的默认配置文件配置文件的名字为
改变世界等我们
·
2018-08-24 13:59
springboot
上一页
19
20
21
22
23
24
25
26
下一页
按字母分类:
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
其他