https://github.com/julb/assets
https://github.com/julb/assets
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/julb/assets
- Owner: julb
- License: mit
- Created: 2020-12-12T22:04:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T17:57:16.000Z (over 4 years ago)
- Last Synced: 2023-03-11T00:28:47.313Z (over 3 years ago)
- Language: Java
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Julb Spring Boot Assets
## Description
This project is a mono-repo providing Spring Boot assets such as:
- Utility libraries
- Spring Boot starters (Consumer, Gateway, Job, Messaging, OpenTracing)
- Examples (API, Jobs)
- Applications
## How to use
### Generate Eclipse IDE files
```bash
$ ./gradlew eclipse
```
### Build the project
```bash
$ ./gradlew build docs
```
### Generate Docker images using Buildpacks
```bash
$ ./gradlew bootBuildImage
```
## Contributing
This project is totally open source and contributors are welcome.
When you submit a PR, please ensure that the code follows formatting rules provided under [config/eclipse](./config/eclipse) directory.