上一页 1 ··· 24 25 26 27 28
摘要: 1、依赖管理 <dependencies> <dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</artifactId> <version>2.2.2</version> <type>jar</type> <sco 阅读全文
posted @ 2020-05-07 10:26 YoungDeng 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 简单整理一下,方便理解操作。 1、本地拷贝maven文件后,打开maven中的.setting 文件: 2、配置文件: View Code 其中两个位置需要注意:本地仓库路径和阿里云maven镜像配置(增加jar包下载速度) 3、Eclipse中配置maven及刚才配置的settings文件。 保存 阅读全文
posted @ 2020-05-07 10:24 YoungDeng 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 记录一下整个创建项目的过程,其中包括: Maven 项目创建; SSM配置文件; Tomcat配置; Git配置; Git忽略文件Ignore配置; 图文讲解,通俗易懂,易上手。 一、创建Maven 项目; 1、新建项目 2、选择maven --> jdk -->webapp 3、输入项目名 4、选 阅读全文
posted @ 2020-05-07 10:13 YoungDeng 阅读(383) 评论(0) 推荐(0) 编辑
摘要: Git别名设置:https://www.cnblogs.com/hero123/p/9105381.html Git远程项目公钥配置:https://www.cnblogs.com/hero123/p/9105822.html 基础命令: git init 初始化本地仓库 git status 查看 阅读全文
posted @ 2020-05-07 10:12 YoungDeng 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 发现github的项目删除按钮挺难找的,记录一下。 1,先在github打开项目,进入项目 2,点击Settings,进去后往下拉就是删除按钮。 阅读全文
posted @ 2020-05-07 10:09 YoungDeng 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 相关项目:Github删除项目 刚开始找了半天没找到删除按钮在哪,现在记录一下,分享。 第一步:点进入项目 第二步:进入项目Settings 第三步:往下拉,找到Remove,删除即可。 阅读全文
posted @ 2020-05-07 10:08 YoungDeng 阅读(8121) 评论(1) 推荐(1) 编辑
摘要: 若linux服务器的80和8080端口都已经被使用,则需修改gitlab监听的端口 修改路径文件:vim /etc/gitlab/gitlab.rb 1、修改external_url 'http://ip:端口号' (将前面的#注释符号去掉),我改成了8099 2、找到Advanced settin 阅读全文
posted @ 2020-05-07 10:06 YoungDeng 阅读(4611) 评论(0) 推荐(0) 编辑
摘要: 初次操作成功,记录一下 1. 安装依赖软件 yum -y install policycoreutils openssh-server openssh-clients postfix 2.设置postfix开机自启,并启动,postfix支持gitlab发信功能 systemctl enable p 阅读全文
posted @ 2020-05-07 09:58 YoungDeng 阅读(5630) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28