会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
fishyy
博客园
首页
新随笔
联系
管理
订阅
2019年1月25日
maven创建多模块化项目(三)
摘要: 1.上篇https://www.cnblogs.com/fishyy/p/10315473.html配置了mybaits-config.xml文件,但是并未使用,这里简单使用下。 2.并不建议所有bean全部配置在一个applicationContext.xml文件中,而是各个模块管理自身需要使用的
阅读全文
posted @ 2019-01-25 11:26 fishyy
阅读(492)
评论(0)
推荐(0)
2019年1月24日
maven创建多模块化项目(二)
摘要: 1.项目脚手架参考https://www.cnblogs.com/fishyy/p/10313566.html 2.在父pom.xml中添加springmvc相关dependency <?xml version="1.0" encoding="UTF-8"?> <project xmlns="htt
阅读全文
posted @ 2019-01-24 16:58 fishyy
阅读(318)
评论(0)
推荐(0)
maven创建多模块化项目(一)
摘要: 1.cd到要生成项目位置目录 2.执行mvn archetype:generate -DgroupId=com.yyu.cms -DartifactId=appcms -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode
阅读全文
posted @ 2019-01-24 11:41 fishyy
阅读(997)
评论(0)
推荐(0)
2019年1月9日
C# http请求工具类
摘要: /// <summary> /// Http请求操作类之HttpWebRequest /// </summary> public class HttpHelper { #region properties private ILog _logger; private readonly Encoding
阅读全文
posted @ 2019-01-09 11:04 fishyy
阅读(4086)
评论(0)
推荐(0)
公告