
数据库
Matana111
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
h2数据库 org.flywaydb.core.internal.exception.FlywaySqlException: [ERROR] Unable to obtain connection
org.flywaydb.core.internal.exception.FlywaySqlException: [ERROR] Unable to obtain connection from database (jdbc:h2:~/project) for user 'sa': Wrong user name or password [28000-200] 给同学改bug,这个错我之前报...原创 2020-05-03 02:13:03 · 3133 阅读 · 0 评论 -
写毕设遇到的sql问题
用的是idea内置的h2数据库。 问题1: 判断是否为空应该用is null,而不是=null。 select count(*) from data where disturb_time is null or error_code_num is null or ciphertext_notice_time is null or total_data_measurement is null; ...原创 2020-04-25 17:01:28 · 348 阅读 · 0 评论 -
h2报错
2020-04-23 15:43:45.230 ERROR 3316 --- [ restartedMain] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.BeanCreationException. ...原创 2020-04-23 17:32:32 · 1780 阅读 · 0 评论 -
flyway报错
[INFO] Scanning for projects... [INFO] [INFO] -------------------< forum.kaoyan.qinghuagong:forum >------------------- [INFO] Building forum 0.0.1-SNAPSHOT [INFO] ----------------------------...原创 2020-02-16 22:24:22 · 1151 阅读 · 0 评论