U 修复 ClassPathResourceProvider 读到资源为空的情况处理

+ 新增 AbstractResourceProvider
This commit is contained in:
天爱有情
2021-12-16 16:59:56 +08:00
parent f43116ddd1
commit 8ca5e3b5c3
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -23,10 +23,10 @@
<deplay.snapshotRepository>https://oss.sonatype.org/content/repositories/snapshots/</deplay.snapshotRepository>
<!-- 私服 -->
<!-- <skip.nexus>true</skip.nexus>-->
<!-- <deplay.id>smart</deplay.id>-->
<!-- <deplay.repository>http://192.168.3.10:6061/repository/smart_hosted/</deplay.repository>-->
<!-- <deplay.snapshotRepository>http://192.168.3.10:6061/repository/smart_hosted/</deplay.snapshotRepository>-->
<!-- <skip.nexus>true</skip.nexus>-->
<!-- <deplay.id>smart</deplay.id>-->
<!-- <deplay.repository>http://192.168.3.10:6061/repository/smart_hosted/</deplay.repository>-->
<!-- <deplay.snapshotRepository>http://192.168.3.10:6061/repository/smart_hosted/</deplay.snapshotRepository>-->
</properties>
<licenses>
@@ -104,7 +104,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>6
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
@@ -147,4 +147,4 @@
</plugins>
</build>
</project>
</project>