会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
陈彦斌
生命在于分享,技术源于生命,学无止境!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
108
下一页
2020年9月20日
Jenkins持续集成git、gitlab、sonarqube(7.0)、nexus,自动化部署实战,附安装包
摘要: 导读 之前用的都是SVN,由于工作需要用到Git,求人不如求己,技多不压身,多学一项技能,未来就少求别人一次,系统的学一遍,自己搭建一整套环境,自动化部署(自动发版),代码质量检测等等(为啥不用docker搭建环境呢,个人平时比较忙,暂未学习docker,过段时间会学docker相关,也会写相应博文
阅读全文
posted @ 2020-09-20 00:57 陈彦斌
阅读(3492)
评论(4)
推荐(8)
2020年9月16日
SpringCloud连接远程nacos报错,一直提示连接本地的localhost:8848
摘要: application.properties spring.cloud.nacos.discovery.server-addr=xxx.xxx.xxx.xxx:8848 spring.application.name=服务名 bootstrap.properties 在resources下创建:bo
阅读全文
posted @ 2020-09-16 17:25 陈彦斌
阅读(11237)
评论(1)
推荐(1)
springboot 整合 pagehelper
摘要: pom.xml <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>1.2.13</version> </depe
阅读全文
posted @ 2020-09-16 11:49 陈彦斌
阅读(276)
评论(0)
推荐(0)
2020年9月13日
Linux maven安装
摘要: 安装 下载 官网:http://maven.apache.org/download.cgi 解压 tar -zxvf apache-maven-3.6.3-bin.tar.gz -C /usr/local/ 修改环境变量 vim /etc/profile 配置文件生效:source /etc/pro
阅读全文
posted @ 2020-09-13 20:00 陈彦斌
阅读(432)
评论(0)
推荐(0)
2020年9月12日
linux 查看端口状态
摘要: 查看端口 netstat -tlun 查看端口被那个服务占用 netstat -tunlp |grep 8080
阅读全文
posted @ 2020-09-12 18:07 陈彦斌
阅读(205)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
108
下一页
公告