摘要:
错误总结: 1.idea在springboot启动时报错Cannot determine embedded database driver class for database type NONE 原因:springboot架构要求连接数据库,但是如果你使用这个架构没有用到数据库的话就可能会报错 解 阅读全文
摘要:
开发JavaWeb+ECharts完成信件数据图表展示过程 展示结果: 编写过程中遇到的错误: 1.在web项目中添加map的时候可能会出现这个错误:The content of element type "web-app" must match…… 原因:添加的代码不符合web-app的代码规范 阅读全文