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.
- 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"
- Now open your browser: http://localhost:8080/
- 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
MIT