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
springf
利用SpringMVC+hibernate实现注册登录功能
1.2.171.3.11.16.10junitjunit4.12testjavax.servletjavax.servlet-api4.0.0providedorg.springframeworkspring-beans4.3.10.RELEASEorg.
springf
liu
·
2020-07-07 13:08
java
Springboot2.3集成Spring security 框架(原生集成)
SNAPSHOTwardemoDemoprojectforSpringSecurity1.8org.springframework.bootspring-boot-starter-securityorg.
springf
Jack方
·
2020-07-07 07:50
springboot
SpringSecurity
Springboot默认日志logback切换为log4j2
org.springframework.bootspring-boot-starter-log4j21、如果项目中只引入了web的starter,则可以在webstarter中排除掉logging,然后引入,log4j2的starterorg.
springf
chigua5108
·
2020-07-07 05:19
springboot三种方式优雅解决web跨域访问cors问题,Filter,WebMvcConfiguration,@CrossOrigin
8080/dd访问项目返回的js会访问本机ip来模拟cors问题importorg.springframework.beans.factory.annotation.Autowired;importorg.
springf
qianggetaba
·
2020-07-07 04:09
springcloud
Spring Boot 项目基本框架
org.springframework.bootspring-boot-starterorg.springframework.bootspring-boot-starter-testtestorg.junit.vintagejunit-vintage-engineorg.
springf
30分
·
2020-07-06 18:07
java
SpringBoot2.x系列教程48--多数据源配置之AOP动态切换数据源
2.添加依赖包org.
springf
一一哥Sun
·
2020-07-06 18:39
Spring
Boot
2
SpringBoot
6、EurekaServer部署以及8001项目和80项目注册进EurekaServer
Module名为cloud-eureka-server7001首先创建一个module名为cloud-eureka-server7001在cloud-eureka-server7001配置pom.xmlorg.
springf
Kari开源
·
2020-07-06 17:16
MAVEN构建Web项目无法解析el表达式问题
ArchetypeCreatedWebApplicationopenSessionInViewFilterorg.springframework.orm.hibernate4.support.OpenSessionInViewFiltersingleSessiontruedispatcherServletorg.
springf
不会编程的小菜
·
2020-07-05 18:28
maven
Spring Bean 注解
@Required注解Required注解用于bean属性的set装配方法,set方法声明了Required,就必须在xml里实现装配,如果不装配就会抛出异常Student类的内容importorg.
springf
qq_38551124
·
2020-07-05 07:01
spring
SpringMVC——Model和转发重定向
SessionAttributes注解packagecom.song.controller;importorg.springframework.stereotype.Controller;importorg.
springf
Song X.
·
2020-07-02 16:58
RestTemplate简单使用
org.springframework.bootspring-boot-starter-web配置packageorg.brando.config;importorg.springframework.context.annotation.Bean;importorg.
springf
BrandoLv
·
2020-07-02 10:17
Java
Field restTemplate in com.jack.springcloud.controller.DeptController_Consumer required a bean of typ
Description:FieldrestTemplateincom.jack.springcloud.controller.DeptController_Consumerrequiredabeanoftype'org.
springf
Richard678
·
2020-07-01 12:24
springcloud
java -jar 启动错误 No auto configuration classes found in META-INF/spring.factories
28org.springframework.boot.SpringApplication.logStartupProfileInfo(675)|Noactiveprofileset,fallingbacktodefaultprofiles:defaultERROR2019-07-2022:00:28org.
springf
iAmZard
·
2020-07-01 12:20
jar包管理
SpringBoot thymeleaf 模板的 th:include 和 th:replace的区别
首先在pom.xml引入thymeleaf的依赖org.
springf
攀岩巨峰的程序猿
·
2020-06-30 14:22
JAVAEE框架之Spring注解
4.1pom.xmlorg.
springf
tea_year
·
2020-06-30 13:20
spring和mybatis
Spring
Spring注解
Component
autowired
resource
SpringBoot 入门(八)——拦截器
一增加拦截器我们增加一个登录拦截器模拟对是否登录的状态统一处理:packagecom.qinshou.springbootdemo.interceptor;importorg.
springf
zgcqflqinhao
·
2020-06-30 13:33
JavaWeb
Spring Data JPA applicationContext.xml 配置文件报错的解决办法
spring-jpa.xsd找不到报NotFoundTherequestedURL/schema/data/jpa/spring-jpa.xsdwasnotfoundonthisserver.替换为点击http://www.
springf
公孙起
·
2020-06-30 00:39
基于 Spring + Dubbo 开发分布式REST服务实战
依赖版本管理),SpringBoot(自动化配置,零XML),SpringMVC(RESTfulAPI开发),SpringSecurity,SpringSecurityOauth(RESTfulAPI安全),
SpringF
wsr2014
·
2020-06-29 20:16
spring
boot
spring
Dubbo
java
RabbitMQ的6种消息类型实现
2.RabbitMQ消息测试2.16种消息类型2.2添加RabbitMQ的依赖创建SpringBoot项目,并依赖spring-boot-starter-amqporg.
springf
GoslingJ
·
2020-06-29 12:40
rabbitMQ
SpringMVC实现本服务器文件上传和跨服务器文件上传
RELEASEorg.springframeworkspring-context${spring.version}org.springframeworkspring-web${spring.version}org.
springf
Daisen.Z
·
2020-06-29 08:02
Java基础
spring
Spring拦截器Interceptor的使用
importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.stereotype.Component;importorg.
springf
轻云K
·
2020-06-28 19:57
Spring框架学习
SpringBoot(十五)_springboot实现预览pdf
整体流程如下1.获取数据(比如从数据库获取数据)2.通过freemarker渲染页面3.将渲染的页面进行转换为pdf,放在本地4.读取pdf,实现预览主要代码pom文件org.
springf
weixin_34307464
·
2020-06-28 16:34
spring + mybatis整合(java配置方式)
RELEASEorg.springframeworkspring-expression${spring.version}org.springframeworkspring-core${spring.version}org.
springf
weixin_34228387
·
2020-06-28 14:16
SpringBoot 从application.yml中通过@Value读取不到属性值
importorg.eclipse.paho.client.mqttv3.persist.MemoryPersistence;importorg.slf4j.Logger;importorg.slf4j.LoggerFactory;importorg.
springf
badiu_30394251
·
2020-06-27 19:54
RabbitMQ消费者demo
RELEASEcom.exampleRabbitMQ-Consumption0.0.1-SNAPSHOTRabbitMQ-ConsumptionDemoprojectforSpringBoot1.8org.
springf
weixin_30246221
·
2020-06-27 15:10
Spring Boot系列5-定时任务-springboot整合quartz实现动态定时任务
首先来一张截图看看我们的目录结构pom.xml引入依赖org.
springf
猿份哥
·
2020-06-27 05:34
Java
spring-boot
Spring
Boot系列
SpringCloud微服务框架搭建采坑记录
springCloud的相关依赖包版本最好比配,如果springCloud的相关依赖包较老,而springBoot的版本又是最新的,则会因为jar包冲突导致无法启动,可适当降低springBoot版本 org.
springf
秒杀无心
·
2020-06-27 04:52
SpringCloud局部过滤器自定义
如果包含则输出参数值修改配置文件访问请求测试,带name参数二、在gateway_service中编写MyParamGatewayFilterFactory类packagecom.william.filters;importorg.
springf
L-李俊漩
·
2020-06-26 12:57
基于Swagger的Knife4j,值得拥有
1.5.212.9.22.0.2io.swaggerswagger-annotations${io.swagger.version}io.swaggerswagger-models${io.swagger.version}io.
springf
熊秀
·
2020-06-26 06:14
SpringBoot
Java实现前后端分离登陆,使用jquery,ajax异步发送请求处理json数据
Controller层packagecom.it.controller;importcom.it.bean.User;importcom.it.server.UserService;importorg.
springf
Exception.
·
2020-06-26 01:19
java学习笔记
Spring整合Junit4进行单元测试
Spring相关其他依赖包(不再赘述了,就是context等包)如果使用maven,在基于spring的项目中添加如下依赖:[html]viewplaincopyjunitjunit4.9testorg.
springf
希望之光芒
·
2020-06-25 16:45
Java
springboot2.1.3整合spring-security,实现自定义授权决策
主配置类授权决策涉及的主要类项目地址项目地址:https://gitee.com/xuelingkang/spring-boot-demo完整配置参考com.example.security包maven依赖org.
springf
薛凌康
·
2020-06-25 09:46
springboot
security
spring-boot和springframework、jdk的版本关系
blog.csdn.net/qq_26264237/article/details/90574888spring-boot和springframework、jdk的版本关系spring-boot版本依赖
springf
【轰炸机】
·
2020-06-25 02:05
spring
JDK
jsp传参数到后台出现乱码的问题
编码格式是否为utf-8:在Tomcat的conf目录下的server.xml中:3.检查后台程序是否为utf-8:以Java为例(在web.xml中)加入下面代码即可encodingFilterorg.
springf
bug程序猿
·
2020-06-24 20:26
java
web
J2EE基本框架之Spring的建立,代码实现,重要jar包,spring-el
Spring的框架packagecom.westos.web02.util;importorg.springframework.context.ApplicationContext;importorg.
springf
liuxiaofan_
·
2020-06-24 07:52
J2EE
Spring
Spring Cloud Config分布式配置中心的使用和遇到的坑
withrootcausejava.lang.StringIndexOutOfBoundsException:Stringindexoutofrange:-1atjava.lang.String.substring(String.java:1967)~[na:1.8.0_131]atorg.
springf
在云端123
·
2020-06-24 00:09
Spring
#使用idea创建springboot +Redis +RabbitMQ 实现高并发限时秒杀
安装路径:Redis和RedisDesktopManager安装教程3.安装Jmeter测试工具安装路径:Jmeter安装教程1.第一步先新建Springboot项目2.导jar包pom.xmlorg.
springf
huizaishuibuxing
·
2020-06-23 16:42
spring-boot-starter-quartz集群实践
壹.jar包依赖1.8org.springframework.bootspring-boot-starterorg.
springf
chenwu1223
·
2020-06-22 22:10
Spring Websocket实时统计在线用户数
代码实现pom文件org.
springf
XiumingLee
·
2020-06-22 08:02
Spring
Boot
Spring
Websocket
SpringMVC——异常处理机制
index页面2.error页面一、导入坐标UTF-81.81.85.0.2.RELEASEorg.springframeworkspring-context${spring.version}org.
springf
学习瞄
·
2020-06-21 16:46
技术笔记
SpringMvc
idea配置maven+Spring+SpringMVC+mybatis+oracle
RELEASEcom.mallshop0.0.1-SNAPSHOTwarshopDemoprojectforSpringBoot1.8UTF-81.71.75.1.5.RELEASE3.4.511.2.01.7.181.2.17org.
springf
Abenazhan
·
2020-06-21 16:28
项目总结
Dependency annotations: {@org.
springf
org.springframework.beans.factory.UnsatisfiedDependencyException:Errorcreatingbeanwithname'brandTagController':Unsatisfieddependencyexpressedthroughfield'bizManager';nestedexceptionisorg.springframewo
Aaaaqiu_
·
2020-06-21 16:51
解决 spring-cloud-starter-zipkin 启动错误
org.springframework.bootspring-boot-starter-parent1.5.10.RELEASEorg.springframework.bootspring-boot-starter-weborg.
springf
weixin_33730836
·
2020-06-21 10:46
SpringBoot基础教程(五)——与本地缓存的结合
pom中的定义org.springframework.bootspring-boot-starterorg.springframework.bootspring-boot-starter-weborg.
springf
数齐
·
2020-06-21 08:13
java游戏服务器开发从0开始-基础搭建
4.0.0com.xsgame0.0.1-SNAPSHOTjargamehttp://maven.apache.orgUTF-85.0.2.RELEASE2.0.7.RELEASEjunitjunit3.8.1testorg.
springf
siyunlong
·
2020-06-21 07:14
java游戏开发
SpringBoot——整合 MyBatis 完成增删改查
www.example.comUTF-81.71.73.0.2.RELEASE2.0.4org.springframework.bootspring-boot-starter-parent1.5.9.RELEASEorg.
springf
时光·漫步zth
·
2020-06-21 06:29
SpringBoot
SpringBoot + mybatis + mysql应用过程中问题记录-问题5( Cause: java.lang.ClassNotFoundException: Cannot find ...)
ErrorstartingApplicationContext.Todisplaytheconditionsreportre-runyourapplicationwith'debug'enabled.2018-10-1109:36:40.933ERROR5728---[main]o.s.boot.SpringApplication:Applicationrunfailedorg.
springf
乐乐Gold
·
2020-06-21 02:16
SpringBoot
+
mybatis
Spring Boot 原理深入 - 依赖管理
2.2.1.1spring-boot-starter-parentorg.
springf
lj5635906
·
2020-06-15 14:15
依赖管理
Spring
Boot
Spring
Boot
Springboot actuator应用后台监控实现
pom.xmlspringboot2.1.1,主要引入actuator依赖,web依赖用于测试;org.springframework.bootspring-boot-starter-actuatororg.
springf
知识追寻者
·
2020-04-22 10:22
SpringBoot2.x-整合JPA一
org.springframework.bootspring-boot-starter-data-jdbcorg.springframework.bootspring-boot-starter-webmysqlmysql-connector-javaorg.springframework.bootspring-boot-devtoolsruntimetrueorg.
springf
撸小鱼
·
2020-04-10 02:11
spring
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他