File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ demo website:https://tale.biezhi.me
25
25
+ Support Netease cloud music player
26
26
+ Support for attachments and database backups
27
27
+ Deployment is simple, do not rely on Tomcat
28
+ + No database, sqlite embedded
28
29
29
30
## Interface Preview
30
31
Original file line number Diff line number Diff line change 27
27
+ 支持网易云音乐播放
28
28
+ 支持附件和数据库备份
29
29
+ 部署简单,不依赖 Tomcat
30
+ + 无需数据库,内嵌 Sqlite
30
31
31
32
## 界面预览
32
33
Original file line number Diff line number Diff line change 104
104
<resource >
105
105
<directory >src/main/java</directory >
106
106
<filtering >false</filtering >
107
- </resource >
108
- <!-- 把放在根目录下的脚本文件.sh,.bat拷贝到bin目录中 -->
109
- <resource >
110
- <directory >.</directory >
111
- <includes >
112
- <include >**/*.sh</include >
113
- <include >**/*.bat</include >
114
- </includes >
115
- <targetPath >${project.build.directory} /bin</targetPath >
107
+ <excludes >
108
+ <exclude >**/*.java</exclude >
109
+ </excludes >
116
110
</resource >
117
111
</resources >
118
112
</build >
180
174
<Class-Path >resources/</Class-Path >
181
175
</manifestEntries >
182
176
</archive >
183
- <excludes >
184
- <exclude >*.java</exclude >
185
- </excludes >
186
177
</configuration >
187
178
</plugin >
188
179
</plugins >
You can’t perform that action at this time.
0 commit comments