This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
forked from knifhen/javarebel-stripes-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Plugin to hotswap Stripes ActionBeans
License
jmbe/javarebel-stripes-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
JavaRebel Stripes plugin ======================== Plugin to hotswap Stripes ActionBeans. The latest source can be found at http://github.com/knifhen/javarebel-stripes-plugin/tree/master Sample Maven 2 configuration ---------------------------- <repositories> <repository> <id>zt-repo</id> <url>http://repos.zeroturnaround.com/maven2</url> </repository> </repositories> ... <profiles> <profile> <id>development</id> <activation> <activeByDefault>true</activeByDefault> </activation> <dependencies> <dependency> <groupId>se.knifhen</groupId> <artifactId>javarebel-stripes-plugin</artifactId> <version>1.0.1</version> </dependency> </dependencies> </profile> </profiles> Known limitations ----------------- * The plugin does not work with custom ActionResolver implementations. * The plugin will only reload ActionBeans. * @SpringBean annotation will not be reloaded.
About
Plugin to hotswap Stripes ActionBeans
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%