Idea中新建yml不显示叶子形状的原因
摘要:IntelliJ IDEA 2019.2.4 x64 (版本),不显示叶子形状,导致写配置无法自动提示(自动提示请安装插件)Spring Assistant 先看一下Editor >File Types 中的YML有没有你所写的后缀,没问题后,看一下自己写的application.yml 是不是首字
阅读全文
spring-boot 再添加mysql启动器的时候报错, The driver is automatically registered via the SPI and manual loading of the driver class....
摘要:mysql驱动更新迭代之后驱动,稍微有点变化: com.mysql.jdbc.Driver (变化为) --> driver-class-name: com.mysql.cj.jdbc.Driver还有就是另一个报错 The server time zone value '�й���ʱ��' is
阅读全文