摘要:
Cloud applications are the talk of the town. Many times, we come across terms like cloud-native applications and cloud-enabled applications. For start 阅读全文
摘要:
如果我们使用过SpringBoot,那么就会对下面的图案不陌生。Springboot 启动的同时会打印下面的图案,并带有版本号。 查看SpringBoot官方文档可以找到关于 banner 的描述 The banner that is printed on start up can be chang 阅读全文
摘要:
1、Jar包: JAR(Java Archive,Java 归档文件)是与平台无关的文件格式,它允许将许多文件组合成一个压缩文件。JavaSE程序可以打包成Jar包。 JAR 文件格式以流行的 ZIP 文件格式为基础。与 ZIP 文件不同的是,JAR 文件不仅用于压缩和发布,而且还用于部署和封装库、 阅读全文