自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

天高任鸟飞的博客

学而不敲无用,敲而不思则费!

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

原创 Linux下springboot jar包 自动化部署运行(傻瓜式无需上传项目)

首先,linux下必须先装有项目构建工具maven,代码管理工具git/svn等等。以本项目为例:原理就是在服务器上有一个项目对应git服务器代码的应发布项目,用git来管理,每次本地代码更新,直接push到git服务器上,然后在服务器下进行pull,这样服务器上的代码就和git服务器上的预发布代码是一样的,然后利用maven来对服务器代码进行打包,再把jar包从项目路径下cpoy到预发布...

2018-07-21 18:26:14 15260 3

原创 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 184

原创 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 10813 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 1384 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 1622

转载 城市数据表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 2672

原创 清除项目的svn

方便的清除项目中的svn文件夹

2017-03-17 14:31:58 435

nexus-2.14.9 私服仓库

nexus-2.14.9 私服仓库。 https://www.sonatype.com/oss-thank-you-tgz

2018-07-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除