笔记
文章平均质量分 66
五阶
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【无标题】Linux安装MySQL, 基于腾讯云centenos
1. MySQL的安装 参考这篇文章->MySQL安装超详细 遇到的bug 使用yum -y install mysql-community-server安装mysql时候提示: The GPG keys listed for the “MySQL 5.7 Community Server” repository are already installed but they are not correct for this package. Check that the correct key原创 2022-05-15 18:38:58 · 232 阅读 · 0 评论 -
Spring Boot自定义配置properties(保姆级)
自定义属性配置案例 创建Spring Boot项目 使用Spring Initializr方式创建一个Spring Boot项目chapter02,在Dependencies依赖选择中选择Web依赖。 引入配置处理器依赖 在pom.xml中引入配置处理器依赖,这个依赖会在编写属性配置文件时给出自动代码提示。 <!-- Spring Boot提供的配置处理器依赖 --> <dependency> <groupId>org原创 2021-04-12 23:58:54 · 2093 阅读 · 0 评论
分享