摘要: 1、为类添加自动注释模版 File-->Settings-->Editor-->File and Code Templates /** * @author :mmzs * @date :Created in ${DATE} ${TIME} * @description:${description} 阅读全文
posted @ 2021-04-25 15:46 panchanggui 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 两个都将清除。这意味着他们将删除目标文件夹。真正的问题是软件包和安装有什么区别? package将编译代码,并将其打包。例如,如果项目是一个jar文件,那么当打包并将其放置在目标目录的某个位置(默认情况下)时,它将创建一个jar文件。 install会编译和打包,但是也会把这个包放到你的本地仓库中。 阅读全文
posted @ 2021-04-25 15:05 panchanggui 阅读(1009) 评论(0) 推荐(0) 编辑
摘要: Docker这门技术也是开发中我们值得掌握的一门技术。接下我们就来探究一下, 怎么使用Docker容器化的技术来构建并运行,Spring Boot项目的可执行Jar包。 演示环境 CentOS 7 Docker 1.13.1 Spring Boot 2.1.1.RELEASE 准备一个Spring 阅读全文
posted @ 2021-04-25 11:09 panchanggui 阅读(1685) 评论(0) 推荐(0) 编辑