摘要:
1、首先上官网下载Redis 压缩包,地址:http://redis.io/download 下载稳定版3.0.7即可。 2、通过远程管理工具,将压缩包拷贝到Linux服务器中,执行解压操作 执行make 对Redis解压后文件进行编译 编译完成之后,可以看到解压文件redis-3.0.7 中会有对 阅读全文
摘要:
指定运行的内存 spring boot 打包成war包: 让 SpringbootApplication 类继承 SpringBootServletInitializer 并重写 configure 方法,如下: 修改 pom.xml 文件,将 jar 改成 war,如下: <packaging>w 阅读全文
摘要:
来源:https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-configure-tomcat 阅读全文