黑马程序员SpringBoot2-运维实用篇

视频连接:运维实用篇-51-工程打包与运行_哔哩哔哩_bilibili

打包与运行

程序打包与运行(Windows)

黑马程序员SpringBoot2-运维实用篇_第1张图片

可执行jar包目录结构

左上角的结构是没有插件打包后的结构,左下是安装插件后的结构。

黑马程序员SpringBoot2-运维实用篇_第2张图片

jar包描述文件(MANIFEST.MF)

黑马程序员SpringBoot2-运维实用篇_第3张图片

Windows端口被占用

黑马程序员SpringBoot2-运维实用篇_第4张图片

程序打包运行(Linux版)

配置高级

临时属性设置

下面的界面在启动类的配置中。

黑马程序员SpringBoot2-运维实用篇_第5张图片

黑马程序员SpringBoot2-运维实用篇_第6张图片

配置文件分类

黑马程序员SpringBoot2-运维实用篇_第7张图片

自定义配置文件

黑马程序员SpringBoot2-运维实用篇_第8张图片

黑马程序员SpringBoot2-运维实用篇_第9张图片

黑马程序员SpringBoot2-运维实用篇_第10张图片

多环境开发

YAML版

黑马程序员SpringBoot2-运维实用篇_第11张图片

黑马程序员SpringBoot2-运维实用篇_第12张图片

分成多个文件管理的形式,可以在主配置文件中设置共同的属性,在分类配置文件中设置冲突属性。

黑马程序员SpringBoot2-运维实用篇_第13张图片

Properties版

黑马程序员SpringBoot2-运维实用篇_第14张图片

多环境开发控制

黑马程序员SpringBoot2-运维实用篇_第15张图片

黑马程序员SpringBoot2-运维实用篇_第16张图片

Maven与SpringBoot多环境兼容

黑马程序员SpringBoot2-运维实用篇_第17张图片

黑马程序员SpringBoot2-运维实用篇_第18张图片

日志

日志基础

黑马程序员SpringBoot2-运维实用篇_第19张图片

黑马程序员SpringBoot2-运维实用篇_第20张图片

黑马程序员SpringBoot2-运维实用篇_第21张图片

在yml文件中设置。

黑马程序员SpringBoot2-运维实用篇_第22张图片

黑马程序员SpringBoot2-运维实用篇_第23张图片

优化日志对象创建

黑马程序员SpringBoot2-运维实用篇_第24张图片

日志输出格式控制

黑马程序员SpringBoot2-运维实用篇_第25张图片

这里格式好像不是很全,建议去网上搜搜。

黑马程序员SpringBoot2-运维实用篇_第26张图片

日志文件

黑马程序员SpringBoot2-运维实用篇_第27张图片

你可能感兴趣的:(spring,boot,mybatis,后端)