- 博客(4)
- 收藏
- 关注
原创 springboot项目访问资源报错
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Circular view path [hello]: would dispatch back to the current handler URL [/hello] again. Check your ViewResolver setup! (Hint: This may be the result of an unspeci
2020-06-03 14:18:14
347
原创 jdk和cglib动态代理的简单实现
jdk动态代理 1.目标接口 public interface TargetInterface { public void run(); } 2.目标对象 public class Target implements TargetInterface { @Override public void run() { System.out.println("t...
2020-03-25 20:48:52
141
原创 nexus服务启动时产生错误及解决
1.cmd命令行启动时错误 2.查看nexus安装目录下的logs日志 发现如下异常:jvm 1 | java.lang.TypeNotPresentException: Type javax.xml.bind.JAXBContext not present jvm 1 | java.lang.TypeNotPresentException: Type javax.xml.bind....
2020-03-23 18:51:14
2151
原创 idea与git整合
1.在云空间建立与idea相同名字模块名 2.在idea中进行操作 注意:要将整个工程作为git本地仓库,如果是单个module,若在本项目下新建一个module,则新建的module不能作为本地仓库,(在一个项目下只能有一个module作为本地仓库?错的,只要重新按照流程操作就可以了) 3.添加 4.添加值缓存区后,颜色改变 5.提交至本地仓库 选择Commit and Push ...
2020-03-23 11:45:47
207
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅