摘要:
1.引入依赖 2.编辑配置类 3.如何动态配置当项目处于test、dev环境时显示swagger,处于prod时不显示? 4.分组 阅读全文
摘要:
``` org.springframework.boot spring-boot-starter-mail ``` ``` spring.mail.username=XX@qq.com spring.mail.password=XXX spring.mail.host=smtp.qq.com #qq需要开启ssl spring.mail.properties.mail.smtp.ssl.enabl 阅读全文
摘要:
``` package com.example.scheduldemo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annot 阅读全文
摘要:
``` package com.example.scheduldemo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annot 阅读全文
摘要:
1.在父工程中新建模块 2.在system模块中引用 3.在父工程中引用 4.在demo模块中引用common模块 阅读全文
摘要:
1.编写订单生成规则 2.编辑系统编码生成规则 3.为字段设置规则 阅读全文
摘要:
1.选择主表,然后单击JS增强 2.编写JS脚本 阅读全文
摘要:
查看防火墙状态 停止firewall 启动firewall 禁止firewall开机启动 开启firewall开机启动 阅读全文
摘要:
一般情况下 Linux 服务器默认安装 MySQL 的数据库表名是区分大小写的,如果CentOS上安装的 MySQL 不支持表名区分大小下,则按照如下方法操作即可: 用 root 登录,修改 /etc/my.cnf (注意:以实际 my.cnf 配置文件路径为准) 在 [mysqld] 节点下,加入 阅读全文
摘要:
1.下载 2.安装软件源 3.安装mysql服务端 4.启动mysql 5.检查mysql运行状态 6.获取MySQL的临时密码 7.登录并修改密码 8.授权其他机器登陆 9.更改语言 10.远程连接踩坑 打开文件后(vi my.cnf),进入编辑模式(a)找到mysqld关键字,在mysqld下面 阅读全文