07 2022 档案
摘要:Swagger document API 1.1 Basic dependencies: (From maven repository) springbox-swagger2, springbox-UI, enable: add a new configaration file under conf
阅读全文
摘要:Database Migration Tools 数据库修改/历史数据迁移到新表/数据库实例的切换 手动执行的问题: security/conflict/数据库环境隔离/环境问题 1.1 Flyway Version control for your database 1.1.1 脚本类型 按照文件
阅读全文
摘要:Docker 轻量级 虚拟机 软件 核心概念: 容器(Container)-虚拟的计算机;镜像(Image) - 安装操作系统的光盘 可以基于镜像创造多个容器, 通过镜像创建带有操作系统的虚拟计算机 1.1 Start 1.1.1 run image/manage image/manage cont
阅读全文