Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.47 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.47 KB

Maven Central

https://github.com/DatekWireless/slim-spring-webmvc

Usage

There is a reference application at https://github.com/DatekWireless/slim-spring-mvc-sample .

build.gradle

dependencies {
  implementation 'no.datek:slim-spring-webmvc:0.+'
}

Config/Application

@ComponentScan("no.datek.slim")

Update JRuby

Edit build.gradle and set the desired JRuby version:

final String JRUBY_VERSION = '9.4.8.0';

Update gems

Run the provided script:

    chruby jruby
    jruby ./update_gems.rb

Release to Maven Central