03 2018 档案

spring 4.0下集成webservice
摘要:该教程使用的项目可参见: Intellij Idea下搭建基于Spring+SpringMvc+MyBatis的WebApi接口架构 具体源码请参见GitHub: https://github.com/chenyangsocool/ssm.git 1.在maven的pom文件中添加cxf版本属性信息 阅读全文

posted @ 2018-03-15 18:38 chenyangsocool 阅读(371) 评论(0) 推荐(0)

在spring+springMvc+mabatis框架下集成swagger
摘要:我是在ssm框架下集成swagger的,具体的ssm搭建可以看这篇博文: Intellij Idea下搭建基于Spring+SpringMvc+MyBatis的WebApi接口架构 本项目的GitHub地址:https://github.com/chenyangsocool/ssm.git 接下去就 阅读全文

posted @ 2018-03-14 09:15 chenyangsocool 阅读(493) 评论(0) 推荐(0)

Intellij Idea下搭建基于Spring+SpringMvc+MyBatis的WebApi接口架构
摘要:2018-08-16 09:27 更新 强烈推荐使用Springboot来搭建MVC框架! 强烈推荐使用Springboot来搭建MVC框架! 强烈推荐使用Springboot来搭建MVC框架! 后文仅供学习参考,但是新项目强烈推荐使用Springboot来搭建MVC框架! 2018-03-06 2 阅读全文

posted @ 2018-03-06 22:42 chenyangsocool 阅读(15085) 评论(3) 推荐(2)

spring 3.0系统集成webservice
摘要:spring 3.0系统集成webservice,踩了很多坑以后总算成功了,故写下这篇博客以记录。 1.准备jar包 由于项目是spring3.0,所以应该要使用cxf 2.7版本才可以成功配置,高版本会出现jar包冲突。 具体需要的jar包如下: 你可以点此下载:cxf 2.7所需jar包 然后在 阅读全文

posted @ 2018-03-05 18:06 chenyangsocool 阅读(431) 评论(0) 推荐(0)