Skip to content

Commit

Permalink
Updated README.md with a link to the reference application.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweKubosch committed Apr 12, 2024
1 parent 9a7f830 commit 99403a4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,18 @@ https://github.com/DatekWireless/slim-spring-webmvc

## Usage

There is a reference application at https://github.com/DatekWireless/jruby-8178 .

### build.gradle

```groovy
plugins {
id "com.github.jruby-gradle.base" version "2.1.0-alpha.2"
}
final String JRUBY_VERSION = '9.4.6.0'
dependencies {
implementation 'no.datek:slim-spring-webmvc:0.+'
implementation "org.jruby:jruby:$JRUBY_VERSION"
}
jruby { jrubyVersion JRUBY_VERSION }
```

### Config/Application
Expand Down

0 comments on commit 99403a4

Please sign in to comment.