https://github.com/DatekWireless/slim-spring-webmvc
- https://s01.oss.sonatype.org/
- https://s01.oss.sonatype.org/content/repositories/releases/no/datek/
- https://search.maven.org/
- https://search.maven.org/search?q=slim-spring-webmvc
There is a reference application at https://github.com/DatekWireless/slim-spring-mvc-sample .
dependencies {
implementation 'no.datek:slim-spring-webmvc:0.+'
}
@ComponentScan("no.datek.slim")
Edit build.gradle
and set the desired JRuby version:
final String JRUBY_VERSION = '9.4.8.0';
- Bump the version in build.gradle and commit and push.
- Go to https://github.com/DatekWireless/slim-spring-webmvc/releases
- Select "Draft a new release"
- Select "Choose a tag"
- Enter the tag for the new version, e.g. "v1.0.2" and press enter.
- Click on "Publish release"
- This will trigger a release on https://github.com/DatekWireless/slim-spring-webmvc/actions
- The release is built and published to Maven Central at https://s01.oss.sonatype.org/#nexus-search;quick~no.datek
- The new package will be available after about 10 minutes.