當前位置:
                    首頁 >
                            前端技术
>                            javascript
>内容正文                
                        
                    javascript
关于IDEA调试@RunWith(SpringRunner.class)报错问题
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                关于IDEA调试@RunWith(SpringRunner.class)报错问题
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.                        
                                @關于IDEA調試@RunWith(SpringRunner.class)報錯問題
@RunWith
解決方案:直接在pom.xml文件添加 讓其自動加載包,然后重新編輯即可
<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-configuration-processor</artifactId><optional>true</optional></dependency><dependency><groupId>junit</groupId><artifactId>junit</artifactId><scope>test</scope></dependency><dependency><groupId>junit</groupId><artifactId>junit</artifactId><scope>test</scope></dependency>總結
以上是生活随笔為你收集整理的关于IDEA调试@RunWith(SpringRunner.class)报错问题的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: 利用DirectShow开发C#版的音频
- 下一篇: SQL Server 常用查询练习
