Skip to content

DatekWireless/slim-spring-webmvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4dda3e7 · Feb 14, 2025
Feb 20, 2024
Apr 15, 2024
Feb 10, 2025
Oct 2, 2024
Sep 12, 2023
Jan 24, 2025
Feb 14, 2025
Jan 24, 2025
Apr 12, 2024
Jan 10, 2023
Jan 10, 2023
Jan 10, 2023
Jan 24, 2025

Repository files navigation

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