Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
flink-monitor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵建伟
flink-monitor
Commits
04f8e34d
Commit
04f8e34d
authored
Mar 18, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add build.sh
parent
668d2e98
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
build.sh
sbin/build.sh
+10
-0
Constants.java
src/main/java/com/gmei/data/monitor/common/Constants.java
+0
-1
No files found.
sbin/build.sh
0 → 100644
View file @
04f8e34d
#!/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
src/main/java/com/gmei/data/monitor/common/Constants.java
View file @
04f8e34d
...
...
@@ -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"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment