Linyuzai / concept

封装了一些常用组件,走过路过不要错过哦
Apache License 2.0
380 stars 113 forks source link

添加依赖后,Mac系统启动gateway时报文件创建错误 #3

Closed jc5337207 closed 1 year ago

jc5337207 commented 1 year ago
image image
Linyuzai commented 1 year ago
image image

这个是默认使用本地文件来保存路由的数据,看报错应该是文件路径有问题,你可以打断点看下具体的文件路径,或者是用concept.router.repository.local.path来指定一个目录,这个路径的默认值是new File(System.getProperty("user.home"), "concept/router").getAbsolutePath();有可能有问题

jc5337207 commented 1 year ago

修改配置后可以了,谢谢