会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BigOrang
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
下一页
2018年11月4日
SpringBoot解决跨域问题
摘要: SpringBoot解决跨域问题 使用Filter 1. 创建一个拦截器 2. 配置启动参数 创建一个Filter,配置相关的域信息 主要是 配置应用启动参数
阅读全文
posted @ 2018-11-04 20:14 BigOrang
阅读(711)
评论(0)
推荐(0)
2018年10月1日
git学习-来自慕课网
摘要: git安装 1. https://git scm.com/downloads 下载地址 2. 配置用户信息 1. //查看参数配置信息 SourceTree的安装 git仓库 初始化仓库 添加文件到版本库 查看仓库状态 可以查看隐藏的文件目录 git 工作流 从暂存区回退到工作区 找到提交版本号 回
阅读全文
posted @ 2018-10-01 14:00 BigOrang
阅读(150)
评论(0)
推荐(0)
2018年9月21日
SpringBoot Value 'xxx' is not a valid duration
摘要: 改为 15000s,表示秒 参考:http://www.leftso.com/blog/486.html
阅读全文
posted @ 2018-09-21 08:29 BigOrang
阅读(4108)
评论(1)
推荐(0)
2018年9月16日
Maven生成项目
摘要: mvn archetype:generate -DinteractiveMode=false -DgroupId=com.bigorang -DartifactId=first_app_by_maven -Dversion=1.0.0-SNAPSHOT
阅读全文
posted @ 2018-09-16 20:41 BigOrang
阅读(119)
评论(0)
推荐(0)
2018年9月14日
github-自我使用-滑稽
摘要: git windows版下载地址: https://github.com/git-for-windows/git/releases/download/v2.19.0.windows.1/Git-2.19.0-64-bit.exe 直达-->百度云地址 <-直达 https://pan.baidu.c
阅读全文
posted @ 2018-09-14 11:13 BigOrang
阅读(204)
评论(0)
推荐(0)
SpringBoot慕课学习-SpringBoot发送邮件
摘要: 1. 两种基本邮件传输协议:STMP协议、POP3协议 2. 发展的两种协议 IMAP协议、Mime协议 文本、图片、附件、HTML邮件、邮件模板、异常处理、 1. 引入依赖pom.xml <!-- https://mvnrepository.com/artifact/org.springframe
阅读全文
posted @ 2018-09-14 08:23 BigOrang
阅读(228)
评论(0)
推荐(0)
2018年9月10日
javax.ws.rs.ProcessingException: No message body writer has been found for class ****
摘要: WebService CXF异常 1. 有可能是你的实体类上没有@XmlRootElement注解 加上注解即可 2. 有可能是你没有将jettison-1.0.1.jar 使用CXF所需jar包包导入 导入jettison依赖即可
阅读全文
posted @ 2018-09-10 11:01 BigOrang
阅读(2147)
评论(0)
推荐(0)
2018年9月6日
SpringBoot慕课学习-war包-打包war
摘要: 3. 修改启动类 为继承 SpringBootServletInitializer 4. 重写启动类的 configure方法,方法中return builder.sources(XXX.class); //XXX为自己的启动类 5. clean 项目 6. install项目
阅读全文
posted @ 2018-09-06 21:26 BigOrang
阅读(142)
评论(0)
推荐(0)
2018年9月5日
SpringBoot慕课学习-SpringBoot开发常用技术整合-拦截器的使用
摘要: WebMvcConfigurerAdapter is deprecated 继承的方式已经被弃用了 直接实现 WebMvcConfigurer类即可
阅读全文
posted @ 2018-09-05 19:33 BigOrang
阅读(115)
评论(0)
推荐(0)
SpringBoot慕课学习-SpringBoot开发常用技术整合-异步任务
摘要: 1. 使用@EnableAsync开启异步 2. 定义@Component`, 方法上使用@Async作为组建让容器扫描执行 使用场景: 发送短信 发送邮件 App消息推送
阅读全文
posted @ 2018-09-05 19:20 BigOrang
阅读(173)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
下一页
公告