A keys monitoring and management library for Java projects, app only needs one-line-code to setup.
- 1.1 Core Initial commit.
- 1.1 UI Initial commit.
- Spring Framework Architecture
- Hazelcast +3.7.9
You may choose how to assemble them as you like.
<dependency>
<groupId>byzas.libs</groupId>
<artifactId>hazzmon-core</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>byzas.libs</groupId>
<artifactId>hazzmon-ui</artifactId>
<version>1.1</version>
</dependency>
From Source:
1. git clone https://github.com/sercancelenk/hazzmon-io
2. cd hazzmon-io
3. cd hazzmon-core
4. mvn clean install [-DskipTests]
5. cd ../hazzmon-ui
6. mvn -Pui-build clean process-resources [-DskipTests] && mvn install [-DskipTests]
7. Add library to your classpath.
8. Add @EnableHazzmonListener annotation to your configuration.
9. Then go to /hazzmon-ui.html page.
10. And see monitoring ui.
- Hazzmon-core library setup hazzmon-api endpoints for your usage.
- Hazzmon-ui library setup ui.
If you find this repository helpful, you may make a donation to me via email. ![email]sercancelenk@gmail.com
This library is initially created and maintained by sercancelenk
Special thanks to Caner Kurtul
Not yet.
If you would like to contribute code to Hazzmon-io you can do so through GitHub by forking the repository and sending a pull request.
Copyright (C) 2016 MarkZhai (http://zhaiyifan.cn).
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.