Java程序設計 Blog
關于 SpringBoot 分頁 pagehelper 啟動時報錯:com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration 的解決方法SpringBoot 加入了 PageHelper 分頁依賴后,啟動報錯: The dependencies of some of the beans in the application context form a cycle: com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration 閱讀(2998) 評論(0) 2022-12-06 關于idea每次新建項目時,Maven home directory都會使用默認路徑的解決方法我們在使用idea時,會發現明明已經設置了Maven home directory為自己下載的Maven路徑了,再次新建項目時,idea又把Mavn home directory給重置成默認路徑了。 閱讀(2432) 評論(0) 2022-09-06 The dependencies of some of the beans in the application context form a cycle: com.github.pagehelper.autoconfigure.PageHelperAutoConfigurationSpringBoot在啟動時報錯:APPLICATION FAILED TO START, The dependencies of some of the beans in the application context form a cycle:com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration 閱讀(2162) 評論(1) 2022-07-07 利用idea創建maven項目,報Unable to import Maven project錯誤的解決方案利用idea創建了一個maven項目,在pom.xml文件中導入mybatis相關依賴jar文件時,報出了 Unable to import Maven project 錯誤。 閱讀(1018) 評論(0) 2022-04-13 Java 中如何用 Math.random() 生成一個隨機數本文通過實例演示1到99之間的隨機數,100到999之間的隨機數,100000到999999之間的隨機數是如何生成的。 閱讀(1003) 評論(0) 2021-10-13 Java連接MySQL數據庫報出java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/demo錯誤Java利用JDBC技術連接MySQL數據庫報java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/demo異常的解決方法。 閱讀(5120) 評論(0) 2021-03-02 build path指定執行環境javase-1.8 工作區中沒有安裝與此環境嚴格兼容的JRE警告信息如下:Build path specifies execution environment JavaSE-1.8. There are no JREs installed in the workspace that are strictly compatible with this environment. 閱讀(11602) 評論(0) 2019-07-26 The compiler compliance specified is 1.8 but a JRE 12 is used在使用 Spring Tool Suite 的時候,出現The compiler compliance specified is 1.8 but a JRE 12 is used警告的解決方法 閱讀(10941) 評論(1) 2019-07-26 |