@ -1,11 +0,0 @@
@echo off
echo [INFO] Use maven jetty-plugin run the project.
cd %~dp0
cd ..
set MAVEN_OPTS=%MAVEN_OPTS% -XX:MaxPermSize=128m
call mvn jetty:run -Djetty.port=8080
cd bin
pause
#!/bin/bash
echo "[INFO] Use maven jetty-plugin run the project."
mvn jetty:run -Djetty.port=8080
@ -1,8 +0,0 @@
echo [INFO] Package the war in target dir.
call mvn clean package -Dmaven.test.skip=true
@ -1,9 +0,0 @@
echo "[INFO] Package the war in target dir."
mvn clean package -Dmaven.test.skip=true
@ -1,10 +0,0 @@
echo [INFO] Re-create the schema and provision the sample data.
call mvn antrun:run -Prefresh-db
echo "[INFO] Re-create the schema and provision the sample data."
mvn antrun:run -Prefresh-db
echo [INFO] run smoking functional test.
call mvn clean test -Pfunctional-test,run-smoke
echo "[INFO] run smoking functional test."
mvn clean test -Pfunctional-test,run-smoke
@ -4,14 +4,16 @@ patient-co-analysis 数据采集分析项目
patient-co-figure 居民画像项目
patient-co-statistics 统计项目
生成各种类统计指标
mysql版本 生成各种类统计指标
patient-co-statistics-es 统计项目
elasticsearch版本 生成各种类统计指标
patient-co-wlyy
i健康后台项目 包括医生端与患者端
jolokia-admin
监控springboot项目的性能
common-lib
公共的父类包
公共的maven父类包,maven主要的包在根目录的 pom.xml中