diff --git a/README.md b/README.md index e4209b4..4752ba8 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ It is used as a playground to demonstrate various features: - Run it within your IDE or with `./gradlew bootRun` - Open `http://localhost:8080/` in your browser, documentation should be available at `http://localhost:8080/docs/index.html` when run from the JAR. +![Screenshot](/screenshot.png?raw=true) + ## Improvements I have in mind - [Exposed issue #24](https://github.com/JetBrains/Exposed/issues/24): see if Exposed could support natively data classes + repository patten. - [Exposed issue #25](https://github.com/JetBrains/Exposed/issues/25): allow to support SQL transaction with `@Transactional`. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..5d402a1 Binary files /dev/null and b/screenshot.png differ