https://github.com/aboutbits/spring-boot-toolbox
Spring Boot - Toolbox
https://github.com/aboutbits/spring-boot-toolbox
hibernate java spring-boot swagger tools
Last synced: 17 days ago
JSON representation
Spring Boot - Toolbox
- Host: GitHub
- URL: https://github.com/aboutbits/spring-boot-toolbox
- Owner: aboutbits
- License: mit
- Created: 2024-08-01T12:16:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T07:41:08.000Z (12 months ago)
- Last Synced: 2025-02-25T08:34:20.987Z (12 months ago)
- Topics: hibernate, java, spring-boot, swagger, tools
- Language: Java
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Spring Boot Toolbox
Utility library for Spring Boot projects.
## Setup
Add this library to the classpath by adding the following maven dependency. Versions can be found [here](../../packages)
```xml
it.aboutbits
spring-boot-toolbox
x.x.x
```
## Local Development
To use this library as a local development dependency, you can simply refer to the version `BUILD-SNAPSHOT`.
Check out this repository and run the maven goal `install`. This will build and install this library as version `BUILD-SNAPSHOT` into your local maven cache.
Note that you may have to tell your IDE to reload your main maven project each time you build the library.
## Build & Publish
To build and publish the package, visit the GitHub Actions page of the repository and trigger the workflow "Release Package" manually.
## Information
About Bits is a company based in South Tyrol, Italy. You can find more information about us on [our website](https://aboutbits.it).
### Support
For support, please contact [info@aboutbits.it](mailto:info@aboutbits.it).
### Credits
- [All Contributors](../../contributors)
### License
The MIT License (MIT). Please see the [license file](license.md) for more information.