alibaba/spring-cloud-alibaba

FileNotFoundException throws when rules is provided by local resources in classpath and executed in command line

Open

#462 opened on Mar 20, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (8,513 forks)batch import
area/sentinelgood first issue

Repository metrics

Stars
 (29,106 stars)
PR merge metrics
 (Avg merge 8d 14h) (3 merged PRs in 30d)

Description

Component: Sentinel

Description: If the rules were configured in local file in classpath and executed the built jar in command line, FileNotFoundException throws, says,

class path resource [sentinel.json] cannot be resolved to absolute file path because it does not reside in the file system:jar:file:/D:/projects/a/b/c/blabal.jar!/BOOT-INF/classes!/sentinel.json

Investigation: class: FileDataSourceProperties method:preCheck

Contributor guide