摘要:
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) at com.sun.org.apache.xerces.internal.util.Erro 阅读全文
摘要:
i'm sorry, i forgot this article where i found. that it is referenced. 以前也研究过Eclipse里Web Project引用Java Project的问题,没有解决,特地再深入研究了一下。 思路及实践如下: 1.Elcipse里 阅读全文
摘要:
rom:http://www.tuicool.com/articles/NJ3QRz MySQL update error: Error Code: 1175. You are using safe update mode and you tried to update a table withou 阅读全文
摘要:
@RequestMapping(value="/signIn",method=RequestMethod.POST) public int saveUser(@RequestBody User user){//用json格式传入user对象的属性即可 user.setId(IdGen.uuid()); int i = userService.saveUse... 阅读全文
摘要:
eclipse中使用maven插件的时候,运行run as maven build的时候报错 -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and 阅读全文
摘要:
spring boot是个好东西,可以不用容器直接在main方法中启动,而且无需配置文件,方便快速搭建环境。可是当我们要同时启动2个springboot工程时,就会有问题,有可能会因为8080端口被第一个应用占用而导致第二个应用无法启动,这时就需要修改其中一个工程的启动端口。 1.可以通过实现Emb 阅读全文
摘要:
执行Maven Install打包的时候,提示以下警告信息: [WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent! 需要在<proj 阅读全文