码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
springmvc的使用
标题 import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bin ...
分类:编程语言   时间:2020-12-11 12:43:07    阅读次数:27
jpa抛异常:PropertyAccessException: Null value was assigned to a property of
org.springframework.orm.jpa.JpaSystemException: Null value was assigned to a property org.springframework.orm.jpa.JpaSystemException: Null value was a ...
分类:数据库   时间:2020-12-09 12:07:35    阅读次数:5
严重: 启动过滤器异常 java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilter
从git克隆的项目导入Eclipse时报错java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilter 报错原因是因为项目的发布路径Deployment Assembly缺少maven ...
分类:编程语言   时间:2020-12-08 13:03:55    阅读次数:17
Spring boot 出现 "org.springframework.beans.factory.UnsatisfiedDependencyException" 错误
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'adminMenuController': Unsatisfied dependency expresse ...
分类:编程语言   时间:2020-12-08 13:00:18    阅读次数:17
spring-boot 监控 Actuator
springboot 提供了对项目的监控功能。 1.首先添加依赖包 implementation 'org.springframework.boot:spring-boot-starter-actuator' 2.application.yml 端点配置 因为actuator默认只支持端点 /hea ...
分类:编程语言   时间:2020-12-07 12:23:22    阅读次数:5
redis整合springboot
redis参照processon图,包含redis知识库。 https://www.processon.com/mindmap/5fab94d77d9c0865e9bc7838 依赖中配置 org.springframework.boot spring-boot-starter-data-redis ...
分类:编程语言   时间:2020-12-05 10:54:05    阅读次数:9
Spring Security异常信息本地化
背景SpringSecurity支持将展现给终端用户看的异常信息本地化,这些信息包括认证失败、访问被拒绝等。而对于展现给开发者看的异常信息和日志信息(如配置错误)则是不能够进行本地化的,它们是以英文硬编码在SpringSecurity的代码中的。在Spring-Security-core-xxx.jar包的org.springframework.security包下拥有一个以英文异常信息为基础的m
分类:编程语言   时间:2020-12-03 11:53:19    阅读次数:6
关于META-INF下的spring.factories文件
spring.factories 文件是springboot提供的一种实例化bean方式 org.springframework.boot.autoconfigure.EnableAutoConfiguration=com.*.serviceimpl,config2 springboot加载jar包 ...
分类:编程语言   时间:2020-12-01 12:31:56    阅读次数:6
Eureka bug
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServer ...
分类:其他好文   时间:2020-12-01 12:30:30    阅读次数:7
MongDB 用法
近期在做业务的时候用到了MongDB非关系型数据库一般用来存储聊天记录或者消息推送或者日志记录等等,话不多说直接上代码 首先先导入 pom 文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-b ...
分类:数据库   时间:2020-12-01 12:01:24    阅读次数:9
4755条   上一页 1 ... 13 14 15 16 17 ... 476 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!