码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
2 微服务提供者client注册到Eureka.md
Eureka Client注册到Eureka Server 注册到Eureka Server主要是三个: maven依赖 <!--eureka client--> <dependency> <groupId>org.springframework.cloud</groupId> <artifactI ...
分类:其他好文   时间:2020-07-03 09:13:42    阅读次数:51
SpringMVC组件扫描,HandlerMapping配置,servlet配置过程出错
1.引入了前缀,解决了前缀问题 http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd 组件扫描 将组件扫描<context:component-scan b ...
分类:移动开发   时间:2020-07-03 01:19:01    阅读次数:91
spring-基于xml配置Bean
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
分类:编程语言   时间:2020-07-01 22:06:42    阅读次数:61
idea springboot热部署
1、pom文件添加: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> <optional>tru ...
分类:编程语言   时间:2020-06-30 23:01:10    阅读次数:107
springboot配置日志
1、以eureka server启动类为例,将启动类改为以下内容: import org.slf4j.Logger;import org.slf4j.LoggerFactory;import org.springframework.boot.SpringApplication;import org. ...
分类:编程语言   时间:2020-06-30 20:39:42    阅读次数:85
jedis的使用,spring整合redis,springboot整合redis
java使用redis 很简单,看我的github的例子就行 spirng整合redis,这里用xml配置方式实现 2.1导包 <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-redis ...
分类:编程语言   时间:2020-06-30 20:24:26    阅读次数:80
ideal中配置热更新问题:配置好以后前端无法更新
1.pom文件下配置依赖: <!-- 热跟新 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</opti ...
分类:其他好文   时间:2020-06-30 13:18:49    阅读次数:74
SpringBoot开发案例之整合Kafka实现消息队列
本文代码使用的是Spring Boot 2.1.1.RELEASE 版本 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version ...
分类:编程语言   时间:2020-06-30 13:00:18    阅读次数:51
No default constructor for entity
异常: org.springframework.orm.hibernate3.HibernateSystemException: No default constructor for entity Caused by: org.hibernate.InstantiationException: No ...
分类:其他好文   时间:2020-06-30 12:50:04    阅读次数:55
Springboot:解决Failed to load ApplicationContext问题
最近再做spring junit 做单元测试中,报 Failed to load ApplicationContext 错误。 import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.bea ...
分类:移动开发   时间:2020-06-30 12:38:56    阅读次数:60
4755条   上一页 1 ... 28 29 30 31 32 ... 476 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!