摘要:
1.上篇https://www.cnblogs.com/fishyy/p/10315473.html配置了mybaits-config.xml文件,但是并未使用,这里简单使用下。 2.并不建议所有bean全部配置在一个applicationContext.xml文件中,而是各个模块管理自身需要使用的 阅读全文
摘要:
1.项目脚手架参考https://www.cnblogs.com/fishyy/p/10313566.html 2.在父pom.xml中添加springmvc相关dependency <?xml version="1.0" encoding="UTF-8"?> <project xmlns="htt 阅读全文
摘要:
1.cd到要生成项目位置目录 2.执行mvn archetype:generate -DgroupId=com.yyu.cms -DartifactId=appcms -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode 阅读全文
摘要:
/// <summary> /// Http请求操作类之HttpWebRequest /// </summary> public class HttpHelper { #region properties private ILog _logger; private readonly Encoding 阅读全文