https://github.com/jeffdoolittle/jbasis
java utilities
https://github.com/jeffdoolittle/jbasis
Last synced: over 1 year ago
JSON representation
java utilities
- Host: GitHub
- URL: https://github.com/jeffdoolittle/jbasis
- Owner: jeffdoolittle
- License: mit
- Created: 2019-08-30T12:16:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T03:50:51.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T20:19:03.097Z (over 1 year ago)
- Language: Java
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jbasis
Java library for building Aspect Oriented business applications at lightning speed.
## Tests
To continually run the tests when there are changes to any files:
`gradle -t test`
To view test output:
`live-server --port=8181 ./build/reports/tests/test`
## JavaDoc
To build the javadocs
`gradle javadoc`
To view the java docs:
`live-server --port=8282 ./build/docs/javadoc`
## Sonarqube
This project uses Sonarqube to validate test coverage and code quality.
`gradle sonarqube --no-daemon`
By default, Sonarqube runs at `http://localhost:9000`