摘要: ## 查看系统版本 ```shell uname -a ``` ## 查看java当前版本 ```shell which java ``` ```shell echo $JAVA_HOME ``` ## 下载新的jdk http://www.oracle.com/technetwork/cn/jav 阅读全文
posted @ 2023-07-26 17:04 FigSprite 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 官网那个命令不好使,我们直接下载war包 http://updates.jenkins-ci.org/download/war/ ```shell nohup java -jar jenkins.war --httpPort=8848 > log.txt 2>&1 & ``` 上面的2 和 1 的意 阅读全文
posted @ 2023-07-26 16:53 FigSprite 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## pom文件添加 ```xml org.mybatis.spring.boot mybatis-spring-boot-starter 2.1.3 com.github.pagehelper pagehelper-spring-boot-starter 1.3.0 com.alibaba dru 阅读全文
posted @ 2023-07-26 15:37 FigSprite 阅读(20) 评论(0) 推荐(0) 编辑