07 2021 档案
摘要:spring boot 启动会扫描以下位置的application.properties或者 application.yml文件作为Spring boot的默认配置文件 – file:./config/ 对应图片中的位置1 – file:./ 对应图片中的位置2 – classpath:/confi
阅读全文
java.lang.IllegalStateException:[classpath:/application.yml]snakeyaml was not found on the classpath
摘要:启动springboot的时候,报了这个错,给我整懵了 java.lang.IllegalStateException: Attempted to load applicationConfig: [classpath:/application.yml] but snakeyaml was not f
阅读全文
摘要:注意一:每个查询都要单独关闭autocommit 在事务的场景下,如果想要测试事务隔离级别,记得关闭autocommit SET AUTOCOMMIT = 0 然而,你可能不知道的是,没创建一个查询,默认为autocommit = 1。并且每个查询的autocommit是单独设立的 注意二:未完待续
阅读全文

浙公网安备 33010602011771号