fix:修复打包后读取jar包资源文件异常

This commit is contained in:
suisui
2021-09-16 23:43:55 +08:00
parent 96a58bcda5
commit 8a7efd76c6
3 changed files with 45 additions and 22 deletions

View File

@@ -85,13 +85,13 @@ The framework is not the framework for beautifying UI, but to simplify the step
- [ ] Data valication
- [ ] Optimize performance
## ~~Maven Repository~~
## Maven Repository
```xml
<dependency>
<groupId>com.gitee.Biubiuyuyu</groupId>
<artifactId>javafx-plus</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.2.1-SNAPSHOT</version>
</dependency>
```