SpringBoot啟動報錯“Consider defining a bean of type ‘xxxMapper‘ in your configuration.“ 注釋掉...
SpringBoot啟動報錯“Consider defining a bean of type ‘xxxMapper‘ in your configuration.“ 注釋掉...
修改Listener.ora文件的Hos地址為本機計算機名, 本機計算機名從系統(tǒng)獲取,右鍵單擊此電腦-屬性, LISTENER = (DESCRIPTION_LIST = ...
VUE前端報錯 Error in updated hook: "TypeError: this.$el.querySelectorAll is not a function"...
提示java.lang.Short cannot be cast to java.lang.String, 刪除了mapper.xml文件中的,parameterType="...
需要目標發(fā)行版 11 或 無效的目標發(fā)行版: 11: 修改File-Project Settings-Project-Project SDK-修改為1.8 修改File-Pr...
XXXMapper.getXXXX] is ignored, because it exists, maybe from xml file, 因為mapper.java有@s...
1Method has too many Body parameters的處理辦法 網(wǎng)上說是使用@RequestParam,實測無效,最后使用一個RequestBody實體解...
提示程序包xxxx不存在, scope由test修改為compile <groupId>com.xxxx.xxxx xxxx-uid-generator <ve...
Method breakpoints may dramatically slow down debugging, 各種搞,最后是這個問題,重現(xiàn)步驟 1 其他問題引起的,加斷點...
IntelliJ idea,Spring cloud,Install出錯 1 重建Marven目錄, 2 設置JDK 3 Reload all Maven Projects ...
報錯,spring boot 類****SwaggerConfig是公共的, 應在名為 ****SwaggerConfig.java 的文件中聲 原因,類名字多寫了一個字母,...
今天學習Java 反射、文件傳輸、序列號、異常、枚舉、正則表達式、線程等。 流是程序與外界進行交換的媒介 FileOutputStream相當于FileWriter File...
抄的,沒有用這個。 https://blog.csdn.net/flyingnet/article/details/78009254 這個提示不影響工程正常運行,但是,作為一...
抄的,親測有效。 解決maven打包異常:Failed to execute goal org.apache.maven.plugins:maven-surefire-plu...
報錯的解決 Cannot register bean definition[]; defined in class path resource [/SwaggerConfig...
Eureka 服務端,提供注冊地址 Eureka客戶端,主要內(nèi)容 添加Eureka,一切正常, clean、verify、compile都報proxy.company.com...
定時任務 1 xxx-atomic-service/src/main/resources目錄,添加quarz-job-config.xml 2 xxx-atomic-serv...
直接使用(short)3,我之前一直寫Show i = 3;然后傳參。試過(Short)3不行。 Spring Cloud swagger 調試 傳遞日期參數(shù) Mon Oct...