Loading

06 2021 档案

摘要:Application.yml 配置 mybatis-plus: configuration: call-setters-on-nulls: true #设置当查询结果值为null时,同样映射该查询字段给map。 map-underscore-to-camel-case: false # 数据库下划 阅读全文
posted @ 2021-06-25 15:23 bfsz 阅读(796) 评论(0) 推荐(0)
摘要:新建MybatisPlusConfig 配置文件 package com.luna.demo.config; import com.baomidou.mybatisplus.annotation.DbType; import com.baomidou.mybatisplus.extension.pl 阅读全文
posted @ 2021-06-25 14:56 bfsz 阅读(289) 评论(1) 推荐(0)
摘要:安装 Docker 教程:https://www.runoob.com/docker/docker-tutorial.html 1、安装 # yum包更新到最新(新环境或测试环境可随意操作,生产环境酌情慎重更新) yum update # 安装需要的软件包 yum install -y yum-ut 阅读全文
posted @ 2021-06-25 10:53 bfsz 阅读(83) 评论(0) 推荐(0)