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: about 1 month 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: 2024-10-17T16:21:24.000Z (3 months ago)
- Last Synced: 2024-11-15T01:55:49.194Z (2 months ago)
- Topics: factory-pattern, groovy, spring
- Language: Groovy
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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`