- 博客(8)
- 收藏
- 关注
原创 将yml参数赋值到静态变量里
@Componentpublic class ApplicationUtil { // 第一种方法 private static String zone; @Value("${time.zone}") private String timeZone; @PostConstruct public void init(){ zone = this.timeZone; } public static String getZone() { return z.
2021-02-04 14:28:27 732
原创 spring boot 配置两个redis
pom.xml 导包<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId></dependency><dependency&g...
2020-03-17 09:56:03 1237 1
原创 redis 删除数据
redis-清理数据转:https://www.cnblogs.com/iSun520/p/11133448.html因为在测试服务器上经常进行改动,所以有时需要把redis中的数据清掉,写下来记一下!!!1.首先通过密码登陆redis>redis-cli(或者: redis-cli -h 127.0.0.1 -p 6379)>auth密码2.执行清理前查看(...
2020-03-06 16:04:06 4885
原创 linux os7 安装 nginx-1.17.5
原文地址:https://www.jianshu.com/p/21a9e37307d81.安装gcc,g++等基本的工具包,供后续编译使用yum -y install gcc g++ yum -y install pcre pcre-devel yum -y install zlib zlib-devel yum -y install openss...
2020-03-03 11:04:44 756
原创 给js,css添加版本号
添加版本号解决浏览器缓存方法1<script> var projectVersion = "1.0"; createScript("/static/index.js"); function createScript(url){ var script = document.createElement('script'); //创建scr...
2020-01-18 14:51:12 1195
原创 linux搭建maven私服(nexus3)
1、下载nexus3官方下载:https://help.sonatype.com/repomanager3/download 分享:https://pan.baidu.com/s/1evfGopmF6PeXvd_tFwRnbQ 提取码:lzk02、安装nexus3cd /usr/local/ tar -zxvf nexus-3.19.1-01-unix.tar.gz mv n...
2019-11-22 17:43:44 507
原创 linux 安装jdk1.8,运行tomcat(傻瓜式安装)
jdk:https://pan.baidu.com/s/1F50oMQEGWSk4cG74mCfHLA 提取码:2v5fjdk安装1、解压jdk并改名为jdk1.8 cd /usr/local tar -zxvf jdk-8u231-linux-x64.tar.gz mv jdk1.8.0_231/ jdk1.82、配置环境变量 vim /etc/pr...
2019-11-16 18:48:10 239
原创 linux center os7 安装mysql8.0.18
1、查看是否存在mariadb; rpm -qa | grep mariadb2、卸载mariadb; rpm -e --nodeps mariadb-libs-5.5.60-1.el7_5.x86_643、进入local目录,解压mysql包后将文件夹改名为mysql(mysql安装包自行下载:https://dev.mysql.com/downloads/mysql/)...
2019-11-16 17:59:16 653
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人