把SpringBoot项目部署到腾讯云的CentOS 6.9 服务器上 一. 远程连接服务器 在安全组中添加新的规则,允许访问端口22,开启SSH服务 再用putty远程连接服务器 二. JAVA环境配置 下载安装openJDK yum install -y java-1.8.0-openjdk.x ...
分类:
编程语言 时间:
2021-07-02 15:45:35
阅读次数:
0
环境 centos 7 安装依赖包 yum install -y gcc gcc-c++ glibc glibc-devel pcre pcre-devel zlib zlib-devel openssl openssl-devel \unzip psmisc bash-completion lib ...
分类:
系统相关 时间:
2021-07-01 17:29:41
阅读次数:
0
0.项目结构 api和consumer模块没有变化(参考之前的项目) 7001-7003是注册的三个eureka服务,正常应该是在三台电脑上进行操作,这里只是进行一个模拟 1.Eureka模块 由于模块相似,这里只写一个模块 1.1 pom <dependencies> <!--eureka包--> ...
分类:
其他好文 时间:
2021-07-01 17:18:14
阅读次数:
0
1.安装python sudo yum install -y curl policycoreutils-pythonopenssh-server 2.将SSH服务设置成开机自启动,分别执行以下命令: sudo systemctl enable sshd sudo systemctl start ss ...
分类:
系统相关 时间:
2021-07-01 17:07:32
阅读次数:
0
1、Oracle用户下操作,创建证书 mkdir /home/oracle/wallet orapki wallet create -wallet "/home/oracle/wallet" -pwd WalletPasswd123 -auto_login_local 创建一个自签名证书并将其加载到 ...
分类:
数据库 时间:
2021-07-01 16:57:28
阅读次数:
0
在服务器开启了IP白名单等情况下,我们有时需要通过代理来连接服务器,而rsync自然也会遇到这个问题。某篇博客中提到使用环境变量RSYNC_PROXY来指定socks5代理,这其实是错误的,RSYNC_PROXY指定的是http代理。 然而,在只有socks5代理的情况下,我们固然可以通过privo ...
分类:
其他好文 时间:
2021-07-01 16:54:01
阅读次数:
0
转自:https://www.cnblogs.com/chen-lhx/p/7592500.html SpringBoot配置属性之MVC SpringBoot配置属性之Server SpringBoot配置属性之DataSource SpringBoot配置属性之NOSQL SpringBoot配 ...
分类:
编程语言 时间:
2021-06-30 17:38:02
阅读次数:
0
1.购买阿里云 1)购买链接:https://developer.aliyun.com/plan/grow-up 2)购买完毕后,重置服务器root用户密码 3)连接阿里云服务器 方法一:通过可视化软件Xshel // 使用前绿化,新建一个会话 方法二:windows终端 >ssh root@47. ...
分类:
其他好文 时间:
2021-06-29 15:48:15
阅读次数:
0
1.打开Pycharm->VCS->Enable Version Control Integration->Git->remote->输入SSH 2.Define Remotes 3.复制SSH 到GIt Open Git bash 4.复制最后黄色的到git ,添加ssh key 5.复制SSH ...
分类:
其他好文 时间:
2021-06-29 15:28:35
阅读次数:
0
Spring 简介 Spring:春天即给软件行业带来了春天! 2002年,首次推出了Spring框架的雏形:interface 21框架! 2004年3月24日,Spring框架是以interface21框架为基础,经过了重新的设计,并不断的丰富其内涵,于2004年3月21日发布了1.0正式版本 ...
分类:
编程语言 时间:
2021-06-28 19:46:52
阅读次数:
0