Skip to content

change to make properties file loadable from a JAR #11

@todo

Description

@todo

// TODO change to make properties file loadable from a JAR
try (InputStream input = new FileInputStream(ParselyMain.CONFIG_SOCKET_PROPERTIES)) {
Properties prop = new Properties();
prop.load(input);
// System.out.println(prop.getProperty("server.host"));


This issue was generated by todo based on a TODO comment in fe0a48f when #10 was merged. cc @gabywald.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions