/property-display

Sandbox repo for learning Spring boot

Primary LanguageJava

property-display

Based on example project https://github.com/joaoduraes/spring-bootstrap-thymeleaf-example with Spring Boot, Bootstrap and Thymeleaf.

For more info about base example read this blog post.

Installation

  • Clone this project
git clone https://github.com/hyj4ck/property-display.git
  • Build Application
cd property-display
mvn clean install
cd target
java -jar property-display-1.0-SNAPSHOT.jar --props.path="/path/to/property-file.properties"

Try it

Tune it

  • add some cmd params, most useful may be
    • --server.port=9000 (default value = 8080)
    • --server.address=my.listen.address (default value = localhost)
    • full set cmd flags here

License

MIT