Commit 04f8e34d authored by 赵建伟's avatar 赵建伟

add build.sh

parent 668d2e98
#!/bin/bash
set -e
set -x
export MAVEN_HOME=/opt/apache-maven-3.6.3
export PATH=$PATH:$MAVEN_HOME/bin
mvn clean package -DskipTests
\ No newline at end of file
......@@ -8,7 +8,6 @@ package com.gmei.data.monitor.common;
* @Version V1.0
**/
public class Constants {
public static final String FORMAT_ERROR_COUNT = "format_error_count";
public static final String PORTRAIT_INPUT_COUNT = "portrait_input_count";
public static final String PORTRAIT_OUTPUT_COUNT = "portrait_output_count";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment