JAVA异常错误
文章平均质量分 80
qq_41315539
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
多数据源:dataSource or dataSourceClassName or jdbcUrl is required.] with root cause
错误信息: 2021-01-08 16:55:28.803 ERROR 30068 --- [nio-8080-exec-1] com.zaxxer.hikari.HikariConfig : HikariPool-1 - dataSource or dataSourceClassName or jdbcUrl is required. 2021-01-08 16:55:28.815 ERROR 30068 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/...原创 2021-01-08 17:04:32 · 6024 阅读 · 0 评论 -
‘url‘ attribute is not specified and no embedded datasource could be configured.
自己简单创建了一个SpringBoot + myBatis 项目没有在application.properties中对数据源进行配置 错误信息 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2020-09-23 22:35:02.462 ERROR 8864 --- [ main] o.s.b.d.Lo原创 2020-09-23 23:23:46 · 4850 阅读 · 1 评论
分享