- 博客(7)
- 资源 (1)
- 收藏
- 关注

原创 Linux下springboot jar包 自动化部署运行(傻瓜式无需上传项目)
首先,linux下必须先装有项目构建工具maven,代码管理工具git/svn等等。以本项目为例:原理就是在服务器上有一个项目对应git服务器代码的应发布项目,用git来管理,每次本地代码更新,直接push到git服务器上,然后在服务器下进行pull,这样服务器上的代码就和git服务器上的预发布代码是一样的,然后利用maven来对服务器代码进行打包,再把jar包从项目路径下cpoy到预发布...
2018-07-21 18:26:14
15337
原创 mysql 无密码登陆,启服务,链库,用户等操作!
--无密码跨域登陆mysql1 关闭mysql服务service mysqld stop2 修改my.cnf 添加skip-grant-tablesvim /etc/my.cnf[mysqld]...skip-grant-tables3 启动mysql服务service mysqld start4 链接数据库mysql -u root#mysql flush pri...
2019-11-19 12:02:04
218
原创 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
10999
5
原创 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
1446
2
原创 There is already 'customerController' bean method
错误信息:There is already 'customerController' bean methodpublic com.***.webmvc.support.result.Result<com.ikuijia.customer.vo.customer.CustomerVO> com.***.customer.controller.CustomerController...
2018-10-22 17:48:36
1652
转载 城市数据表sql
CREATE TABLE IF NOT EXISTS `Area` ( `area_id` int(20) NOT NULL AUTO_INCREMENT COMMENT '地区Id', `area_code` varchar(50) NOT NULL COMMENT '地区编码', `area_name` varchar(20) NOT NULL COMMENT '地区名...
2018-08-07 16:32:57
2803
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人