码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
java后端解决跨域问题
1、后台配置同源Cors (推荐) 在SpringBoot2.0 上的跨域 用以下代码配置 即可完美解决你的前后端跨域请求问题 import org.springframework.context.annotation.Bean; import org.springframework.context ...
分类:编程语言   时间:2020-05-29 21:03:25    阅读次数:73
springSecurity(一)
SpringBoot 安全管理(一) 一、springSecurity入门 添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifact ...
分类:编程语言   时间:2020-05-29 19:39:07    阅读次数:67
maven引用冲突解决
在pom中,引用一个appium的包之后,整个工程无法启动,报错如下 org.springframework.core.annotation.AnnotationConfigurationException: Attribute 'proxyBeanMethods' in annotation [o ...
分类:其他好文   时间:2020-05-29 17:50:45    阅读次数:77
dubbo升级到Apache的 2.7.7报错Caused by: java.io.IOException: invalid constant type: 18
dubbo升级到Apache的 2.7.7报错Caused by: java.io.IOException: invalid constant type: 18 2020-05-29 16:57:10,013 [localhost-startStop-1] [org.springframework. ...
分类:编程语言   时间:2020-05-29 17:32:34    阅读次数:184
基于配置文件的方式配置AOP
applicationContext-xml.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3. ...
分类:其他好文   时间:2020-05-29 13:58:21    阅读次数:49
服务器接收图片
package com.weixiu.jingwei.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping ...
分类:其他好文   时间:2020-05-29 09:43:19    阅读次数:64
MyBatis-Plus代码生成器官方默认模板(vm)
模板引擎是 velocity(默认引擎) 自己可根据需要稍作修改,如果要大改则需要去看模板引擎的语法了。 package ${package.Controller}; import org.springframework.web.bind.annotation.RequestMapping; #if ...
分类:其他好文   时间:2020-05-28 11:32:16    阅读次数:340
springcloud报springboot jar包不存在
IDEA报Error:(4, 46) java: 程序包org.springframework.boot.autoconfigure不存在问题 打开Terminal 输入mvn -U idea:idea,下载未下载完整的依赖。 ...
分类:编程语言   时间:2020-05-27 20:33:10    阅读次数:77
Caused by: java.net.SocketException: Connection reset异常原因分析和解决方法
ERROR 27-05 13:02:11,659 - 原客户号[4264257810]更新失败org.springframework.orm.hibernate3.HibernateJdbcException: JDBC exception on Hibernate data access: SQL ...
分类:编程语言   时间:2020-05-27 13:45:01    阅读次数:75
双向表-实体类
package com.lzl.pojo; import java.io.Serializable;import java.util.Date; import org.springframework.format.annotation.DateTimeFormat; public class Min ...
分类:其他好文   时间:2020-05-27 11:57:28    阅读次数:48
4755条   上一页 1 ... 39 40 41 42 43 ... 476 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!