java
Breaking through.
学而不思则罔 思而不学则殆
展开
-
清除项目的svn
方便的清除项目中的svn文件夹原创 2017-03-17 14:31:58 · 457 阅读 · 0 评论 -
Linux下springboot jar包 自动化部署运行(傻瓜式无需上传项目)
首先,linux下必须先装有项目构建工具maven,代码管理工具git/svn等等。 以本项目为例: 原理就是在服务器上有一个项目对应git服务器代码的应发布项目,用git来管理,每次本地代码更新,直接push到git服务器上,然后在服务器下进行pull,这样服务器上的代码就和git服务器上的预发布代码是一样的,然后利用maven来对服务器代码进行打包,再把jar包从项目路径下cpoy到预发布...原创 2018-07-21 18:26:14 · 15318 阅读 · 3 评论 -
There is already 'customerController' bean method
错误信息:There is already 'customerController' bean method public com.***.webmvc.support.result.Result<com.ikuijia.customer.vo.customer.CustomerVO> com.***.customer.controller.CustomerController...原创 2018-10-22 17:48:36 · 1639 阅读 · 0 评论 -
springboot 2.1.4 与mybatis 3.5.+出现的问题
两个版本之间出现的问题 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'umCityController': Unsatisfied dependency expressed through field 'umCityService'; nested ...原创 2019-04-19 14:30:55 · 1417 阅读 · 2 评论 -
Incompatible fallback instance. Fallback/fallbackFactory of type class
Caused by: java.lang.IllegalStateException: Incompatible fallback instance. Fallback/fallbackFactory of type class com.**.um.feign.hystrix.UmCityFeignClientHystrix is not assignable to interface com.*...原创 2019-05-15 12:02:23 · 10953 阅读 · 5 评论