Easter79 Easter79
3年前
springboot2.1.3.RELEASE+jsp笔记war部署tomcat
springbootjsp<packagingwar</packaging<parent<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterparent</artifa
Wesley13 Wesley13
3年前
Solr4.4.0部署到tomcat上
主要步骤如下:1、下载solr4.4.0.tgz(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmirror.bit.edu.cn%2Fapache%2Flucene%2Fsolr%2F4.4.0%2Fsolr4.4.0.tgz)2、解压缩solr4.4.0.tgz,命令t
皕杰报表部署到linux上字体问题
当报表部署到linux时,出现了字体问题,可能的原因有:1.Linux系统缺少字体2.Linux系统缺少字符集3.jdk未成功加载字体 配置中文字体1.fclist         查看字体列表2.yum y install fontconfig          安装字体库安装完成后,在/usr/share目录就可以看到fonts和font
Stella981 Stella981
3年前
Centos7安装部署SonarQube7.9.1教程
0.参考文档LTS7.9.1新特性:https://www.sonarqube.org/sonarqube79lts/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.sonarqube.org%2Fsonarqube79lts%2F)JDK
Stella981 Stella981
3年前
CentOS7.5 安装部署Apache+Mysql+Php
系统:CentOS7.5安装Apache1.安装yumyinstallhttpd2.开启apache服务systemctlstarthttpd.service3.设置apache服务开机启动systemctlenablehttpd.service4.开启防火墙firewallcmd
Stella981 Stella981
3年前
Consul集群版容器化部署与应用集成
背景由于公司目前的主要产品使用的注册中心是consul,consul需要用集群来保证高可用,传统的方式(Nginx/HAProxy)会有单点故障问题,为了解决该问题,我开始研究如何只依赖consul做集群的注册的方式,经过一天的折腾,总算验证了可以通过集群版ConsulClient(https://www.oschina.net/a
Wesley13 Wesley13
3年前
2、二进制部署kubernetes集群(下篇)
1.k8S核心资源管理方法1.1.陈述式资源管理方法1.1.1.管理名称空间资源1.1.1.1.查看名称空间root@hdss721~kubectlgetnamespaceNAMESTATUSAGE
Stella981 Stella981
3年前
IntelliJ IDEA热部署教程,只要两步!
一、开启idea自动build功能1、FileSettingsBuild,Execution,DeploymentCompilerBuildprojectautomatically选中!(https://oscimg.oschina.net/oscnet/c13b2b807decef2f02306dc
Stella981 Stella981
3年前
GitHub利用webhook实现push时项目自动部署
在网站根目录下放置webhook.php自动部署文件,然后GitHub服务器的对应项目的webhooks配置上该文件的网址(PayloadURL)与密钥(Secret),需启用php的shell\_exec函数。!输入图片说明(https://static.oschina.net/uploads/img/201801/26154918_Mb
Stella981 Stella981
3年前
Linux下部署springboot项目的步骤及过程
最近在研究将springboot项目部署到Linux服务器上,由于springboot是内嵌了tomcat,所以可以直接将项目打包上传至服务器上。我是在idea上的项目,所以我就基于此说下过程。(一)打包你的项目1、在pom文件中添加springboot的maven插件 !(https://img2018.cnblogs.com/blog/1