javaweb
weixin_41338006
这个作者很懒,什么都没留下…
展开
-
配置mybatis流过的泪
[ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifa...原创 2019-02-18 13:14:45 · 170 阅读 · 0 评论 -
JavaWeb 1——初识tomcat
tomcat下有以上7个目录,bin,conf,lib,logs,temp的作用一目了然,其中最重要的是conf下的server.xml的配置了,参考这里https://blog.csdn.net/h123xd4/article/details/62045420;webapps存放host的应用的位置,可在server.xml中修改work存放tomcat运行时编译后的文件,删除等于清理tomca...原创 2018-07-03 12:49:11 · 137 阅读 · 0 评论 -
使用IDEA开发AspectJ项目
使用MAVEN引入依赖,其中aspectjtools的依赖是查找到的,记住可以去框架的官网查看如何引入依赖:http://mvnrepository.com/artifact/org.aspectj/aspectjtools/1.8.0.RELEASE。修改compiler:配置Spring的xml文件:(1)引入约束:(2)配置AOP,例子如下:...原创 2018-07-06 12:45:20 · 1904 阅读 · 0 评论 -
mybatis问题
org.apache.ibatis.exceptions.PersistenceException: ### Error opening session. Cause: java.lang.NullPointerException### Cause: java.lang.NullPointerException at org.apache.ibatis.exceptions.Exc...原创 2018-07-21 13:24:16 · 165 阅读 · 0 评论