摘要:
.yml 格式配置 # 数据库配置(务必根据实际情况修改配置) datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/springboot?useUnicode=true&chara 阅读全文
摘要:
原因是数据库配置错误 错误配置: #数据库配置 spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/springboot?useUnic 阅读全文
摘要:
操作系统:Windows10 1909 IDE:IntelliJ Idea v2019.3.3 SpringBoot:2.2.6 Maven:3.6.1 步骤: 1、添加maven依赖 <!-- 使用jsp引擎,springboot内置tomcat没有此依赖 --> <dependency> <gr 阅读全文