Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aparise1217/spring-bean-factory
- Owner: AParise1217
- License: mit
- Created: 2019-07-19T11:24:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T15:46:16.000Z (about 4 years ago)
- Last Synced: 2023-05-25T08:56:23.308Z (over 1 year ago)
- Topics: factory-pattern, groovy, spring
- Language: Groovy
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`