報錯 java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test ...... ...... ...... ...... ...... ...... ......
這裏的主配置類也就是`PanfengUploadApplication`所在包是 java 下的 `panfeng`java
因此測試類的`FastDFSTest`也要在 java 下的 `panfeng`包測試