路在脚下,心向远方

smart-doc接口文档自动生成

官网地址:https://my.oschina.net/u/1760791/blog/2250962 简单示例:https://segment

netdata监控工具

[TOC] 安装 yum install zlib-devel gcc make autoconf autogen automake pkgconfig libuuid-devel https://github.com/netdata/netdata/releases 找到最新的版本 cd /home wget https://github.com/netdata/netdata/releases/download/v1.18.1/netdata-vv1.18.1.tar.gz tar -xvf netdata-vv1.18.1.tar.gz cd netdata-vv1.18.1.tar.gz/ sh netdata-installer.sh #这个步骤要久一点 启动 systemctl start netdata systemctl status netdata systemctl stop netdata systemctl restart netdata 效果 注意 如果有防火墙,记得需要

pdman数据库建模

[TOC] 官网地址:https://my.oschina.net/skymozn/blog/1821184 常用步骤 连接数据源 新增模块,在这里创建表,

maven多项目依赖

[TOC] 简述 简单查看项目和项目依赖处理, 业务模块进行modules的分开。抽离公用模块代码。 jsite-root <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>cn.org.jsite</groupId> <artifactId>jsite-root</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> <module>jsite-common</module> <module>jsite-framework</module> <module>jsite-flowable</module> <module>jsite-web</module> </modules> <name>JSite</name> <description>JSite for Spring Boot</description> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.4.RELEASE</version> <relativePath/>

Dockerfile安装常用环境

Nginx,MySql,Oracle,Redis,MongoDB,ElasticSearch,Kibana,Logstash,RockerMQ,Centos7等环境安装