Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse openK User Modules
org.eclipse.openk-usermodules.gridFailureInformation.backend
Commits
f7fdda3f
Commit
f7fdda3f
authored
Feb 14, 2020
by
dietricf
Browse files
Backend init
parent
a994e3db
Changes
2
Hide whitespace changes
Inline
Side-by-side
gfsBackendService/Dockerfile_DevServer
View file @
f7fdda3f
FROM openjdk:8-jre-alpine
COPY /target/contact-base-data.jar /usr/src/cbd/
WORKDIR usr/src/cbd
CMD ["java", "-jar", "-Dspring.profiles.active=devserver", "contact-base-data.jar"]
\ No newline at end of file
CMD ["java", "-jar", "-Dspring.profiles.active=devserver", "grid-failure-Information.backend.service.jar"]
\ No newline at end of file
gfsBackendService/pom.xml
View file @
f7fdda3f
...
...
@@ -9,7 +9,7 @@
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<groupId>
org.eclipse.openk
</groupId>
<artifactId>
grid-failure-Information
</artifactId>
<artifactId>
grid-failure-Information
.backend.service
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<name>
grid-failure-Information
</name>
<description>
Grid-Failure-Information Project for openKONSEQUENZ
</description>
...
...
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