You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.
Test app that invokes a ChuckNorris random joke API
1 . 2 ├── pom.xml 3 ├── src 4 │ └── main 5 │ └── java 6 │ ├── chucknorris 7 │ │ └── bitarus 8 │ │ └── allowed 9 │ │ └── org 10 │ │ ├── Application.java 11 │ │ ├── ChuckNorrisController.java 12 │ │ ├── Joke.java 13 │ │ └── JokeResponse.java