Room-ID-Parser is sample project which parses Strings to determine if a room is valid.
Package and run the jar with maven (clean to remove all old data in target-dir):
mvn clean package exec:java
This will boot up the spring boot-app and will make the rest interface accessible
You can access http://localhost:8080/ and upload the file roomids.txt.
The file is located in src/test/resources/.
/index page- Shows index.html from resources directory (
src/main/resources/templates)
- Shows index.html from resources directory (
/parser/rooms- parses the roomids.txt file with a POST
/parser/result- Shows results.html from resources directory (
src/main/resources/templates)
- Shows results.html from resources directory (