雪洗中关村

导航

2018年12月14日 #

MySQL中INFORMATION_SCHEMA

摘要: select database(); 获取当前连接的数据库name 来源:http://www.cnblogs.com/drake-guo/p/6099436.html 可是为什么报了如下错误呢: 真正修改auto_increment的办法是: information_schema.columns 阅读全文

posted @ 2018-12-14 18:52 雪洗中关村 阅读(370) 评论(0) 推荐(0)

springboot配置文件启动顺序

摘要: 【1】项目内部配置文件 spring boot 启动会扫描以下位置的application.properties或者application.yml文件作为Spring boot的默认配置文件 1.–file:./config/2.–file:./3.–classpath:/config/4.–cla 阅读全文

posted @ 2018-12-14 18:48 雪洗中关村 阅读(3673) 评论(0) 推荐(0)