Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bi-report
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
data
bi-report
Commits
eaff3d18
Commit
eaff3d18
authored
Apr 30, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update codes
parent
99bbecc8
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
18 deletions
+20
-18
workspace.xml
.idea/workspace.xml
+10
-3
compiler.xml
lib/java/bi-report-service/.idea/compiler.xml
+1
-6
workspace.xml
lib/java/bi-report-service/.idea/workspace.xml
+2
-4
pom.xml
lib/java/bi-report-service/service-server/pom.xml
+1
-1
service-server.iml
lib/java/bi-report-service/service-server/service-server.iml
+2
-2
start_service.sh
sbin/start_service.sh
+2
-2
stop_service.sh
sbin/stop_service.sh
+2
-0
No files found.
.idea/workspace.xml
View file @
eaff3d18
...
...
@@ -2,8 +2,8 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"18c38e3b-9b7f-4a3f-b141-edcb320b1d24"
name=
"Default Changelist"
comment=
""
>
<change
afterPath=
"$PROJECT_DIR$/sbin/stop_service.sh"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/sbin/start_service.sh"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/sbin/start_service.sh"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/sbin/stop_service.sh"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/sbin/stop_service.sh"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -121,7 +121,7 @@
<workItem
from=
"1587982524517"
duration=
"5052000"
/>
<workItem
from=
"1588152481879"
duration=
"139000"
/>
<workItem
from=
"1588154352798"
duration=
"195000"
/>
<workItem
from=
"1588220085338"
duration=
"4
099
000"
/>
<workItem
from=
"1588220085338"
duration=
"4
354
000"
/>
</task>
<task
id=
"LOCAL-00001"
summary=
"add init codes."
>
<created>
1587723565207
</created>
...
...
@@ -256,7 +256,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1588231605376
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"20"
/>
<task
id=
"LOCAL-00020"
summary=
"update codes"
>
<created>
1588232535161
</created>
<option
name=
"number"
value=
"00020"
/>
<option
name=
"presentableId"
value=
"LOCAL-00020"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1588232535161
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"21"
/>
<servers
/>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
...
...
lib/java/bi-report-service/.idea/compiler.xml
View file @
eaff3d18
...
...
@@ -6,13 +6,8 @@
<sourceOutputDir
name=
"target/generated-sources/annotations"
/>
<sourceTestOutputDir
name=
"target/generated-test-sources/test-annotations"
/>
<outputRelativeToContentRoot
value=
"true"
/>
<module
name=
"service-client"
/>
</profile>
<profile
name=
"Annotation profile for bi-report-service"
enabled=
"true"
>
<sourceOutputDir
name=
"../../../../../target/generated-sources/annotations"
/>
<sourceTestOutputDir
name=
"../../../../../target/generated-test-sources/test-annotations"
/>
<outputRelativeToContentRoot
value=
"true"
/>
<module
name=
"service-server"
/>
<module
name=
"service-client"
/>
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
...
...
lib/java/bi-report-service/.idea/workspace.xml
View file @
eaff3d18
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"73604af3-3cbc-41f8-9a5f-e6a14a2ada76"
name=
"Default Changelist"
comment=
"add"
>
<change
afterPath=
"$PROJECT_DIR$/../../../sbin/stop_service.sh"
afterDir=
"false"
/>
</list>
<list
default=
"true"
id=
"73604af3-3cbc-41f8-9a5f-e6a14a2ada76"
name=
"Default Changelist"
comment=
"add"
/>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
...
...
@@ -216,7 +214,7 @@
<workItem
from=
"1584945647680"
duration=
"4469000"
/>
<workItem
from=
"1588148891822"
duration=
"2318000"
/>
<workItem
from=
"1588152718016"
duration=
"1463000"
/>
<workItem
from=
"1588154601852"
duration=
"16
184
000"
/>
<workItem
from=
"1588154601852"
duration=
"16
438
000"
/>
</task>
<servers
/>
</component>
...
...
lib/java/bi-report-service/service-server/pom.xml
View file @
eaff3d18
...
...
@@ -9,7 +9,7 @@
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
bi-report-service
</artifactId>
<artifactId>
report-service-server
</artifactId>
<properties>
<java.version>
1.8
</java.version>
...
...
lib/java/bi-report-service/service-server/service-server.iml
View file @
eaff3d18
...
...
@@ -15,8 +15,8 @@
</facet>
</component>
<component
name=
"NewModuleRootManager"
LANGUAGE_LEVEL=
"JDK_1_6"
>
<output
url=
"file://$MODULE_DIR$/
../../../../../
target/classes"
/>
<output-test
url=
"file://$MODULE_DIR$/
../../../../../
target/test-classes"
/>
<output
url=
"file://$MODULE_DIR$/target/classes"
/>
<output-test
url=
"file://$MODULE_DIR$/target/test-classes"
/>
<content
url=
"file://$MODULE_DIR$"
>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/java"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/resources"
type=
"java-resource"
/>
...
...
sbin/start_service.sh
View file @
eaff3d18
#!/bin/bash
nohup
java
-jar
/home/bi/bi-report/lib/java/bi-report-service/service-server/target/bi-report-service-1.0.0-SNAPSHOT.jar
>>
/data/bi-report/logs/bi-report-service.out 2>&1 &
\ No newline at end of file
nohup
java
-jar
/home/bi/bi-report/lib/java/bi-report-service/service-server/target/report-service-server-1.0.0-SNAPSHOT.jar
>>
/data/bi-report/logs/bi-report-service.out 2>&1 &
\ No newline at end of file
sbin/stop_service.sh
View file @
eaff3d18
#!/bin/bash
kill
-9
`
ps
-ef
|
grep
report-service-server |
grep
-v
grep
|
awk
'{print $2}'
`
\ No newline at end of file
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