mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
利用Spring读取配置文件时增加【classpath*:】支持。 Spring的PathMatchingResourcePatternResolver支持【classpath:】和【classpath*:】两种开头的路径,但是SpringPathContentParser将【classpath*:】开头的路径拦截并修改了。 修改后,判断如果以【classpath*:】开头,也不修改,保持原样。 Signed-off-by: Coufran <coufran@qq.com>