摘要:
1、创建redisc脚本 vim /etc/init.d/redisc 2、编辑脚本内容 #!/bin/sh # chkconfig: 2345 80 90 # Simple Redis init.d script conceived to work on Linux systems # as it 阅读全文
摘要:
springboot启动概述 一、前言 个人能力尚浅,请各位大佬多多包含。 本文针对springboot启动流程,先看run方法 @SpringBootApplication public class VinbomDataCleanApplication { public static void m 阅读全文