Skip to content

Commit

Permalink
chore[storage]: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Jan 27, 2024
1 parent 9c3b443 commit 074f5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/src/test/resources/application.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<storage:storage id="resourceManager">
<!-- package以及location属性都支持同时指定多个路径,路径分隔符为, ;或者空格-->
<storage:scan package="com.zfoo.**.resource" recycle="false"/>
<!-- 如果是类路径一classpath开头,如果是其它目录则以file开头,-->
<!-- 如果是类路径以classpath开头,如果是目录文件路径则以file开头,-->
<storage:resource location="classpath:/,classpath:/excel"/>
<!-- <storage:resource location="file:C:\Users\godotg\Desktop\excel"/>-->
</storage:storage>
Expand Down

0 comments on commit 074f5d1

Please sign in to comment.