This is a prototyp.
It’s not intuitiv and can produce strange behaivior. It will not randomly rename any files, but if you configure some directories to be observed, it will will rename files without any prompting or warning recursivly!
You have been warned.
Dependencies:
- Git
- Maven
- Java 21
Steps:
- Clone this repository.
- Goto project root
- Execute:
mvn clean package
java -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -jar ./delivery/target/structhing.jar
- Open the browser with URL http://localhost:7070/
If you get a 404 Not Found Error then the Frontend hasn’t been copied correctly into the jar. Executing:
mvn clean package
again, can fix the problem.