Skip to content

bkratz/ReadingFromFileWithinJar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reading from file within JAR file

This project is to showcase the the topic of my blogpost.

The project has two modules (SpringBootApplications)

  • CrashingApp
  • SuccessApp

Build

mvn clean verify

Should run successfully

Start apps from Start Configuration within IntelliJ

Should start successfully for both applications

Start apps from command line

java -jar <path_to_application_jar_file>

This should start the SuccessApp successfully. This should crash for CrashingApp with an BeanCrationException caused by a FileNotFoundException.

About

Sample code for blogpost 'Reading from file within JAR'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages