https://github.com/self-xdsd/self-storage
Self's storage module
https://github.com/self-xdsd/self-storage
java11 jooq sql
Last synced: 10 months ago
JSON representation
Self's storage module
- Host: GitHub
- URL: https://github.com/self-xdsd/self-storage
- Owner: self-xdsd
- License: other
- Created: 2020-05-23T07:42:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T17:49:34.000Z (about 1 year ago)
- Last Synced: 2025-03-24T15:21:36.022Z (11 months ago)
- Topics: java11, jooq, sql
- Language: Java
- Homepage: https://self-xdsd.com
- Size: 642 KB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Self's Storage Implementation
[](https://coveralls.io/github/self-xdsd/self-storage?branch=master)
[](#)
[](http://www.rultor.com/p/self-xdsd/self-storage)
[](https://www.jetbrains.com/idea/)
Self's Storage module, version `0.0.76`.
## Contributing
If you would like to contribute, just open an issue or a PR.
You will need Java 11.
Make sure the maven build:
``$mvn clean install -Pcheckstyle,itcases``
passes before making a PR. [Checkstyle](http://checkstyle.sourceforge.net/) will make sure
you're following our code style and guidelines.
It's better to make changes on a separate branch (derived from ``master``), so you won't have to cherry pick commits in case your PR is rejected.
## Maven Settings
This project depends on jars from Self's Github Packages server. This server
requires authentication so, in order for Maven to be able to fetch dependencies,
you need to specify your credentials in Maven's ``settings.xml``:
```xml
...
github
yourGithubUsername
your_github_token
```
Make sure you [generate](https://github.com/settings/tokens) a token with the appropriate
permissions. The ``settings.xml`` file usually resides on your computer at ``${user.home}/.m2/settings.xml``.
If the file is not there, you can create it.
## LICENSE
This product's code is open source. However, the [LICENSE](https://github.com/self-xdsd/self-core/blob/master/LICENSE) only allows you to read the code. Copying, downloading or forking the repo is strictly forbidden unless you are one of the project's contributors.