Skip to content

change to make properties file loadable from a JAR #11

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions