springboot multi-module project, in which web project is packaged into jar to run, web project relies on tool module xx.jar
xx.jar to read data files through ClassLoader.getSystemResourceAsStream ("xx.txt"), running tool module alone can run
but web project depends on, can"t read the data file needed by xx.jar after being packaged into springboot executable jar
excuse me, how should I read this configuration file?
that is, how to access the files in the jar file of springboot / jar file in BOOT-INF/lib