码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
springboot多线程定时任务
package com.llf.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.sp ...
分类:编程语言   时间:2020-04-28 22:58:20    阅读次数:79
Spring Boot+MongoDB (地区分页查询)1.导入依赖
1.导入依赖 <!--springboot整合mongodb--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb</artifactId> < ...
分类:数据库   时间:2020-04-28 21:38:08    阅读次数:108
springboot项目打包成jar无法访问jsp页面的解决方法
1,将maven打包插件的版本改为1.4.2 <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>1.4.2.RELEASE</ ...
分类:编程语言   时间:2020-04-28 17:18:25    阅读次数:75
Springboot配置jdbc数据源
1,加入依赖 2,通过自定义配置文件配置数据源信息 3,创建配置类 package com.bdqn.springbootjdbc.config; import com.alibaba.druid.pool.DruidDataSource; import org.springframework.be ...
分类:数据库   时间:2020-04-28 17:04:14    阅读次数:446
springboot项目使用jetty做web容器
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> <exclusion> <groupId>org.spring ...
分类:编程语言   时间:2020-04-27 21:01:33    阅读次数:124
一次简单使用Spring+Quartz配置定时任务
1、 <bean id="schedulerFactory" class="org.springframework.scheduling.quartz.SchedulerFactoryBean"> <property name="triggers"> <list> <ref local="creat ...
分类:编程语言   时间:2020-04-27 15:10:53    阅读次数:81
MQ报错Waiting for workers to finish.Stopping container from aborted consumer.Successfully waited for workers to finish.
2020-04-27 11:34:37.312 [SimpleAsyncTaskExecutor-37] ERROR org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer - Consumer received ...
分类:其他好文   时间:2020-04-27 13:31:02    阅读次数:69
springMVC依赖注意事项
springMVC <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>5.0.2.RELEASE</version> </dependency> <depe ...
分类:编程语言   时间:2020-04-27 10:04:51    阅读次数:74
springsecurity
```javapackage com.atguigu.security.config;import javax.sql.DataSource;import org.springframework.beans.factory.annotation.Autowired;import org.spring... ...
分类:编程语言   时间:2020-04-27 09:14:11    阅读次数:59
SpringCloud:eureka的'eurekaAutoServiceRegistration'报错解决方法
报错信息如下: org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'eurekaAutoServiceRegistration': Singleton be ...
分类:编程语言   时间:2020-04-26 22:34:55    阅读次数:255
4755条   上一页 1 ... 48 49 50 51 52 ... 476 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!