Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aparise1217/spring-bean-factory

Example Usage of a Factory to Manage Fetching Spring Beans
https://github.com/aparise1217/spring-bean-factory

factory-pattern groovy spring

Last synced: 17 days ago
JSON representation

Example Usage of a Factory to Manage Fetching Spring Beans

Awesome Lists containing this project

README

        

# Spring Bean Factory
Simple Factory to encapsulate registering, and retrieving Spring wired beans.

# Releasing to Maven Central
## Performing a Release Deployment
*Note: This must occur prior to the Release Deployment!*

Make sure the "release-sign-artifacts" and "ossrh"
Maven profiles are active.

1) `mvn clean`
2) `mvn release:prepare -Possrh,release-sign-artifacts`
3) `mvn release:perform -Possrh,release-sign-artifacts`

* await the release process to finish *

4) `git push --tags`
5) `git push origin master`

## Updating the Release Version
1) `mvn versions:set -DnewVersion=1.2.3`